abacaphiliac / compliments
Compliments your sys-admins, in an effort to strengthen the developer-administrator bond.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/abacaphiliac/compliments
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: 2025-09-25 13:55:32 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.