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-04-06 Update composer branch aliases for split packages. (#18259)
2025-04-06 Update composer branch aliases for split packages. (#18259)
2025-04-06 Cleanup ObjectRegistry::set() and ObjectRegistry::unload(). Drop use of pluginSplit(). Plugin prefixed names are only used in ObjectRegistry::load() to expand the name to FQCN. After that the registry does not hold any info of the plugin name, so trying to split the provided name into plugin and object name in the above methods doesn't make sense.
2025-03-29 Add trim of padding zeros in convertors toInt and toFloat (#17979) * Add trim of padding zeros in convertors toInt and toFloat * Change when zeros are trimmed, fix tests * Update src/Core/functions.php * Fix regex, add better regex to toFloat function --------- Co-authored-by: ADmad
2025-03-29 Merge branch '5.x' into 5.next
2025-03-29 phpstan 2.0 (#18014) * get ready for phpstan 2.0 * undo array_values fix * add review changes * fix stan * phpstan 2.0 * fix phpstan for split packages * fix phpstan for tests * re-add method_exists * Apply suggestions from code review Co-authored-by: ADmad --------- Co-authored-by: ADmad
2025-03-29 Merge 5.x into 5.next
2025-03-29 Fix up list array.
2025-03-29 Merge 5.x into 5.next
2025-03-29 Merge branch '5.x' into 5.next
2025-03-29 Add branch alias for 5.next. Update composer.json for sub packages.
2025-03-29 Merge branch '5.x' into 5.next
2025-03-29 Add HttpErrorCodeInterface. Using this interface allows exception classes to indicate that they use HTTP error codes and avoid having to maintain an error class to HTTP error code map in WebExceptionRenderer.
2025-03-29 Update dependency constraints for the split packages. This should allow using/testing the 5.next branch of the split packages.
2025-03-29 Merge branch '5.x' into 5.next