ok
Installs: 522
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/salamwaddah/ok
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.