Download the PHP package upscale/cisco-meraki-client without Composer
On this page you can find all versions of the php package upscale/cisco-meraki-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cisco-meraki-client
Client for Cisco Meraki Dashboard API
This library is a simplistic PHP client for Cisco Meraki Dashboard API.
Features:
- Authorization via API Key
- Base URL of API endpoints
- Parsing JSON responses
- Following HTTP redirects
- Rate limiting (default: 5 req/sec)
Installation
The library is to be installed via Composer as a project dependency in composer.json
:
Basic Usage
The library implements a handful of shortcut API methods:
Advanced Usage
Arbitrary REST API endpoints can be called via the generic interface:
The arguments are passed through to Guzzle HTTP Client providing full control over API requests.
Contributing
Pull Requests are welcome to introduce the missing shortcut methods!
License
Licensed under the Apache License, Version 2.0.
All versions of cisco-meraki-client with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package upscale/cisco-meraki-client contains the following files
Loading the files please wait ....