omegacode / jwt-secured-api-skeleton
This is a simple jwt based API skeleton to kick start your API development.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
Language:Shell
Type:project
Requires
- php: >=7.4
- ext-json: *
- ext-openssl: *
- omegacode/jwt-secured-api-core: dev-master
- omegacode/jwt-secured-api-graphql: dev-master
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- guzzlehttp/guzzle: ^6.5
- kint-php/kint: ^3.3
- phpmd/phpmd: ^2.8
- phpstan/phpstan: 0.12.*
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.5
- symfony/var-dumper: ^5.0
This package is auto-updated.
Last update: 2025-03-23 09:16:09 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.