GrahamCampbell / Laravel-TestBench-Core by graham-campbell

TestBench Core Provides Some Testing Functionality For Laravel 5
481,236
14
2
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-03-24 03:07:51
Package Statistics
Total Downloads: 481,236
Monthly Downloads: 3,911
Daily Downloads: 84
Total Stars: 14
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel TestBench Core

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

Installation

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.

Configuration

Laravel TestBench Core requires no configuration. Just follow the simple install instructions and go!

Usage

You may see an example of implementation in pretty much all of my Laravel packages.

Security

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.

License

Laravel TestBench Core is licensed under The MIT License (MIT).