PHPackages                             99designs/relax - 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. 99designs/relax

AbandonedArchivedLibrary[API Development](/categories/api)

99designs/relax
===============

A library for consuming simple REST services in PHP5.

2.0.0(11y ago)440.1k1MITPHPPHP &gt;=5.3

Since Dec 17Pushed 10y ago6 watchersCompare

[ Source](https://github.com/99designs/relax)[ Packagist](https://packagist.org/packages/99designs/relax)[ RSS](/packages/99designs-relax/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

Relax - Easy interaction with RESTful APIs
==========================================

[](#relax---easy-interaction-with-restful-apis)

Relax is a client designed to interact with APIs that conform to the following:

- Return JSON
- Respond to GET, PUT AND POST
- Urls map to the pattern of /collection/123/subcollection/234

Relax also provides a set of Openssl helper classes.

```
