Download the PHP package ciencuadras/rest-client without Composer
On this page you can find all versions of the php package ciencuadras/rest-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ciencuadras/rest-client
More information about ciencuadras/rest-client
Files in ciencuadras/rest-client
Download ciencuadras/rest-client
More information about ciencuadras/rest-client
Files in ciencuadras/rest-client
Vendor ciencuadras
Package rest-client
Short Description Cliente de API REST Ciencuadras
License MIT
Package rest-client
Short Description Cliente de API REST Ciencuadras
License MIT
Please rate this library. Is it a good library?
Informations about the package rest-client
Ciencuadras / Rest Client
License
This library is released under the MIT license.
Instalacion
composer require "ciencuadras/rest-client @dev"
Uso
<?php
use Ciencuadras\Client; require_once 'vendor/autoload.php';
$parameters = array( 'api' => "http://api-rest.ciencuadras.com", 'client_id' => "your client id", 'client_secret' => "your client secret", 'username' => "your username", 'password' => "your password" );
$client = new Client($parameters);
// Obtener un listado de inmuebles $response = $client->get('inmueble')->index();
All versions of rest-client with dependencies
PHP Build Version
Package Version
The package ciencuadras/rest-client contains the following files
Loading the files please wait ....