oihana/php-system

The Oihana PHP System library

dev-main 2025-07-20 16:43 UTC

This package is auto-updated.

Last update: 2025-07-20 16:43:26 UTC


README

Oihana PHP System

Provides a standard set of PHP helpers and tools to creates web and command applications.

๐Ÿ“š Documentation

Full project documentation is available at:
๐Ÿ‘‰ https://bcommebois.github.io/oihana-php-system

๐Ÿ“ฆ Installation

Requires PHP 8.4+

Install via Composer:

composer require oihana/php-system

โœ… Running Unit Tests

To run all tests:

composer run-script test

To run a specific test file:

composer run test ./tests/oihana/date/TimeIntervalTest.php

๐Ÿงพ Licence

This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).

๐Ÿ‘ค About the author

๐Ÿ› ๏ธ Generate the Documentation

We use phpDocumentor to generate the documentation into the ./docs folder.

Usage

Run the command :

composer doc