c4wlabz / resource-server
An project that implements Slim Framework becoming a resource server in a microservice ecosystem with OAuth2
v0.0.1
2019-02-14 16:30 UTC
Requires
- php: >=7.2
- ext-json: *
- ext-pdo: *
- league/oauth2-server: ^7.3
- monolog/monolog: ^1.17
- slim/slim: ^3.1
- symfony/dotenv: ^4.2
Requires (Dev)
- phpunit/phpunit: >=5.0
This package is auto-updated.
Last update: 2024-11-15 05:41:52 UTC
README
Install
composer create-project c4wlabz/resource-server [my-app-name]
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
storage/logs/
is web writeable.
Framework
- Slim Framework 3
License
This project is open-source software licensed under the MIT license.