Download the PHP package craftisan/laravel-api-tester without Composer
On this page you can find all versions of the php package craftisan/laravel-api-tester. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download craftisan/laravel-api-tester
More information about craftisan/laravel-api-tester
Files in craftisan/laravel-api-tester
Package laravel-api-tester
Short Description Api tester for Laravel Framework
License MIT
Informations about the package laravel-api-tester
Laravel Api Tester
Forked from https://github.com/asvae/laravel-api-tester
Live demo
Try it out: laravel-api-tester.asva.by
Docs
Those are short and easy to read. Take a look.
Installation
Require this package with composer:
After updating composer, add the ServiceProvider to the providers array in config/app.php
That's it. Go to [your site]/api-tester
and start testing routes. It works for Laravel 5.1+.
Config
By default, the package is bound to APP_DEBUG
.env
value. But you can easily override it. Just publish config:
And edit config/api-tester.php
as you please.
Features
- Display routes for your application.
- Prepare and save requests.
- Collaborate with your team using firebase.
- Live search for everything.
- Filter out routes in config.
- CSRF token is handled for you.
- Fill request in JSON editor.
- Preview response depending on type (html or json).
- Clean and intuitive interface.
- Lightweight and no dependencies (except on laravel).
Powered By
Feedback
Don't hesitate to raise an issue if something doesn't work or you have a feature request. You're welcome to.
Authors
Tests
Check badges on the top for details.
Licence
MIT
All versions of laravel-api-tester with dependencies
laravel/framework Version 5.8.*|^6.2|^7.0
ktamas77/firebase-php Version ^3.0
firebase/token-generator Version ^3.0