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
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
.
php-openapi
/
php-openapi
Public
forked from
cebe/php-openapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 20, 2022
Merge pull request #160 from ValikoDorodnov/json_unescaped_unicode
Show description for 020d72b
cebe
authored
020d72b
View commit details
Copy full SHA for 020d72b
Browse repository at this point
Update src/Writer.php
cebe
authored
e4e00c1
View commit details
Copy full SHA for e4e00c1
Browse repository at this point
Update src/Writer.php
cebe
authored
1c4abf6
View commit details
Copy full SHA for 1c4abf6
Browse repository at this point
Merge pull request #162 from cebe/php-8.1-compatibility
Show description for c448862
cebe
authored
c448862
View commit details
Copy full SHA for c448862
Browse repository at this point
Add PHP 8 compatible return types to Classes implementing PHP internal interfaces
Show description for 495f3ef
cebe
committed
495f3ef
View commit details
Copy full SHA for 495f3ef
Browse repository at this point
Use new PHPUnit with PHP 8.1
shadowhand
authored and
cebe
committed
2cd5d2d
View commit details
Copy full SHA for 2cd5d2d
Browse repository at this point
Bump minimist from 1.2.5 to 1.2.6 (#161)
Show description for 67c63d1
dependabot[bot]
authored
67c63d1
View commit details
Copy full SHA for 67c63d1
Browse repository at this point
Commits on Mar 17, 2022
Added opportunity for use additional flags for json_encode() function in \cebe\openapi\Writer::writeToJson().
Show description for 2a41063
Valentin Dorodnov
committed
2a41063
View commit details
Copy full SHA for 2a41063
Browse repository at this point
Commits on Feb 28, 2022
Bump prismjs from 1.26.0 to 1.27.0 (#154)
Show description for 2224846
dependabot[bot]
authored
2224846
View commit details
Copy full SHA for 2224846
Browse repository at this point
Commits on Feb 10, 2022
added version annotation
cebe
committed
8bbbcf1
View commit details
Copy full SHA for 8bbbcf1
Browse repository at this point
Commits on Feb 9, 2022
Add PHP 8.1 to GitHub test matrix
the-csaba
committed
8e592f7
View commit details
Copy full SHA for 8e592f7
Browse repository at this point
Add `ReturnTypeWillChange` attribute
Show description for 6895939
the-csaba
committed
6895939
View commit details
Copy full SHA for 6895939
Browse repository at this point
Catch recursion when resolving inside included file
Show description for 43044d5
cebe
committed
43044d5
View commit details
Copy full SHA for 43044d5
Browse repository at this point
Improve Responses resolving references
Show description for a02f958
cebe
committed
a02f958
View commit details
Copy full SHA for a02f958
Browse repository at this point
Fixes default value for exclusiveMinimum and exclusiveMaximum
Show description for 39b7cac
cebe
committed
39b7cac
View commit details
Copy full SHA for 39b7cac
Browse repository at this point
more specific deprecation
Show description for c89d4ac
cebe
committed
c89d4ac
View commit details
Copy full SHA for c89d4ac
Browse repository at this point
add hasPropertyValue() method
Show description for 0e0c69c
cebe
committed
0e0c69c
View commit details
Copy full SHA for 0e0c69c
Browse repository at this point
Merge pull request #152 from cebe/fix-array-value-found-but-an-object-is-required
Show description for 9d3755d
cebe
authored
9d3755d
View commit details
Copy full SHA for 9d3755d
Browse repository at this point
add comments, optimize tests for #125
cebe
committed
1bd42dd
View commit details
Copy full SHA for 1bd42dd
Browse repository at this point
During serialization convert empty Map fields to empty Objects
Show description for 331fd7d
thejamescollins
authored and
cebe
committed
331fd7d
View commit details
Copy full SHA for 331fd7d
Browse repository at this point
Add test to demonstrate OpenAPI v3.0 schema validation fails with empty Path properties
thejamescollins
authored and
cebe
committed
874984d
View commit details
Copy full SHA for 874984d
Browse repository at this point
yarn upgrade
cebe
committed
352848b
View commit details
Copy full SHA for 352848b
Browse repository at this point
Added docker environment for local development
cebe
committed
9d64267
View commit details
Copy full SHA for 9d64267
Browse repository at this point
Add symfony 6 support (#151)
Show description for cad4f75
cebe
authored
cad4f75
View commit details
Copy full SHA for cad4f75
Browse repository at this point
Bump node-fetch from 2.6.1 to 2.6.7 (#149)
Show description for 9e2e001
dependabot[bot]
authored
9e2e001
View commit details
Copy full SHA for 9e2e001
Browse repository at this point
Fix CI badge in Readme (#150)
simPod
authored
5855630
View commit details
Copy full SHA for 5855630
Browse repository at this point
Merge pull request #146 from simPod/fix-test
Show description for 66f9d71
cebe
authored
66f9d71
View commit details
Copy full SHA for 66f9d71
Browse repository at this point
Temporarily skip broken test (#145)
simPod
authored
3a028ef
View commit details
Copy full SHA for 3a028ef
Browse repository at this point
Commits on Jan 3, 2022
Run speccy through yarn
simPod
committed
a008654
View commit details
Copy full SHA for a008654
Browse repository at this point
Add windows and macos cases
simPod
committed
13ba0da
View commit details
Copy full SHA for 13ba0da
Browse repository at this point
Commits on Dec 26, 2021
Temporarily skip broken test
simPod
committed
d5b73b3
View commit details
Copy full SHA for d5b73b3
Browse repository at this point
Rework CI
Show description for 3c3a8ef
simPod
committed
3c3a8ef
View commit details
Copy full SHA for 3c3a8ef
Browse repository at this point
Commits on Dec 21, 2021
Run all tests (#136)
simPod
authored
41db38d
View commit details
Copy full SHA for 41db38d
Browse repository at this point
Drop licence badge from readme (#137)
Show description for eb1fc28
simPod
authored
eb1fc28
View commit details
Copy full SHA for eb1fc28
Browse repository at this point
Commits on Nov 22, 2021
Merge pull request #132 from cebe/schema-nullable
Show description for 336bd8d
cebe
authored
336bd8d
View commit details
Copy full SHA for 336bd8d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.