File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 33.settings /
44phpunit.phar
55tests /config.php
6+ .idea /
7+ vendor
8+ composer.lock
9+ .DS_Store
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " mevdschee/php-crud-api" ,
3+ "type" : " library" ,
4+ "description" : " Single file PHP script that adds a REST API to a SQL database." ,
5+ "keywords" : [
6+ " api-server" ,
7+ " restful" ,
8+ " mysql" ,
9+ " geospatial" ,
10+ " sql-server" ,
11+ " postgresql" ,
12+ " php-api" ,
13+ " postgis" ,
14+ " crud" ,
15+ " rest-api" ,
16+ " openapi" ,
17+ " swagger"
18+ ],
19+ "homepage" : " https://github.com/mevdschee/php-crud-api" ,
20+ "license" : " MIT" ,
21+ "authors" : [
22+ {
23+ "name" : " Maurits van der Schee" ,
24+ "email" : " maurits@vdschee.nl" ,
25+ "homepage" : " https://github.com/mevdschee"
26+ }
27+ ],
28+ "require" : {
29+ "php" : " >=5.6.0"
30+ },
31+ "autoload" : {
32+ "psr-4" : {
33+ "PHP_CRUD_API\\ " : " api.php"
34+ }
35+ }
36+ }
You can’t perform that action at this time.
0 commit comments