michaelj2324 / php-rest-client
An extensible framework for working with REST APIs
Installs: 13 329
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: >=8.0
- ext-json: *
- guzzlehttp/guzzle: >=6.3.3
- psr/log: >=1
- psr/simple-cache: >=2
Requires (Dev)
README
PHP REST Client
Overview
A robust framework for working with REST APIs in PHP
Usage
Install via Composer
composer require 'michaelj2324/php-rest-client'
Developing the PHP REST Client
Requirements:
You need to have installed:
Steps:
- With PHP installed, navigate to the repo folder (php-rest-client) via terminal.
- Run 'composer install'
Contributing:
See CONTRIBUTING for how you can contribute changes back into this project.