PHPackages                             setono/dao-php-sdk - 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. setono/dao-php-sdk

ActiveLibrary[API Development](/categories/api)

setono/dao-php-sdk
==================

A PHP SDK for the DAO API

v2.3.0(7mo ago)027.6k11MITPHPPHP &gt;=7.4CI passing

Since May 23Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/Setono/dao-php-sdk)[ Packagist](https://packagist.org/packages/setono/dao-php-sdk)[ RSS](/packages/setono-dao-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (13)Versions (6)Used By (1)

DAO PHP SDK
===========

[](#dao-php-sdk)

[![Latest Version](https://camo.githubusercontent.com/392b4fd5d4984a4056b434fd19dcf4d92772edb95a16dcfb71f580c564c93d74/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f64616f2d7068702d73646b2f762f737461626c65)](https://packagist.org/packages/setono/dao-php-sdk)[![Latest Unstable Version](https://camo.githubusercontent.com/d45adaa08fded61e8bc771a28b380b48c3768b1a447dbfe4594b2d6e31b02657/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f64616f2d7068702d73646b2f762f756e737461626c65)](https://packagist.org/packages/setono/dao-php-sdk)[![Software License](https://camo.githubusercontent.com/eb6c3b2a18c49f6d9ddb3fc21626628f3c3cc21b2abdeee595e76a567e5c0555/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f64616f2d7068702d73646b2f6c6963656e7365)](LICENSE)[![Build Status](https://camo.githubusercontent.com/87fecb467a6b57414c7879208e3deb72cd8ac4338a49b09054724b52f5b371ac/68747470733a2f2f7472617669732d63692e636f6d2f5365746f6e6f2f64616f2d7068702d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Setono/dao-php-sdk)[![Quality Score](https://camo.githubusercontent.com/c0a7c2c66a84e7740c93eced0ecb63fd5c694c18087e2195bbca77b64e1f5753/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f5365746f6e6f2f64616f2d7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Setono/dao-php-sdk)

A PHP SDK for the [DAO](http://www.dao.as) [API](https://api.dao.as/docs/).

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

```
composer require setono/dao-php-sdk
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

Usage
-----

[](#usage)

Here is an example showing you how you can get the nearest pickup points.

**Notice** that this example uses two libraries that are not installed by default: The PSR 17 factory and the PSR18 HTTP client implementation. If you don't have any preferences, you can install these two libraries: `$ composer require kriswallsmith/buzz nyholm/psr7`.

```
