stephanbouman / code-of-conduct
This package throws you a random rule from the code of conduct.
Installs: 586
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/stephanbouman/code-of-conduct
Requires
- php: ^7.4|^8.0|^8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.6
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-09-23 15:53:16 UTC
README
This package returns a random rule from the code of conduct of Bit Academy
composer require stephanbouman/code-of-conduct
using the generator
$code = new \Stephanbouman\CodeOfConduct\CodeOfConduct(); echo $code->getRule(); // generates a random rule
contributing
Did the rules change overnight? Feel free to make a pull request!