gzero/core
3,838
2
| Install | |
|---|---|
composer require gzero/core |
|
| Latest Version: | v3.0.3 |
| PHP: | >=7.1.0 |
| License: | MIT |
| Last Updated: | Sep 30, 2018 |
| Links: | GitHub · Packagist |
Maintainer: AdrianSkierniewski
GZERO Core

It's a core package for GZERO platform
###Testing
To run tests, copy .env.example file to .env.testing and put your database credentials into it.
To run tests you can use one of those commands:
#####whole suit
composer test
#####single file
composer test tests/unit/jobs/UserJobsTest
#####single test
composer test tests/unit/jobs/UserJobsTest:canDeleteUser
###Quality
composer test-static
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
404,034,618
608
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
384,821,166
4,658