Skip to content

MichaelJ2324/PHP-REST-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum PHP Version License: MIT Total Downloads Build Status Coverage Status

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:

  1. With PHP installed, navigate to the repo folder (php-rest-client) via terminal.
  2. Run 'composer install'

Contributing:

See CONTRIBUTING for how you can contribute changes back into this project.