PHPackages                             blueink/snorlax - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. blueink/snorlax

ActiveLibrary[HTTP &amp; Networking](/categories/http)

blueink/snorlax
===============

A lightweight REST client that gives you full control of your resources

1.0.1(5y ago)0821MITPHPPHP &gt;=7.3

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/blueinkhq/snorlax)[ Packagist](https://packagist.org/packages/blueink/snorlax)[ Docs](https://github.com/blueinkhq/snorlax)[ RSS](/packages/blueink-snorlax/feed)WikiDiscussions main Synced 2d ago

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

Snorlax
=======

[](#snorlax)

[![MIT licensed](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](./LICENSE)

**Note:** this repo is a fork from a snapshot of the github repo ezdeliveryco/snorlax, which no longer exists. Unfortunately, the previous git history / commits were lost.

---

A light-weight RESTful client built on top of [Guzzle](http://docs.guzzlephp.org/en/latest/) that gives you full control of your API's resources. Its based on method definitions and parameters for your URLs. See the usage below.

Installation
============

[](#installation)

### Install with Composer

[](#install-with-composer)

Add the following requirement in your `composer.json`

```
{
    "require": {
        // ... other requirements
        "blueink/snorlax": "~1.0"
    },
}
```

Install:

```
composer install
```

Basic Usage
===========

[](#basic-usage)

```
