2017 © Pedro Peláez
 

library php-rest

Framework to build RESTful service

image

sokil/php-rest

Framework to build RESTful service

  • Thursday, January 14, 2016
  • by sokil
  • Repository
  • 1 Watchers
  • 2 Stars
  • 151 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

RESTful SDK

Build Status Latest Stable Version, (*1)

Framework to build client libraries for interacting with RESTful services., (*2)

Installation

You can install library through Composer:, (*3)

{
    "require": {
        "sokil/php-rest": "dev-master"
    }
}

Projects based on this library

Basic concepts

Client library contains Request and Response classes for every request. Request incapsulates HTTP method, URL and parameters, and allows to get Response object, which give access to response data, headers and status. Factory allows us to auth on server, and to create and send requests., (*4)

Factory

Factory must extend \Sokil\Rest\Client\Factory. This class incapsulates auth login and creates requests., (*5)

The Versions

14/01 2016

dev-master

9999999-dev

Framework to build RESTful service

  Sources   Download

MIT

The Requires

 

by Avatar sokil

17/08 2014

0.24.1

0.24.1.0

Framework to build RESTful service

  Sources   Download

MIT

The Requires

 

by Avatar sokil

17/08 2014

0.24

0.24.0.0

Framework to build RESTful service

  Sources   Download

MIT

The Requires

 

by Avatar sokil