stephanbouman / code-of-conduct
There is no license information available for the latest version (v1.0.2) of this package.
This package throws you a random rule from the code of conduct.
v1.0.2
2022-05-02 14:42 UTC
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-03-23 14:54:42 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!