https://github.com/kammadata/api-scaffold
api-scaffold is a wrapper around v4 of the Slim Framework for quick creation and deployment of a PHP API.
https://github.com/kammadata/api-scaffold
php php7 rest-api restful-api slim slim4
Last synced: 6 months ago
JSON representation
api-scaffold is a wrapper around v4 of the Slim Framework for quick creation and deployment of a PHP API.
- Host: GitHub
- URL: https://github.com/kammadata/api-scaffold
- Owner: KammaData
- License: bsd-3-clause
- Created: 2020-03-24T13:49:57.000Z (over 6 years ago)
- Default Branch: integration
- Last Pushed: 2023-06-22T10:21:43.000Z (about 3 years ago)
- Last Synced: 2024-03-27T23:02:50.041Z (over 2 years ago)
- Topics: php, php7, rest-api, restful-api, slim, slim4
- Language: PHP
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# api-scaffold
There are many PHP Slim API scaffold frameworks; this one is [ours](https://www.kammadata.com/).
`api-scaffold` is a wrapper around v4 of the [Slim Framework](https://www.slimframework.com/)
for quick creation and deployment of a PHP API.
## Installation
Install via [Composer](https://getcomposer.org/):
```
$ composer install kammadata/api-scaffold
```
Or add to your `composer.json` by hand.
## TODO
Document the scaffold framework and demo.
## License
`api-scaffold` is licensed under the [BSD 3-Clause Licence](LICENSE.txt).
## Release History
* v1.0.0 - 24/03/2020 - Initial open sourced release