Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 293 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 293 Bytes

Package

Installation

composer require stancl/package

Usage

// ...

Development

Running all checks locally:

./check

Running tests:

MYSQL_PORT=3307 docker-compose up -d

phpunit

Code style will be automatically fixed by php-cs-fixer.