Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
api-platform
/
core
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
932
Star
2.5k
Code
Issues
180
Pull requests
40
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
3.3
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 17, 2025
docs: v3.3.15
soyuka
committed
4062853
Copy full SHA for 4062853
Merge commit from fork
Show description for dc4fc84
soyuka
and
vinceAmstoutz
authored
dc4fc84
Copy full SHA for dc4fc84
Commits on Jan 9, 2025
fix(symfony): suggest `DocumentationAction` as replacement for deprecated `SwaggerUiAction` (#6894)
phansys
authored
9eb5c4e
Copy full SHA for 9eb5c4e
Commits on Oct 4, 2024
doc: changelog 3.3.14
soyuka
committed
5d3d8b1
Copy full SHA for 5d3d8b1
doc: changelog 3.3.13
soyuka
committed
4d4478e
Copy full SHA for 4d4478e
Commits on Oct 1, 2024
fix(jsonapi): fixed definition name to allow using the same class names in different namespaces (#6676)
Show description for 4c58b33
nightio
and
Robert
authored
4c58b33
Copy full SHA for 4c58b33
Commits on Sep 16, 2024
Merge 3.3
soyuka
committed
0273d23
Copy full SHA for 0273d23
fix: count TraversablePaginator (#6611)
nikophil
authored
1b9dfcc
Copy full SHA for 1b9dfcc
Commits on Sep 15, 2024
test: doctrine auto mapping controller is deprecated
soyuka
committed
587f33b
Copy full SHA for 587f33b
perf: skip context data added in #5758
soyuka
committed
04b5ee9
Copy full SHA for 04b5ee9
Commits on Sep 2, 2024
fix(doctrine): use parameter.property for filter value (#6572)
nikophil
authored
ef0ee64
Copy full SHA for ef0ee64
Commits on Aug 31, 2024
style: cs-fixer update (#6568)
soyuka
authored
50d2ca8
Copy full SHA for 50d2ca8
Commits on Aug 30, 2024
docs: changelog v3.3.12
Show description for e2eeb6b
soyuka
committed
e2eeb6b
Copy full SHA for e2eeb6b
Commits on Aug 29, 2024
fix(openapi): allow null return type
Show description for b3d7c07
soyuka
committed
b3d7c07
Copy full SHA for b3d7c07
ci: windows test with phpunit:9.5
soyuka
committed
77aeb6b
Copy full SHA for 77aeb6b
fix(symfony): replace tagged by tagged_iterator
soyuka
committed
2da8dd3
Copy full SHA for 2da8dd3
fix: isset not needed
soyuka
committed
67350b7
Copy full SHA for 67350b7
fix: use correct clasds in FilterValidationException deprecation message (#6549)
nikophil
authored
0e91b04
Copy full SHA for 0e91b04
fix(symfony): allow schema restriction for collection like property from choice constraint (#6520)
c1tru55
authored
0a461d7
Copy full SHA for 0a461d7
Commits on Aug 25, 2024
fix: deserialization path for not denormalizable relations collected errors (#6537)
julienfalque
authored
3b42c9f
Copy full SHA for 3b42c9f
Commits on Aug 9, 2024
fix(symfony): fix debug:api-resource command for class with multiple resources with same uriTemplate (#6505)
c1tru55
authored
41deeb4
Copy full SHA for 41deeb4
style: various cs fixes (#6504)
Show description for 35c1129
soyuka
authored
35c1129
Copy full SHA for 35c1129
Commits on Aug 8, 2024
fix(elasticsearch): change normalize return type to compatible with other normalizers (#6493)
Koenstell
authored
52fd981
Copy full SHA for 52fd981
cs: remove unnecessary comments (#6408)
ttskch
authored
d7a5d54
Copy full SHA for d7a5d54
Commits on Jul 20, 2024
docs: changelog v3.3.11
soyuka
committed
ea7d443
Copy full SHA for ea7d443
Revert "feat(jsonschema): make JSON-LD specific properties required (#6366)" (#6484)
Show description for 344b8b2
soyuka
authored
344b8b2
Copy full SHA for 344b8b2
Commits on Jul 19, 2024
docs: changelog v3.3.10
soyuka
committed
6c406ec
Copy full SHA for 6c406ec
Merge 3.2
soyuka
committed
9bc1982
Copy full SHA for 9bc1982
docs: changelog v3.2.26
soyuka
committed
9edacab
Copy full SHA for 9edacab
fix: remove useless deprecation (#6481)
nikophil
authored
6776231
Copy full SHA for 6776231
fix(symfony): securityPostValidation when use_symfony_listeners (#6479)
Show description for c3e2e5b
soyuka
authored
c3e2e5b
Copy full SHA for c3e2e5b
fix: property called default in ApiProperty has incorrect type (#6471) (#6472)
Show description for 71dbfb1
UnseenBook
authored
71dbfb1
Copy full SHA for 71dbfb1
Revert "fix(jsonschema): make all required properties optional in PATCH opera…" (#6476)
Show description for e3013d4
soyuka
authored
e3013d4
Copy full SHA for e3013d4
Commits on Jul 18, 2024
feat(jsonschema): make JSON-LD specific properties required (#6366)
Show description for aeca014
ttskch
and
soyuka
authored
aeca014
Copy full SHA for aeca014
Commits on Jul 15, 2024
docs: changelog 3.3.9
soyuka
committed
53e6ce7
Copy full SHA for 53e6ce7
Pagination
Previous
Next
You can’t perform that action at this time.