2017 © Pedro Peláez
 

library ssp-contact

Contact module for use in the SunshinePHP site.

image

sunshinephp/ssp-contact

Contact module for use in the SunshinePHP site.

  • Saturday, February 3, 2018
  • by adamculp
  • Repository
  • 2 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ssp-contact

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

  3. Also ensure that you create a subdirectory '/public/img/captchas' which will capture all of the captcha images created by the contact form, and make sure it is writable., (*6)

The Versions

09/03 2014

1.0.0

1.0.0.0

Contact module for use in the SunshinePHP site.

  Sources   Download

The Requires

  • php >=5.3.3

 

The Development Requires

ssphp ssp