PHPackages                             sunshinephp/ssp-contact - 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. sunshinephp/ssp-contact

ActiveLibrary

sunshinephp/ssp-contact
=======================

Contact module for use in the SunshinePHP site.

1.1.0(8y ago)0752PHP

Since Mar 9Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sunshinephp/ssp-contact)[ Packagist](https://packagist.org/packages/sunshinephp/ssp-contact)[ RSS](/packages/sunshinephp-ssp-contact/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

ssp-contact
===========

[](#ssp-contact)

Contact module in ZF2 to be included into the SunshinePHP main site.

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "sunshinephp/ssp-contact": "dev-master"
    }
    ```
2. Now tell composer to download SspContact by running the command:

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

#### Post installation

[](#post-installation)

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

    ```
