ok

Maintainers

Package info

github.com/salamwaddah/ok

pkg:composer/salamwaddah/ok

Statistics

Installs: 528

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

1.0.0 2023-02-01 11:38 UTC

This package is auto-updated.

Last update: 2026-03-01 00:41:04 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.