branogoga/rose-php

Rose PHP Library

Maintainers

Package info

github.com/branogoga/rose-php

pkg:composer/branogoga/rose-php

Statistics

Installs: 300

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-12 22:40:54 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