PHPackages                             lamoni/junos-space - 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. lamoni/junos-space

ActiveLibrary[API Development](/categories/api)

lamoni/junos-space
==================

A PHP API for interacting through REST API with Juniper's Junos Space Network Management Platform

v1.0.1(10y ago)6591[1 PRs](https://github.com/lamoni/junos-space/pulls)MITPHPPHP &gt;= 5.4.16

Since Jan 6Pushed 10y ago4 watchersCompare

[ Source](https://github.com/lamoni/junos-space)[ Packagist](https://packagist.org/packages/lamoni/junos-space)[ Docs](https://github.com/lamoni/junos-space)[ RSS](/packages/lamoni-junos-space/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Junos Space PHP API
-------------------

[](#junos-space-php-api)

A PHP API for interfacing with Junos Space through its REST API interface.

Examples
--------

[](#examples)

- Get All Managed Devices

```
$space = new JunosSpace("192.168.0.100", "username", "password123!");

print_r($space->getDevices());
```

- Execute GET REST call

```
$space = new JunosSpace("192.168.0.100", "username", "password123!");

print_r($space->get('/api/space/device-management/devices'));
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

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

Every ~169 days

Total

2

Last Release

3979d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/11b77fa579fae487008ef56c12aea1e891e8be11cb6062fed9b4002a20b58872?d=identicon)[lamoni](/maintainers/lamoni)

---

Top Contributors

[![lamoni](https://avatars.githubusercontent.com/u/5675626?v=4)](https://github.com/lamoni "lamoni (12 commits)")[![RyanWaterston](https://avatars.githubusercontent.com/u/723321?v=4)](https://github.com/RyanWaterston "RyanWaterston (1 commits)")

---

Tags

phpplatformmanagementnetworkspacejunos

### Embed Badge

![Health badge](/badges/lamoni-junos-space/health.svg)

```
[![Health](https://phpackages.com/badges/lamoni-junos-space/health.svg)](https://phpackages.com/packages/lamoni-junos-space)
```

###  Alternatives

[ringcentral/ringcentral-php

RingCentral Platform PHP SDK

541.2M5](/packages/ringcentral-ringcentral-php)

PHPackages © 2026

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