kammadata / api-scaffold
A Slim Framework skeleton application for rapid development
Installs: 316
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/kammadata/api-scaffold
Requires
- php: >=8.0
- monolog/monolog: ^3.4
- php-di/php-di: ^7.0
- slim/psr7: ^1.6
- slim/slim: ^4.11
This package is auto-updated.
Last update: 2025-09-22 15:17:16 UTC
README
There are many PHP Slim API scaffold frameworks; this one is ours.
api-scaffold
is a wrapper around v4 of the Slim Framework
for quick creation and deployment of a PHP API.
Installation
Install via Composer:
$ 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.
Release History
- v1.0.0 - 24/03/2020 - Initial open sourced release