DEV Community

Indian Modassir
Indian Modassir

Posted on • Edited on

A web-based tool for developers to test APIs

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
Enter fullscreen mode Exit fullscreen mode

See live Demo: Click now

Top comments (2)

Collapse
 
giuliopanda profile image
giuliopanda

Thanks for your project, I downloaded and installed it, and it worked right away. I tried a couple of API calls, and everything worked fine. I looked at the code, and I liked it. I'll use it!

Collapse
 
indianmodassir profile image
Indian Modassir

Thanks a lot Giulio! ๐Ÿ™Œ Really glad to hear that everything worked smoothly and you liked the code. Your feedback means a lot to meโ€”it motivates me to keep improving the project.
If youโ€™d like to stay updated with future updates and improvements, feel free to hit the follow button too ๐Ÿ˜Š๐Ÿš€