Skip to content

jizhaogit/php-api-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP API Tester

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.

Features

  • Input field for API URL
  • Fetch and display API response
  • Simple and clean design

Requirements

  • PHP 7.0 or higher
  • cURL extension enabled in PHP

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/php-api-tester.git
    
  2. Navigate to the project directory:

    cd php-api-tester
    
  3. Install dependencies (if any) using Composer:

    composer install
    

Usage

  1. Open src/index.php in your web browser.
  2. Enter the desired API URL (e.g., /hcmRestApi/resources/11.13.18.05/departments).
  3. Click the "Submit" button to fetch the API response.
  4. The response will be displayed on the same page.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

php-api-tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published