PHPackages                             earlhickey/pg-selligent - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. earlhickey/pg-selligent

ActiveLibrary

earlhickey/pg-selligent
=======================

ZF2 module for Selligent Individual API

1.0(11y ago)019BSD-3-ClausePHPPHP &gt;=5.3.3

Since Jul 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/earlhickey/PgSelligent)[ Packagist](https://packagist.org/packages/earlhickey/pg-selligent)[ Docs](https://github.com/earlhickey/PgSelligent)[ RSS](/packages/earlhickey-pg-selligent/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

PgSelligent
===========

[](#pgselligent)

ZF2 module for Selligent Individual API

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Install the [zf2-selligent](https://github.com/earlhickey/PgSelligent) ZF2 module by cloning it into `./vendor/`.
2. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "earlhickey/pg-selligent": "1.*"
    }
    ```
2. Now tell composer to download PgSelligent by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php` file.

    ```
