Package Data | |
---|---|
Maintainer Username: | graham-campbell |
Maintainer Contact: | hello@gjcampbell.co.uk (Graham Campbell) |
Package Create Date: | 2015-06-23 |
Package Last Update: | 2024-03-17 |
Home Page: | https://gjcampbell.co.uk |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:15:54 |
Package Statistics | |
---|---|
Total Downloads: | 499,826 |
Monthly Downloads: | 1,314 |
Daily Downloads: | 59 |
Total Stars: | 14 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel TestBench Core was created by, and is maintained by Graham Campbell, and provides some testing functionality for Laravel 5. Feel free to check out the change log, releases, license, and contribution guidelines.
Laravel TestBench Core requires PHP 7, and supports PHPUnit 6 - 8 and Laravel 5.1+.
To get the latest version, simply require the project using Composer:
$ composer require graham-campbell/testbench-core --dev
Once installed, you can extend or implement the classes in this package, or packages required by this package. There are no service providers to register.
Laravel TestBench Core requires no configuration. Just follow the simple install instructions and go!
You may see an example of implementation in pretty much all of my Laravel packages.
If you discover a security vulnerability within this package, please send an e-mail to Graham Campbell at graham@alt-three.com. All security vulnerabilities will be promptly addressed.
Laravel TestBench Core is licensed under The MIT License (MIT).