Skip to content

The Resource Server Phooto with Lumen Framework.

License

Notifications You must be signed in to change notification settings

phootobr/resource-server-lumen

Repository files navigation

PHP Resource Server

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.