abacaphiliac / compliments
Compliments your sys-admins, in an effort to strengthen the developer-administrator bond.
0.1.0
2016-05-12 16:28 UTC
Requires
- php: >=5.3
- symfony/console: ^3|^2.1
Requires (Dev)
- jakub-onderka/php-parallel-lint: ^0.9
- mikey179/vfsstream: ^1.6
- phing/phing: ^2.9
- phpunit/phpunit: ^5|^4
- squizlabs/php_codesniffer: ^2.2
This package is auto-updated.
Last update: 2024-10-25 11:53:03 UTC
README
abacaphiliac/compliments
Compliments your sys-admins, in an effort to strengthen the developer-administrator bond.
Installation
composer require abacaphiliac/compliments
Usage
Print a random compliment:
bin/compliments random:compliment
Display the help message:
bin/compliments random:compliment -h
Override the compliments file:
bin/compliments random:compliment -f your/custom/compliments.txt
Dependencies
See composer.json.
Contributing
composer update && vendor/bin/phing
This library attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.