Documentation
Book
API
Videos
Reporting Security Issues
Privacy Policy
Logos & Trademarks
Business Solutions
Showcase
Community
Community
Get Involved
Issues (Github)
Bakery
Featured Resources
Training
Meetups
My CakePHP
CakeFest
Newsletter
Linkedin
Youtube
Facebook
Twitter
Help & Support
Forum
Stack Overflow
IRC
Slack
Paid Support
×
Documentation
Book
API
Videos
Reporting Security Issues
Privacy Policy
Logos & Trademarks
Business Solutions
Showcase
Community
Help & Support
Forum
Stack Overflow
IRC
Slack
Paid Support
Community
Get Involved
Issues (Github)
Bakery
Featured Resources
Training
Meetups
My CakePHP
CakeFest
Newsletter
Linkedin
Youtube
Facebook
Twitter
B
CakePHP
Plugins
A
packages
cakephp
collection
Work easily with arrays and iterators by having a battery of utility traversal methods
Repo Url
https://github.com/cakephp/collection
Clone Url:
Watchers
17
Issues
0
Forks
2
Last Pushed At
2016-04-25
Tags
has:composer
has:license
has:readme
keyword:arrays
keyword:collections
keyword:iterators
license:mit
version:4.x
Last fetched: on 1/3/20
Recent Activity
Date
Commit Message
2025-05-17
Drop psalm
2025-05-17
Merge branch '5.x' into 5.next
2025-05-17
Improve ResultSet::__debugInfo(). (#18350) Currently is executes all inner iterators to get the items list as an array. This can cause memory issues when for e.g. using non buffered resultset which could contain a large amount of records. Refs #18236
2025-05-17
Raise 5.3 PHP min to 8.2 (#18341) * Raise 5.3 PHP min to 8.2 * Drop phpunit 10. * Raise 5.3 PHP min to 8.2 in splits.
2025-05-17
Small cleanups and typo fixes.
2025-05-17
Merge remote-tracking branch 'origin/5.x' into 5.next
Follow @CakePHP