1.0.0 2023-02-01 11:38 UTC

This package is auto-updated.

Last update: 2024-04-29 14:50:24 UTC


README

Latest Version on Packagist Total Downloads MIT Licensed

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.