Download the PHP package codes50/slim-framework-4-jwt-auth-example without Composer
On this page you can find all versions of the php package codes50/slim-framework-4-jwt-auth-example. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package slim-framework-4-jwt-auth-example
Slim Framework 4 JWT Auth Example
Requires
- php: >=7.2
- codes50/validation
- firebase/php-jwt
- tuupola/slim-jwt-auth
Install
Install latest version using composer.
Replace [my-app-name]
with the desired directory name for your new application. You'll want to:
- Point your virtual host document root to your new application's
public/
directory. - Ensure
logs/
is web writable.
To run the application in development, you can run these commands
Or you can use docker-compose
to run the app with docker
, so you can run these commands:
After that, open http://localhost:8080
in your browser.
Run this command in the application directory to run the test suite
That's it! Now go build something cool.
All versions of slim-framework-4-jwt-auth-example with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-json Version *
codes50/validation Version ^1.3
firebase/php-jwt Version ^5.0
monolog/monolog Version ^1.24
php-di/php-di Version ^6.0
slim/psr7 Version ^0.5
slim/slim Version ^4.1
tuupola/slim-jwt-auth Version ^3.4
ext-json Version *
codes50/validation Version ^1.3
firebase/php-jwt Version ^5.0
monolog/monolog Version ^1.24
php-di/php-di Version ^6.0
slim/psr7 Version ^0.5
slim/slim Version ^4.1
tuupola/slim-jwt-auth Version ^3.4
The package codes50/slim-framework-4-jwt-auth-example contains the following files
Loading the files please wait ....