elfet / cherimola
A very useful things
Fund package maintenance!
antonmedv
Requires
- php: >=5.2.1
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2022-03-22 18:10:04 UTC
README
A very useful things.
Installation
Require the library using Composer:
$ composer require elfet/cherimola
Documentation
It's so boring having only true
and false
constants. This library will help beat that boredom!
Now you can use positive boolean constants:
if ($status === ok) { ... }
if ($everyThing === okay) { ... }
if ($userSay === yes) { ... }
if ($checkbox === ✔) { ... }
if ($solution === correct) { ... }
if ($attitude === 👍) { ... }
And negative boolean constants:
if ($isUseful === no) { ... }
if ($toBe === not) { ... }
if ($orNot === ✘) { ... }
if ($stealing === wrong) { ... }
if ($attitude === 👎) { ... }
And also uncertain constants:
if ($succesful === maybe) { ... }
if ($save === perhaps) { ... }
if (possibly) { ... }
if (unlikely) { ... }
The library is fully tested and has 100% code coverage.
License
Licensed under the MIT license.