PHPackages                             tuimz/pest - 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. tuimz/pest

Abandoned → [guzzle/guzzle](/?search=guzzle%2Fguzzle)ArchivedLibrary

tuimz/pest
==========

A proper REST client for PHP.

11881PHP

Since Dec 4Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Pest
====

[](#pest)

**Pest** is a PHP client library for [RESTful](http://en.wikipedia.org/wiki/Representational_State_Transfer)web services.

Unlike [Zend\_Rest\_Client](http://framework.zend.com/manual/en/zend.rest.client.html), which is not really a "REST" client at all (more like RPC-over-HTTP), Pest supports the four REST verbs (GET/POST/PUT/DELETE) and pays attention to HTTP response status codes.

***Note that this is the namespaced version of Pest, the namespace is 'Pest'***

Getting started with Composer
-----------------------------

[](#getting-started-with-composer)

Add the following to your project's composer.json

```
"require": {
    "tuimz/pest": "dev-master",
}

```

In the examples below use the namespaced version of Pest:

```
