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.
- Host: GitHub
- URL: https://github.com/indianmodassir/postman
- Owner: indianmodassir
- License: mit
- Created: 2025-06-23T11:10:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T05:01:20.000Z (6 months ago)
- Last Synced: 2025-09-13T07:05:47.396Z (6 months ago)
- Topics: api-testing, clone-web, postman, webclone
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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