PHPackages                             lamoni/jsnapcommander - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lamoni/jsnapcommander

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lamoni/jsnapcommander
=====================

PHP classes for dealing with Juniper's Snapshot Administrator(JSnap)

v1.0.1(10y ago)376MITPHP

Since Feb 21Pushed 10y agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

JSnap Commander
---------------

[](#jsnap-commander)

PHP classes for dealing with Juniper's Junos Snapshot Administrator (JSnap)

Example
-------

[](#example)

```
$commander = new JSnapCommander(
    new JSnapTriggerDriverShell(
        new JSnapConfigTriggerShell(
            array(
                'JSnapExecutable'   => '/vagrant/junos-snapshot-administrator/bin/jsnap',
                'ConfigFile'   => '/vagrant/junos-snapshot-administrator/jsnap/samples/sample.conf',
                'JuiseExecutable'   => '/usr/jawa/bin/juise',
                'SwapPath'          => '/var/www/html/swap/',
                'DeviceUsername'    => 'root',
                'DevicePassword'    => 'Juniper'
            )
        )
    ),
    new JSnapIODriverFiles(
        new JSnapConfigIOFiles(
            array(
                'SwapPath' => '/var/www/html/swap/'
            )
        )
    )
);

$commander->snapShot('192.168.33.11');
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~296 days

Total

2

Last Release

3805d 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 (17 commits)")

### Embed Badge

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

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

###  Alternatives

[lupecode/php-trader-interface

An interface to the PHP Trader extension.

371.8k](/packages/lupecode-php-trader-interface)

PHPackages © 2026

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