Simple JWT secured API skeleton
This is a simple jwt based API skeleton to kick start your API development. It is based on the PHP micro framework Slim 4 and some well-known Symfony 5 components.
The skeleton comes also bundled with DI (dependency injection) and Doctrine DBAL.
Requirements
- PHP 7.4+
- composer
- openssl
- PHP extension ext-json
Documentation
Documentation can be found here.