PHPackages                             upscale/cisco-meraki-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. upscale/cisco-meraki-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

upscale/cisco-meraki-client
===========================

Client for Cisco Meraki REST API

1.0.0(7y ago)444Apache-2.0PHP

Since May 25Pushed 7y ago2 watchersCompare

[ Source](https://github.com/upscalesoftware/cisco-meraki-client)[ Packagist](https://packagist.org/packages/upscale/cisco-meraki-client)[ Docs](https://github.com/upscalesoftware/cisco-meraki-client)[ RSS](/packages/upscale-cisco-meraki-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Client for Cisco Meraki Dashboard API
=====================================

[](#client-for-cisco-meraki-dashboard-api)

This library is a simplistic PHP client for [Cisco Meraki Dashboard API](https://dashboard.meraki.com/api_docs).

**Features:**

- Authorization via API Key
- Base URL of API endpoints
- Parsing JSON responses
- Following HTTP redirects
- Rate limiting (default: 5 req/sec)

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

[](#installation)

The library is to be installed via [Composer](https://getcomposer.org/) as a project dependency in `composer.json`:

```
{
    "require": {
        "upscale/cisco-meraki-client": "*"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

The library implements a handful of shortcut API methods:

```
$meraki = new \Upscale\Cisco\Meraki\ApiClient(
    new \GuzzleHttp\Client(),
    '0011223344556677889900aaabbbcccdddeeefff'
);

$organizationId = 123456;
$networks = $meraki->fetchNetworks($organizationId);

$networkId = $networks[0]['id'];
$devices = $meraki->fetchDevices($networkId);

$deviceId = $devices[0]['serial'];
$clients = $meraki->fetchClients($deviceId);
```

Advanced Usage
--------------

[](#advanced-usage)

Arbitrary [REST API endpoints](https://dashboard.meraki.com/api_docs) can be called via the generic interface:

```
$organizations = $meraki->callApi('organizations', 'GET');
```

The arguments are passed through to [Guzzle HTTP Client](http://guzzlephp.org/) providing full control over API requests.

Contributing
------------

[](#contributing)

Pull Requests are welcome to introduce the missing shortcut methods!

License
-------

[](#license)

Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ff1791f1bd72221702e39e356c25b108de26dea1f5b56416f7957e8fa43ea92?d=identicon)[upscalesoftware](/maintainers/upscalesoftware)

---

Tags

apiclientrestdashboardrestfulciscoMeraki

### Embed Badge

![Health badge](/badges/upscale-cisco-meraki-client/health.svg)

```
[![Health](https://phpackages.com/badges/upscale-cisco-meraki-client/health.svg)](https://phpackages.com/packages/upscale-cisco-meraki-client)
```

###  Alternatives

[arhitector/yandex

PHP SDK для работы с некоторыми сервисами яндекса (Яндекс.Диск, Yandex.Disk)

13082.9k5](/packages/arhitector-yandex)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[labs64/netlicensingclient-php

PHP wrapper for Labs64 NetLicensing RESTful API

1450.4k1](/packages/labs64-netlicensingclient-php)[meteocontrol/vcom-api-client

HTTP Client for meteocontrol's VCOM API - The VCOM API enables you to directly access your data on the meteocontrol platform.

175.7k1](/packages/meteocontrol-vcom-api-client)[jonathanraftery/bullhorn-rest-client

Simple REST client for the Bullhorn API, including automated OAuth2 login

1142.7k](/packages/jonathanraftery-bullhorn-rest-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
