Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciricihq/oc-client-php
DEPRECATED. We've moved to the original repo, link:
https://github.com/ciricihq/oc-client-php
components guzzle oc-client opencomponents php
Last synced: about 8 hours ago
JSON representation
DEPRECATED. We've moved to the original repo, link:
- Host: GitHub
- URL: https://github.com/ciricihq/oc-client-php
- Owner: ciricihq
- License: gpl-3.0
- Created: 2017-05-10T08:44:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T16:18:41.000Z (over 7 years ago)
- Last Synced: 2024-11-14T20:51:34.585Z (about 1 month ago)
- Topics: components, guzzle, oc-client, opencomponents, php
- Language: PHP
- Homepage: https://github.com/opencomponents/oc-client-php
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oc-client-php
[![Build status][build svg]][build status]
opentables/oc-client PHP implementation
For a nodejs implementation check this [link][oc-client-node]. This library is heavily based on it.
## Install
```
composer require ciricihq/oc-client-php
```## Running tests
```bash
composer test
```[oc-client-node]: https://github.com/opentable/oc/tree/master/client
[build status]: https://travis-ci.org/ciricihq/oc-client-php
[build svg]: https://img.shields.io/travis/ciricihq/oc-client-php/master.svg?style=flat-square