Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 600 Bytes

installation.rst

File metadata and controls

28 lines (18 loc) · 600 Bytes

Installation

With composer

  1. Add BaconAuthentication to your composer.json. Either use a stable tag for this or dev-master:

    "require": {
        "bacon/bacon-authentication": "dev-master"
    }
  2. Tell composer to download BaconAuthentication:

    $ php composer.phar update

By cloning

Clone BaconAuthentication into your vendor folder and install all at least ZendStdlib and any possible dependencies (refer to the composer.json file for additionaly suggested dependencies).