Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cakephp
/
cakephp
Public
Notifications
You must be signed in to change notification settings
Fork
3.4k
Star
8.8k
Code
Issues
14
Pull requests
13
Actions
Projects
Wiki
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cakephp
src
Http
BaseApplication.php
on
split-packages
User selector
All users
All time
Commit history
Commits on May 27, 2026
5.next: add DI capability to event listener registration (#19437)
Show description for df7042f
LordSimal
and
ADmad
authored
df7042f
View commit details
Copy full SHA for df7042f
View code at this point
Browse repository at this point
Commits on May 21, 2026
Simplify generics template for event subject
ADmad
committed
ba510db
View commit details
Copy full SHA for ba510db
View code at this point
Browse repository at this point
Commits on May 3, 2026
improve event listener registration (#19422)
Show description for e744b4f
LordSimal
authored
e744b4f
View commit details
Copy full SHA for e744b4f
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
Add bridge adapter pattern for BC-compatible container opt-in
Show description for 5f8eb17
dereuromark
committed
5f8eb17
View commit details
Copy full SHA for 5f8eb17
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
Add opt-in CakePHP container via ContainerFactory
Show description for add1d8b
dereuromark
committed
add1d8b
View commit details
Copy full SHA for add1d8b
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
Add proper generic type annotations (fixes missingType.generics) (#19200)
Show description for dbc344b
dereuromark
and
rochamarcelo
authored
dbc344b
View commit details
Copy full SHA for dbc344b
View code at this point
Browse repository at this point
Commits on Nov 30, 2024
Fix CS as per trailing comma rules. (#18047)
dereuromark
authored
6a0a694
View commit details
Copy full SHA for 6a0a694
View code at this point
Browse repository at this point
Commits on Sep 23, 2024
Make order of events hooks consistent with other hooks
Show description for 904f8b6
markstory
committed
904f8b6
View commit details
Copy full SHA for 904f8b6
View code at this point
Browse repository at this point
Add EventAwareApplicationInterface
robertpustulka
committed
8c6efe5
View commit details
Copy full SHA for 8c6efe5
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
5.next: add new events hook to BaseApplication and BasePlugin (#17849)
Show description for 94e2961
LordSimal
authored
94e2961
View commit details
Copy full SHA for 94e2961
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
Change how plugin collection is used by an application.
Show description for bd231af
ADmad
committed
bd231af
View commit details
Copy full SHA for bd231af
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
fix plugins.php not loading in consecutive tests due to include_once
LordSimal
committed
9cf8d45
View commit details
Copy full SHA for 9cf8d45
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
5.x: remove ComponentRegistry from DIC (#17235)
Show description for dd8e064
LordSimal
authored
dd8e064
View commit details
Copy full SHA for dd8e064
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
add use phpdoc to EventDispatcherTrait usages
LordSimal
committed
2366e84
View commit details
Copy full SHA for 2366e84
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
Merge branch '4.next' into 5.x
ADmad
committed
e5b060f
View commit details
Copy full SHA for e5b060f
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Fix errors reported by static analyzers.
ADmad
committed
adcd1cd
View commit details
Copy full SHA for adcd1cd
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
add component registry to DI by default to fix auto-wiring
LordSimal
committed
3eed7ef
View commit details
Copy full SHA for 3eed7ef
View code at this point
Browse repository at this point
Merge branch '4.next' into 5.x
othercorey
committed
491d112
View commit details
Copy full SHA for 491d112
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
add DI container to itself
LordSimal
committed
2db1f8c
View commit details
Copy full SHA for 2db1f8c
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Improve type declaration/detection.
Show description for 73d7099
ADmad
committed
73d7099
View commit details
Copy full SHA for 73d7099
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
Update phpstan config
ADmad
committed
172b3dd
View commit details
Copy full SHA for 172b3dd
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
Allow adding plugins using a config array.
Show description for e71a04c
ADmad
committed
e71a04c
View commit details
Copy full SHA for e71a04c
View code at this point
Browse repository at this point
Commits on Mar 20, 2022
Code cleanup.
ADmad
committed
fdfbf32
View commit details
Copy full SHA for fdfbf32
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Use null coalescing assignment.
ADmad
committed
db763b9
View commit details
Copy full SHA for db763b9
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
Merge branch '4.next' into 5.x
othercorey
committed
9091b04
View commit details
Copy full SHA for 9091b04
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
Merge branch '4.next' of github.com:pabloelcolombiano/cakephp into 4.next
pabloelcolombiano
committed
b4b705b
View commit details
Copy full SHA for b4b705b
View code at this point
Browse repository at this point
#16176 adds a $container variable
pabloelcolombiano
committed
f90ea13
View commit details
Copy full SHA for f90ea13
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
Update src/Http/BaseApplication.php
Show description for b92afe3
pabloelcolombiano
and
ADmad
authored
b92afe3
View commit details
Copy full SHA for b92afe3
View code at this point
Browse repository at this point
Commits on Dec 8, 2021
#16176 Inject the server request in the DI container per default
pabloelcolombiano
committed
f44d626
View commit details
Copy full SHA for f44d626
View code at this point
Browse repository at this point
Commits on Sep 30, 2021
Merge branch '4.next' into 5.x
othercorey
committed
46617e1
View commit details
Copy full SHA for 46617e1
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
Merge branch '4.next' into 4.next-documentation
markstory
authored
7ba0368
View commit details
Copy full SHA for 7ba0368
View code at this point
Browse repository at this point
Fix up doc typos or missing class links.
dereuromark
committed
ff0d53b
View commit details
Copy full SHA for ff0d53b
View code at this point
Browse repository at this point
Commits on Sep 25, 2021
Fix IDE found issues/smells.
dereuromark
committed
558a55f
View commit details
Copy full SHA for 558a55f
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
Use non-capturing catches where applicable.
ADmad
committed
4b3c271
View commit details
Copy full SHA for 4b3c271
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Add native type hints for Http properties
othercorey
committed
52104f3
View commit details
Copy full SHA for 52104f3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.