https://github.com/orvice/node-query
NodeQuery php sdk
https://github.com/orvice/node-query
Last synced: about 1 year ago
JSON representation
NodeQuery php sdk
- Host: GitHub
- URL: https://github.com/orvice/node-query
- Owner: orvice
- License: lgpl-3.0
- Created: 2015-04-27T07:01:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T17:25:12.000Z (over 10 years ago)
- Last Synced: 2025-05-02T11:43:53.768Z (about 1 year ago)
- Language: PHP
- Homepage: https://github.com/orvice/node-query
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeQuery-API
A package for [NodeQuery](https://nodequery.com).
## Install
Install with composer
```
composer require orvice/node-query
```
## Usage
```
$client = NodeQuery\Client($key);
```