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

ActiveLibrary

sunshinephp/ssp-talks
=====================

Talks module for use in the SunshinePHP site.

6.1.0(6y ago)02201[1 issues](https://github.com/sunshinephp/ssp-talks/issues)BSD-3-ClauseHTML

Since Mar 9Pushed 6y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

ssp-talks
=========

[](#ssp-talks)

Talks 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-talks": "dev-master"
    }
    ```
2. Now tell composer to download SspTalks by running the command:

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

#### Post installation

[](#post-installation)

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

    ```
