omegacode/jwt-secured-api-skeleton

This is a simple jwt based API skeleton to kick start your API development.

0.4.2 2020-07-29 15:00 UTC

README

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.