| Package Data | |
|---|---|
| Maintainer Username: | asvae |
| Maintainer Contact: | ontrew@gmail.com (Yauheni Prakopchyk) |
| Package Create Date: | 2016-07-13 |
| Package Last Update: | 2022-07-25 |
| Home Page: | http://laravel-api-tester.asva.by/ |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:16:11 |
| Package Statistics | |
|---|---|
| Total Downloads: | 98,656 |
| Monthly Downloads: | 2,053 |
| Daily Downloads: | 42 |
| Total Stars: | 355 |
| Total Watchers: | 11 |
| Total Forks: | 55 |
| Total Open Issues: | 21 |

Try it out: laravel-api-tester.asva.by
Those are short and easy to read. Take a look.
Require this package with composer:
composer require asvae/laravel-api-tester
After updating composer, add the ServiceProvider to the providers array in config/app.php
Asvae\ApiTester\ServiceProvider::class,
That's it. Go to [your site]/api-tester and start testing routes. It works for Laravel 5.1+.
By default, the package is bound to APP_DEBUG .env value. But you can easily override it. Just publish config:
php artisan vendor:publish --provider="Asvae\ApiTester\ServiceProvider"
And edit config/api-tester.php as you please.
Don't hesitate to raise an issue if something doesn't work or you have a feature request. You're welcome to.
Check badges on the top for details.
MIT