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-01-17 5.next: add new events hook to BaseApplication and BasePlugin (#17849) add new events hook to BaseApplication and BasePlugin
2025-01-17 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-01-17 fix console subpackage
2025-01-17 Merge branch '5.x' into 5.next
2025-01-17 Fix some more typos.
2025-01-17 Merge 5.x into 5.next
2025-01-17 Fix typos and small cleanup.
2025-01-17 Rector changes after merge
2025-01-17 Fix up list array.
2025-01-17 Merge 5.x into 5.next
2025-01-17 CS: Trailing comma on function calls (#18032) * CS: Trailing comma on function calls * Fix CS. * Fix CS. * Remove debug call --------- Co-authored-by: Mark Story
2025-01-17 Allow input param to be a normal array list instead of strict phpstan one.
2025-01-17 Add EventAwareApplicationInterface
2025-01-17 Merge branch '5.x' into 5.next
2025-01-17 wrap core functions in function_exists
2025-01-17 Bump up Cake dependencies versions in split packages.
2025-01-17 Allow accessing to*() functions without namespace. Closes #17928
2025-01-17 Fix object naming issue in ObjectRegistry. For plugin prefixed names when `$name` is same as `$config['className']` the object name deduced should be without the plugin prefix. Refs #17620
2025-01-17 Minor optimization
2025-01-17 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-01-17 fix console subpackage
2025-01-17 Apply suggestions from code review Co-authored-by: ADmad
2024-12-13 Allow input param to be a normal array list instead of strict phpstan one.
2024-12-13 CS: Trailing comma on function calls (#18032) * CS: Trailing comma on function calls * Fix CS. * Fix CS. * Remove debug call --------- Co-authored-by: Mark Story
2024-12-13 Fix typos and small cleanup.
2024-12-13 Fix some more typos.
2024-11-10 Fix object naming issue in ObjectRegistry. For plugin prefixed names when `$name` is same as `$config['className']` the object name deduced should be without the plugin prefix. Refs #17620
2024-11-10 Minor optimization