moult / contact
System for sending messages to a recipient
Installs: 2 434
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
Requires (Dev)
- phpspec/phpspec: 2.0.*@dev
This package is not auto-updated.
Last update: 2025-03-25 04:26:57 UTC
README
Contact is a super simple message sending application that is perfect for use in a standard website contact form.
Development
- Get Composer
curl -s http://getcomposer.org/installer | php
and then runphp composer.phar install --dev
. This is needed to set up testing tools (installs intobin/
). - Use Phing to run
phing all
in project root. This will runphpspec
,phpcs
,pdepend
,phpmd
,phpcpd
,phpdcd
andphpdoc2
.phing
by itself is a shorthand to run just PHPSpec. For more information, seephing -projecthelp
- Start developing. Specs are in
spec/
, documentation is indocs/
. Any build logs generated byphing all-log
useful for CI can be found inbuild/
.