sunshinephp / ssp-press
Press module for use in the SunshinePHP site.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sunshinephp/ssp-press
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-09-23 11:43:32 UTC
README
Press module in ZF2 to be included into the SunshinePHP main site.
Requirements
- Zend Framework 2 (latest master)
Installation
Main Setup
By cloning project
- Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:
"require": { "sunshinephp/ssp-press": "dev-master" }
-
Now tell composer to download SspPress by running the command:
$ php composer.phar update
Post installation
-
Enabling it in your
application.config.php
file.<?php return array( 'modules' => array( // ... 'SspPress', ), // ... );
-
Ensure to add the needed table to the database using the sql file in data.