indianmodassir / postman
A web-based tool for developers to test APIs, view responses, and manage workflows.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
pkg:composer/indianmodassir/postman
Requires
- php: >=7.4
README
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)
Steps
Add the package via Composer
composer create-project indianmodassir/postman