dev-master
9999999-dev https://github.com/suin/ifttt-webhook
MIT
The Requires
- php >=5.3.2
The Development Requires
Wallogit.com
2017 © Pedro Peláez
A library enable to outgoing webhook for the ifttt.com service, (*2)
PHP 5.3 or later, (*3)
Install composer in your project:, (*4)
curl -s http://getcomposer.org/installer | php
Create a composer.json file in your project root:, (*5)
{
"require": {
"suin/ifttt-webhook": "*"
}
}
Install via composer:, (*6)
php composer.phar install
IftttWebhook is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*7)
see example/xmlrpc.php, (*8)
Checkout master source code from github:, (*9)
hub clone suin/ifttt-webhook
Install develpment components via composer:, (*10)
# If you don't have composer.phar ./scripts/bundle-devtools.sh . # If you have composer.phar composer.phar install --dev
We works under test driven development., (*11)
Run phpunit:, (*12)
./vendor/bin/phpunit
We follows coding standard PSR-2., (*13)
Check if your codes follows PSR-2 by phpcs:, (*14)
./vendor/bin/phpcs --standard=PSR2 src/
This project was automatically generated by "Goodby Setup"., (*15)
MIT