2017 © Pedro Peláez
 

library ssp-talks

Talks module for use in the SunshinePHP site.

image

sunshinephp/ssp-talks

Talks module for use in the SunshinePHP site.

  • Tuesday, January 30, 2018
  • by adamculp
  • Repository
  • 1 Watchers
  • 0 Stars
  • 146 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 5 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ssp-talks

Talks module in ZF2 to be included into the SunshinePHP main site., (*1)

Requirements

Installation

Main Setup

By cloning project

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

With composer

  1. Add this project in your composer.json:, (*2)

    "require": {
        "sunshinephp/ssp-talks": "dev-master"
    }
    
  2. Now tell composer to download SspTalks by running the command:, (*3)

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.phpfile., (*4)

    <?php
    return array(
        'modules' => array(
            // ...
            'SspTalks',
        ),
        // ...
    );
    

The Versions

30/01 2018

dev-master

9999999-dev

Talks module for use in the SunshinePHP site.

  Sources   Download

The Requires

 

ssphp ssp

31/01 2017

4.0.0

4.0.0.0

Talks module for use in the SunshinePHP site.

  Sources   Download

The Requires

 

ssphp ssp

24/01 2016

3.0.0

3.0.0.0

Talks module for use in the SunshinePHP site.

  Sources   Download

The Requires

 

ssphp ssp

26/01 2015

2.0.0

2.0.0.0

Talks module for use in the SunshinePHP site.

  Sources   Download

The Requires

  • php >=5.3.3

 

ssphp ssp

09/03 2014

1.0.0

1.0.0.0

Talks module for use in the SunshinePHP site.

  Sources   Download

The Requires

  • php >=5.3.3

 

ssphp ssp