ok

Installs: 522

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/salamwaddah/ok

1.0.0 2023-02-01 11:38 UTC

This package is auto-updated.

Last update: 2025-09-29 03:06:42 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.