An open API service indexing awesome lists of open source software.

https://github.com/indianmodassir/postman

A web-based tool for developers to test APIs, view responses, and manage workflows.
https://github.com/indianmodassir/postman

api-testing clone-web postman webclone

Last synced: about 2 months ago
JSON representation

A web-based tool for developers to test APIs, view responses, and manage workflows.

Awesome Lists containing this project

README

          

# Postman

A fully functional **Postman** web application for API testing and development, built with PHP and modern web technologies. This project mimics the core functionalities of Postman, enabling easy creation and management of API requests.

## Features

- Create and send HTTP requests (GET, POST, PUT, DELETE, PATCH, etc.)
- Customize request headers and body (JSON, form-data, etc.)
- View response status, headers, and body
- Save and organize requests into collections
- Request history
- Syntax highlighting for JSON and other formats
- Intuitive user interface

---

## Technologies Used

- Composer for dependency management
- JavaScript, HTML5, CSS3 for frontend
- cURL or GuzzleHTTP for sending HTTP requests

---

## Installation

### Prerequisites

- PHP >= 7.4 (or your required PHP version)
- Composer installed globally ([Get Composer](https://getcomposer.org/))

### Steps
Add the package via Composer

```bash
composer create-project indianmodassir/postman