ok
1.0.0
2023-02-01 11:38 UTC
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ^9.5
README
Installation
composer require salamwaddah/ok
Usage
// directly using constant $ok = Ok::OK; // returns 'ok' // using method $ok = new Ok(); $ok = $ok->ok(); // returns 'ok'
Tests
vendor/bin/phpunit
License
The PHP Ok is open-sourced software licensed under the MIT license.