PHPackages                             dldl/webservice - 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. dldl/webservice

Abandoned → [php-http/httplug](/?search=php-http%2Fhttplug)ArchivedLibrary[API Development](/categories/api)

dldl/webservice
===============

WebService library that can be used to normalize WebServices calls and add cache support and more.

v0.2.1(9y ago)118MITPHPPHP &gt;=5.6

Since Oct 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dldl/webservice)[ Packagist](https://packagist.org/packages/dldl/webservice)[ Docs](https://dldl.io)[ RSS](/packages/dldl-webservice/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

dLdLWebService
==============

[](#dldlwebservice)

**⚠ Development for this library has stopped since [HTTPlug](https://github.com/php-http/httplug) is more complete and plays the same role.**

This PHP library allows you to follow a normalized way to connect to your web services, with support for logs and cache following PSR-3 and PSR-6.

[![Build Status](https://camo.githubusercontent.com/f3d0254f000b266951f203df4069e891bf66b72b32869b30bf2375d8915ceeb2/68747470733a2f2f7472617669732d63692e6f72672f646c646c2f776562736572766963652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dldl/webservice)[![SensioLabsInsight](https://camo.githubusercontent.com/a628eb220532f67ac37fbd47a0f260c16516308226afaad49ff78eb932026bc1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64356530343136352d373338322d346366612d616133342d3838363066393661663561622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d5e04165-7382-4cfa-aa34-8860f96af5ab)[![Latest Stable Version](https://camo.githubusercontent.com/5ea514a558e3401411945ee8167ad5732ba37f7591f3a40a67844be34f1b4597/68747470733a2f2f706f7365722e707567782e6f72672f646c646c2f776562736572766963652f762f737461626c65)](https://packagist.org/packages/dldl/webservice)[![Licence](https://camo.githubusercontent.com/1aaf7aff8404868a116706d692c0d8925e4c6c56eefc80e8b90537df874c31bc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646c646c2f776562736572766963652e737667)](https://camo.githubusercontent.com/1aaf7aff8404868a116706d692c0d8925e4c6c56eefc80e8b90537df874c31bc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646c646c2f776562736572766963652e737667)

Installation
------------

[](#installation)

Install it using Composer:

```
composer require dldl/webservice
```

Usage
-----

[](#usage)

Here is a simple example to see how this library can be used:

```
