phootobr / resource-server-lumen
The Resource Server Phooto with Lumen Framework.
Package info
github.com/phootobr/resource-server-lumen
Type:project
pkg:composer/phootobr/resource-server-lumen
v1.0.0
2019-04-15 01:02 UTC
Requires
- php: >=7.1.3
- laravel/lumen-framework: 5.8.*
- league/oauth2-server: ^7.3
- nyholm/psr7: ^1.1
- symfony/psr-http-message-bridge: ^1.2
- vlucas/phpdotenv: ^3.3
Requires (Dev)
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2026-03-08 07:47:53 UTC
README
Install
composer create-project phootobr/resource-server-lumen [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.
Setup
Copy the public key from your authorization server to storage/oauth-public.key
License
This library is open-source software licensed under the MIT license.