Download the PHP package dam1r89/test-hooks without Composer
On this page you can find all versions of the php package dam1r89/test-hooks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dam1r89/test-hooks
More information about dam1r89/test-hooks
Files in dam1r89/test-hooks
Download dam1r89/test-hooks
More information about dam1r89/test-hooks
Files in dam1r89/test-hooks
Vendor dam1r89
Package test-hooks
Short Description Creates a webhooks that make end to end or manual testing of Laravel apps easier. Allows creating db snapshots and changing app date.
License MIT
Package test-hooks
Short Description Creates a webhooks that make end to end or manual testing of Laravel apps easier. Allows creating db snapshots and changing app date.
License MIT
Please rate this library. Is it a good library?
Informations about the package test-hooks
Adds a webhooks useful for testing
composer require --dev dam1r89/test-hooks
Configuration:
config/app.php
dam1r89\TestHooks\TestHooksServiceProvider::class,
Publish
php artisan vendor:publish --tag="testhooks"
by default it works only on testing
and local
environment.
Methods
Supports only mysql database.
Method | Route | Params | Explanation |
---|---|---|---|
GET | /test-hooks/db | Return list of all states | |
PUT | /test-hooks/db | force - overrides previous state, state - state name | Store state |
PUT | /test-hooks/db/restore | state - state name | Restore previously saved state |
GET | /test-hooks/date | Get curren test date | |
PUT | /test-hooks/date | date - in format '2017-04-01 13:00:13' | Set testing date |
DELETE | /test-hooks/date | Clear test date |
Extension
With extension you can do it from chrome browser. Get it here
All versions of test-hooks with dependencies
PHP Build Version
Package Version
No informations.
The package dam1r89/test-hooks contains the following files
Loading the files please wait ....