PHPackages                             restgalleries/restgalleries - 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. restgalleries/restgalleries

ActiveLibrary

restgalleries/restgalleries
===========================

Is an API Client interface for interact with restful image services like Flickr through CRUD methods.

0.5.3(11y ago)0181MITPHPPHP &gt;=5.4.0

Since Aug 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/estebanmatias92/RestGalleries)[ Packagist](https://packagist.org/packages/restgalleries/restgalleries)[ RSS](/packages/restgalleries-restgalleries/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (8)Versions (7)Used By (1)

RestGalleries
=============

[](#restgalleries)

[![Latest Stable Version](https://camo.githubusercontent.com/7b27f0234f16b3a8741c391e839eea3bca900c4ab26ec572a05483a0e2ec650f/68747470733a2f2f706f7365722e707567782e6f72672f7265737467616c6c65726965732f7265737467616c6c65726965732f762f737461626c652e706e67)](https://packagist.org/packages/restgalleries/restgalleries) [![Total Downloads](https://camo.githubusercontent.com/6231e65fc24ceb8285ab6cd6090ade10af626e1d814ca48f8e9e59b82ff92f7e/68747470733a2f2f706f7365722e707567782e6f72672f7265737467616c6c65726965732f7265737467616c6c65726965732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/restgalleries/restgalleries) [![Build Status](https://camo.githubusercontent.com/a2da10b6d210d184d23a822c551421dfc4c565c5fcd77f0b041d86134b0294b7/68747470733a2f2f7472617669732d63692e6f72672f6573746562616e6d617469617339322f5265737447616c6c65726965732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/estebanmatias92/RestGalleries) [![License](https://camo.githubusercontent.com/723ef7ab7f75d503b85a4437618373df41c2d7a5c768e6d110c2201ce30d7aa1/68747470733a2f2f706f7365722e707567782e6f72672f7265737467616c6c65726965732f7265737467616c6c65726965732f6c6963656e73652e706e67)](https://packagist.org/packages/restgalleries/restgalleries)

Is an API Client interface for interact with restful image services like Flickr through CRUD methods.

Requirements
------------

[](#requirements)

- PHP 5.4.0
- (optional) PHPUnit 3.7+ for tests

Installing
----------

[](#installing)

The installation is done via composer, so it is necessary to have it installed. Copy and paste the code into your composer.json file.

```
"require": {
    "restgalleries/restgalleries": "0.5.*"
}

```

Docomentation
-------------

[](#docomentation)

\###How to use

To use this library, you can create a model of the application, with the name of the API to be used:

```

```

That's all! Now you can use this model anywhere:

```
