michaelj2324/oo-curl

An simple object oriented design for working with cURL

1.0.4 2017-07-14 18:45 UTC

This package is auto-updated.

Last update: 2024-04-17 01:53:55 UTC


README

Minimum PHP Version Build Status Coverage Status License: MIT

Object Oriented cURL

Overview

A very simple object oriented design pattern for working with PHP cURL

Usage

Use it where-ever you don't want to use standard cURL Resource by including via Composer

composer require 'michaelj2324/oo-curl'

Developing the PHP REST Client

Requirement:

You need to have installed: php 5.3+

Steps:

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

Contributing:

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