oauth2-server/installation.md
2014-10-13 16:08:15 +01:00

383 B
Executable File
Raw Blame History

layout title permalink
default Installation /installation/

Installation

The recommended way of installing the library is via Composer.

In your project root just run:

composer require league/oauth2-server:4.0.x-dev

Ensure that youve set up your project to autoload Composer-installed packages.