goez/b3

A skeleton for building composer based library

0.1.16 2020-02-18 03:37 UTC

This package is auto-updated.

Last update: 2024-03-26 11:13:51 UTC


README

This is a composer based library.

Install

composer require vendor/package --dev

Usage

Documents for this library.

Hacking

Install spatie/phpunit-watcher globally:

composer global require spatie/phpunit-watcher

Watch modification of source and test cases, then run:

phpunit-watcher watch

Just run test cases:

vendor/bin/phpunit

License

MIT