dev-master
9999999-dev https://github.com/goodby/assertion
MIT
The Requires
- php >=5.4.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
editing..., (*2)
editing..., (*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": {
"goodby/assertion": "*"
}
}
Install via composer:, (*6)
php composer.phar install
Assertion is open-sourced software licensed under the MIT License - see the LICENSE file for details, (*7)
editing..., (*8)
Checkout master source code from github:, (*9)
hub clone goodby/assertion
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