slimapi / slimapi
A collection of tools for building JSON API(s)
Installs: 12 305
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 3
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- justinrainbow/json-schema: ^5.2
- nette/bootstrap: ^3.2
- slim/psr7: ^1.6
- slim/slim: ^4.11
Requires (Dev)
- adriansuter/php-autoload-override: 1.4
- symfony/console: 6.3.0
- tracy/tracy: 2.10.2
README
A collection of tools for building JSON API(s), based on Slim Framework 4.
Installation
$ composer require slimapi/slimapi
Local Development & Testing
$ docker compose up $ docker compose exec app composer.sh test
NOTE: Available on http://localhost:8080. You can change the port in docker-compose.yml
License
See LICENSE file for more information.