oihana / php-system
The Oihana PHP System library
dev-main
2025-07-21 15:38 UTC
Requires
- php: >=8.4
- ext-pdo: *
- monolog/monolog: ^3.9
- oihana/php-core: dev-main
- php-di/php-di: ^7.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0
Requires (Dev)
- mikey179/vfsstream: ^1.6
- nunomaduro/collision: ^8.8
- phpdocumentor/shim: ^3.8
- phpunit/phpunit: ^12
This package is auto-updated.
Last update: 2025-07-21 15:38:41 UTC
README
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
- Author : Marc ALCARAZ (aka eKameleon)
- Mail : marc@ooop.fr
- Website : http://www.ooop.fr
๐ ๏ธ Generate the Documentation
We use phpDocumentor to generate the documentation into the ./docs folder.
Usage
Run the command :
composer doc