webkitz / phalcon-mailgun
dev-master
2015-08-27 12:24 UTC
Requires
- php: >= 5.3.0
- cartalyst/sentry: 2.*
- illuminate/database: 4.*
- mailgun/mailgun-php: ~1.7.2
This package is not auto-updated.
Last update: 2024-12-07 19:07:13 UTC
README
##phalcon-mailgun just started!.. please dont install yet! (will remove this message once stable)
###description Web Application for MailGun, web based management system for maintaining subscribers mailinglist via mailgun, allows sending out email to subscribers. (more to come)
###installation
-
Download the
composer.phar
executable or use the installer.$ curl -sS https://getcomposer.org/installer | php
-
install with command line
$ composer create-project webkitz/phalcon-mailgun --stability="dev" ```