PHPackages                             molchanoviv/retrofit-php - 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. molchanoviv/retrofit-php

ActiveLibrary[API Development](/categories/api)

molchanoviv/retrofit-php
========================

a fork of tebru/retrofit-php

v2.8.3(9y ago)02.3kMITPHP &gt;= 5.4

Since Feb 6Compare

[ Source](https://github.com/molchanoviv/retrofit-php)[ Packagist](https://packagist.org/packages/molchanoviv/retrofit-php)[ RSS](/packages/molchanoviv-retrofit-php/feed)WikiDiscussions Synced today

READMEChangelogDependencies (18)Versions (48)Used By (0)

Retrofit PHP
============

[](#retrofit-php)

[![Build Status](https://camo.githubusercontent.com/dc4b0e6087a52036d8a43a6be2065b6a4d95d6033086d923f32327733bc9e213/68747470733a2f2f7472617669732d63692e6f72672f74656272752f726574726f6669742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tebru/retrofit-php)[![Coverage Status](https://camo.githubusercontent.com/121fdc70b6b0ed303295e4ac9bdafb02b433dd964e8fc5d65450715929d8784c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f74656272752f726574726f6669742d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/tebru/retrofit-php?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/354924519b72d2da57aabbd7261e6ca111ff339590329849096ff01dbfa23b50/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74656272752f726574726f6669742d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tebru/retrofit-php/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/65c3ca3d9cf731774f757272db7ac16cf7d22807d32ba1297be5fcc1ed27acd7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64323138386266382d383234382d346466362d386263352d3831353066633062383839382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d2188bf8-8248-4df6-8bc5-8150fc0b8898)

This library aims to ease creation of REST clients. It is blatantly stolen from [square/retrofit](https://github.com/square/retrofit) and implemented in PHP.

Overview
--------

[](#overview)

Retrofit allows you to define your REST API with a simple interface.

```
