Skip to content

branogoga/rose-php

Repository files navigation

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