moult / contact
System for sending messages to a recipient
1.0.0
2013-11-09 23:59 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpspec/phpspec: 2.0.*@dev
This package is not auto-updated.
Last update: 2026-03-10 08:40:17 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 | phpand then runphp composer.phar install --dev. This is needed to set up testing tools (installs intobin/). - Use Phing to run
phing allin project root. This will runphpspec,phpcs,pdepend,phpmd,phpcpd,phpdcdandphpdoc2.phingby 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-loguseful for CI can be found inbuild/.