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).