PHPackages                             artesaos/restinga - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. artesaos/restinga

ActiveLibrary[API Development](/categories/api)

artesaos/restinga
=================

Restinga is a framework that allows you to easily consume Rest APIs

1.1.0(8y ago)1068511MITPHPPHP &gt;=5.4.0

Since May 31Pushed 8y ago6 watchersCompare

[ Source](https://github.com/artesaos/restinga)[ Packagist](https://packagist.org/packages/artesaos/restinga)[ RSS](/packages/artesaos-restinga/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (1)

Restinga
========

[](#restinga)

Restinga a is a ActiveResource Framework. What it means? It allows you to consume Rest APIs in a easy and intuitive way. Heavy inspired by Laravel's Eloquent (ActiveRecord Library).

[![Latest Stable Version](https://camo.githubusercontent.com/8920805f84385deb9a643b591f26215977c24e227d6e66803ec9e1e27e354593/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f72657374696e67612f762f737461626c652e737667)](https://packagist.org/packages/artesaos/restinga) [![Total Downloads](https://camo.githubusercontent.com/514e948d83d1ce020fdd6b0a43fb0b50d1a2c1f72a849967bac8909bd549123f/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f72657374696e67612f646f776e6c6f6164732e737667)](https://packagist.org/packages/artesaos/restinga) [![Latest Unstable Version](https://camo.githubusercontent.com/5ac635488954b8bea796a212d1749e9160a9427fba3f64bb82ed532782dbea63/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f72657374696e67612f762f756e737461626c652e737667)](https://packagist.org/packages/artesaos/restinga) [![License](https://camo.githubusercontent.com/6cbd0d8ed75b17ddab8b04ea55586791b8ebfa5493badda77f3e869822941823/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f72657374696e67612f6c6963656e73652e737667)](https://packagist.org/packages/artesaos/restinga) [![Monthly Downloads](https://camo.githubusercontent.com/72dcd76564248ed9d1bc78f41aeb465d517eae58f07b3274e31c64b8efee1e52/68747470733a2f2f706f7365722e707567782e6f72672f6172746573616f732f72657374696e67612f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/artesaos/restinga)

Documentation
-------------

[](#documentation)

[Dig into the Documentation](https://github.com/artesaos/restinga/wiki)

### Why it was built?

[](#why-it-was-built)

Well, sometimes the PHP Clients that companies provides sucks, you know it. Sometimes they are even more hard to use than CURLing the API itself. We've built this package to help you when that happens.

### Quick Start Guide

[](#quick-start-guide)

**For our quick usage tutorial, let's use Digital Ocean as a example Rest API we want to consume.**

##### 1 - Define the API Service.

[](#1---define-the-api-service)

```
