Skip to content

PStoit/fluent-json-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent JSON client

A PHP library to fluently interact with JSON API's

Example usage

<?php
    $API = new \PN13\FluentJSON\API('http://localhost/api');
    
    // http://localhost/api/company/contact
    $request = $API->company->contact;
    $request->post(['name' => 'John Doe', 'email' => 'example@example.com']);

About

A PHP library to fluently interact with JSON API's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages