2017 © Pedro Peláez
 

library ssp-press

Press module for use in the SunshinePHP site.

image

sunshinephp/ssp-press

Press module for use in the SunshinePHP site.

  • Sunday, March 9, 2014
  • by adamculp
  • Repository
  • 1 Watchers
  • 1 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ssp-press

Press 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-press": "dev-master"
    }
    
  2. Now tell composer to download SspPress 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(
            // ...
            'SspPress',
        ),
        // ...
    );
    
  2. Ensure to add the needed table to the database using the sql file in data., (*5)

The Versions

09/03 2014

dev-master

9999999-dev

Press 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

Press module for use in the SunshinePHP site.

  Sources   Download

The Requires

  • php >=5.3.3

 

ssphp ssp