|
@@ -0,0 +1,36 @@
|
|
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
|
+}
|