PHP API Tester is a simple web application that allows users to test Oracle Fusion APIs by entering the API URL and retrieving the response. This application is built using PHP and provides a user-friendly interface for making API requests.
- Input field for API URL
- Fetch and display API response
- Simple and clean design
- PHP 7.0 or higher
- cURL extension enabled in PHP
-
Clone the repository:
git clone https://github.com/yourusername/php-api-tester.git
-
Navigate to the project directory:
cd php-api-tester
-
Install dependencies (if any) using Composer:
composer install
- Open
src/index.php
in your web browser. - Enter the desired API URL (e.g.,
/hcmRestApi/resources/11.13.18.05/departments
). - Click the "Submit" button to fetch the API response.
- The response will be displayed on the same page.
This project is licensed under the MIT License. See the LICENSE file for more details.