PHPackages                             jaypanchal/apitester - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. jaypanchal/apitester

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jaypanchal/apitester
====================

You can test APIs in your laravel app using this package.

v2.0.0(3y ago)010MITJavaScript

Since Jul 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jaypanchal2309/Apitester)[ Packagist](https://packagist.org/packages/jaypanchal/apitester)[ RSS](/packages/jaypanchal-apitester/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Apitester
=========

[](#apitester)

The name of this package it self describes the usage of the package. You can test APIs using this laravel package.

First, we will see the Installation part and after that, we will move on: "How to use" part.

Installation
------------

[](#installation)

- run below command in your project root directory to install the package.

```
  composer require jaypanchal/apitester
```

- After that, include below line into providers array of config/app.php file

```
Jaypanchal\Apitester\ApiTesterServiceProvider::class,

```

- in your laravel app, you can use apitester using this code:

```
use Jaypanchal\Apitester\ApiTester; //include this line in top of your class file.

//add below code in any function of class.
$apitester = ApiTester::loadTester();
echo $apitester;

```

Output
------

[](#output)

- in output, you will get this UI:

[![App Screenshot](https://camo.githubusercontent.com/e925d96a22fb7045b8e54fdf2f3c151fadb50f30febe584b60b8c77b48dd6e6f/68747470733a2f2f692e696d6775722e636f6d2f715652654f696e2e706e67)](https://camo.githubusercontent.com/e925d96a22fb7045b8e54fdf2f3c151fadb50f30febe584b60b8c77b48dd6e6f/68747470733a2f2f692e696d6775722e636f6d2f715652654f696e2e706e67)

Usage
-----

[](#usage)

- You need to enter your api in Url field.
- Select method of that api (GET, POST, DELETE, PUT, PATCH)
- You can also pass Headers for that API in Headers Fields. Initially, there will be 2 fields: "Key" and "Value".
- You can pass header key and header value in it.
- Example: I want to pass Bearer Token for my API. So, I will Enter Key as: "Authorization", and value as: "Bearer \[BEARER\_TOKEN\]".
- You can also pass multiple headers using "Add new Header" button.
- You can pass parameter for that API same way we are passing headers.
- When you done with your headers and parameters, then you need to click "Call API" button to see your api output in "API Output" box.

Authors
-------

[](#authors)

- [@jaypanchal](https://www.linkedin.com/in/jay-panchal-51324a165)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~77 days

Total

3

Last Release

1249d ago

Major Versions

v1.0.1 → v2.0.02022-12-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/b648abbd5a7dd09ab384a495e2877a580202c2ea3567860eab6bb31a86b32bbe?d=identicon)[jaypanchal2309](/maintainers/jaypanchal2309)

---

Top Contributors

[![jaypanchal2309](https://avatars.githubusercontent.com/u/53405748?v=4)](https://github.com/jaypanchal2309 "jaypanchal2309 (17 commits)")

---

Tags

apilaravelrestapitestertest api onlineapi checkerjay panchaljaypanchal

### Embed Badge

![Health badge](/badges/jaypanchal-apitester/health.svg)

```
[![Health](https://phpackages.com/badges/jaypanchal-apitester/health.svg)](https://phpackages.com/packages/jaypanchal-apitester)
```

###  Alternatives

[lomkit/laravel-rest-api

A package to build quick and robust rest api for the Laravel framework.

59152.2k](/packages/lomkit-laravel-rest-api)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
