PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   Crud HTTP PHP Curl Request   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Crud HTTP PHP Curl Request
Send HTTP requests to perform CRUD operations
Author: By
Last change:
Date: 8 months ago
Size: 795 bytes
 

Contents

Class file image Download

curl-http-request

Custom CRUD http request using CURL made with ease

A custom http request developed using PHP

  • Programming Language: PHP
  • Uses CURL
  • No External Package
  • Allows for CRUD Operations: - Methods: (POST, PUT, GET, DELETE)
  • Can be modified to allow PATCH and so on...

Requirements:

  • PHP >=5.3
  • run composer update

Additional Tips:

  • Can be modified by developers
  • It allows and require modification for sending files

Use Case:

  • Examples on how to use: check the requests-samples directory them modify endpoint
  • Modify the index file in the root folder with your Variables like: HOST_API URL
  • Accepts your API Key, Additional Headers, and also allows to make Authenticated requests with your accessToken

See: GET Request Sample in: requests-samples/index.php