Download the PHP package graham-campbell/cms-contact without Composer

On this page you can find all versions of the php package graham-campbell/cms-contact. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cms-contact

CMS Contact

Bitdeli Badge Build Status Coverage Status Scrutinizer Quality Score SensioLabsInsight Software License Latest Version

WARNING

This package has been replaced, and is no longer maintained.

What Is CMS Contact?

CMS Contact is a CMS Core plugin that adds a contact form backend.

System Requirements

Installation

Please check the system requirements before installing CMS Contact.

To get the latest version of CMS Contact, simply require "graham-campbell/cms-contact": "0.2.*@alpha" in your composer.json file. You'll then need to run composer install or composer update to download it and have the autoloader updated.

You will need to register many service providers before you attempt to load the CMS Contact service provider. Open up app/config/app.php and add the following to the providers key.

Once CMS Contact is installed, you need to register the service provider. Open up app/config/app.php and add the following to the providers key.

Configuration

CMS Contact supports optional configuration.

To get started, first publish the package config file:

php artisan config:publish graham-campbell/cms-contact

There are two config options:

Path To The Form

This option ('path') defines the path to the contact form. This is the page where your contact form should be. The default value for this setting is 'pages/contact'.

Contact Form Email

This option ('email') defines the email address to send contact form messages to. Setting it to null will email the contact form data to the user with the id of 1. Please only enter an email address here if you change it from null. The default value for this setting is null.

Usage

There is currently no usage documentation besides the API Documentation for CMS Contact.

You will need to write your own contact form with this plugin. CMS Comment simply provides you with the backend functionality to create a comment form. CMS Comment form will register the route contact.post which will accept POST requests to the path contact. Note that a basic form is included and can be pulled into one of your own views if you want it.

Updating Your Fork

The latest and greatest source can be found on GitHub.

Before submitting a pull request, you should ensure that your fork is up to date.

You may fork CMS Contact:

git remote add upstream git://github.com/GrahamCampbell/CMS-Contact.git

The first command is only necessary the first time. If you have issues merging, you will need to get a merge tool such as P4Merge.

You can then update the branch:

git pull --rebase upstream master
git push --force origin <branch_name>

Once it is set up, run git mergetool. Once all conflicts are fixed, run git rebase --continue, and git push --force origin <branch_name>.

Pull Requests

Please review these guidelines before submitting any pull requests.

License

GNU AFFERO GENERAL PUBLIC LICENSE

CMS Contact Is A CMS Core Plugin That Adds A Contact Form Backend Copyright (C) 2013-2014 Graham Campbell

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.


All versions of cms-contact with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.7
laravel/framework Version 4.1.*
symfony/config Version 2.4.*
symfony/filesystem Version 2.4.*
graham-campbell/cms-core Version 0.2.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package graham-campbell/cms-contact contains the following files

Loading the files please wait ...