flag/framework

0.2.0 2024-10-09 11:16 UTC

This package is not auto-updated.

Last update: 2024-10-24 09:52:31 UTC


README

Flag framework is a PHP library for tests.

Installation

Use the package manager pip to install flag framework.

composer requrie flag/framework

Usage

<?php

use Flag\Framework\Core\Application;

$app = new Application();
$app->run();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT