12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "mevdschee/php-crud-api",
- "type": "library",
- "description": "Single file PHP script that adds a REST API to a SQL database.",
- "keywords": [
- "api-server",
- "restful",
- "mysql",
- "geospatial",
- "sql-server",
- "postgresql",
- "php-api",
- "postgis",
- "crud",
- "rest-api",
- "openapi",
- "swagger"
- ],
- "homepage": "https://github.com/mevdschee/php-crud-api",
- "license": "MIT",
- "authors": [
- {
- "name": "Maurits van der Schee",
- "email": "maurits@vdschee.nl",
- "homepage": "https://github.com/mevdschee"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.0"
- },
- "autoload": {
- "files": ["api.php"]
- }
- }
|