- PHP >= 5.3.0
There are three ways to install this module, Connect, Composer or from an Archive file.
Add the following to the require section in your composer.json
file:
{
"require": {
...
"esendex/sms": "dev-master", //replace with actual version
...
}
}
Then run composer update
. If you are using a Magento Composer Installer (eg this one), your files should automatically be installed to your Magento installations root directory after the update has finished.
Visit the Connect page
Download the archive from GitHub, extract the files and copy then to your Magento installations root directory
Clear the cache, logout from the admin panel and then login again to complete the installation.
A tutorial detailing how to add custom events to the Esendex SMS module can be found [here](docs/Building A Custom Module.md)
A further tutorial showing how to create advanced events (building on from the previous tutorial can be found [here](Adding Fields To Notification.md)