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
core
CakePHP Framework Core classes
Repo Url
https://github.com/cakephp/core
Clone Url:
Watchers
7
Issues
0
Forks
1
Last Pushed At
2016-04-25
Tags
has:composer
has:license
has:readme
keyword:core
keyword:framework
license:mit
version:4.x
Last fetched: on 1/3/20
Recent Activity
Date
Commit Message
2025-08-31
Fix some spelling and broken code snippets. (#18791)
2025-08-31
Merge 5.x into 5.next
2025-08-31
Fix up rector found issues. (#18832) * Fix up rector found issues. * Fix up as per review. * Fix CS.
2025-08-31
Fix PHP 8.5 deprecations: replace SplObjectStorage::contains() and remove ReflectionProperty::setAccessible() (#18831) * Fix PHP 8.5 deprecations: replace SplObjectStorage::contains() and remove ReflectionProperty::setAccessible() * Update Debugger.php * Update ci.yml * Temporarily ignore PHP version constraint for 8.5 * Remove curl_close() call as it has no effect in PHP 8.0+ * Replace DATE_RFC7231 * Define DATE_RFC7231 * Define DATE_RFC7231 * Define DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * fix the he split packages phpstan failure * fix the split packages phpstan failure * Undo --------- Co-authored-by: Arshid
Co-authored-by: ADmad
2025-08-31
Merge branch '5.x' into 5.next
2025-08-31
Deprecate loading of plugins without plugin classes. (#18854) * Deprecate loading of plugins without plugin classes. This will help checking of non existing plugins in the future, when trying to load a plugin. * Upgrade deprecation message
2025-08-31
Fix PHP 8.5 deprecations: replace SplObjectStorage::contains() and remove ReflectionProperty::setAccessible() (#18831) * Fix PHP 8.5 deprecations: replace SplObjectStorage::contains() and remove ReflectionProperty::setAccessible() * Update Debugger.php * Update ci.yml * Temporarily ignore PHP version constraint for 8.5 * Remove curl_close() call as it has no effect in PHP 8.0+ * Replace DATE_RFC7231 * Define DATE_RFC7231 * Define DATE_RFC7231 * Define DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * CAKE_DATE_RFC7231 * fix the he split packages phpstan failure * fix the split packages phpstan failure * Undo --------- Co-authored-by: Arshid
Co-authored-by: ADmad
Follow @CakePHP