branogoga/rose-php

Rose PHP Library

v0.2.17 2023-07-27 14:16 UTC

This package is auto-updated.

Last update: 2024-03-06 21:18:16 UTC


README

Build Status codecov PHPStan

rose-php

Common tools for PHP development.

Installation

composer install branogoga/rose-php --save

Usage

PHP

echo \Rose\HelloWorld\SayHello::world();
Output should be 'Hello World, Composer!'

Test

./phpstan.bat
./phpunit.bat