Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.62 KB

README.dist.md

File metadata and controls

36 lines (21 loc) · 1.62 KB

JBZoo / PACKAGE

CI Coverage Status Psalm Coverage Psalm Level CodeFactor
Stable Version Total Downloads Dependents GitHub License

Installing

composer require jbzoo/__PACKAGE_LOW__

Usage

use JBZoo\__NS__\__PACKAGE__;

// Just use it!
$object = new __PACKAGE__();
$object->doSomeStreetMagic(':)');

Unit tests and check code style

make update
make test-all

License

MIT