File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Atention
2+ This is a fork of [ cebe/php-openapi] ( https://github.com/cebe/php-openapi ) . I created it as library because the pull request
3+ of the openapi3.1 was taking years and a lot of developers want to use it.
4+
15# php-openapi
26
37Read and write [ OpenAPI] ( https://www.openapis.org/ ) 3.x YAML and JSON files and make the content accessible in PHP objects.
Original file line number Diff line number Diff line change 11{
2- "name" : " cebe/ php-openapi" ,
2+ "name" : " devizzent/cebe- php-openapi" ,
33 "description" : " Read and write OpenAPI yaml/json files and make the content accessable in PHP objects." ,
44 "keywords" : [" openapi" ],
5- "homepage" : " https://github.com/cebe/ php-openapi#readme" ,
5+ "homepage" : " https://github.com/DEVizzent/cebe- php-openapi#readme" ,
66 "type" : " library" ,
77 "license" : " MIT" ,
88 "authors" : [
1111 "email" : " mail@cebe.cc" ,
1212 "homepage" : " https://cebe.cc/" ,
1313 "role" : " Creator"
14+ },
15+ {
16+ "name" : " Vicent Valls" ,
17+ "email" : " vizzent@gmail.com"
1418 }
1519 ],
1620 "support" : {
17- "issues" : " https://github.com/cebe/ php-openapi/issues" ,
18- "source" : " https://github.com/cebe/ php-openapi"
21+ "issues" : " https://github.com/DEVizzent/cebe- php-openapi/issues" ,
22+ "source" : " https://github.com/DEVizzent/cebe- php-openapi"
1923 },
2024 "require" : {
2125 "php" : " >=7.1.0" ,
You can’t perform that action at this time.
0 commit comments