PHPackages                             fdmsantos/nuagevsd - 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. fdmsantos/nuagevsd

ActiveLibrary

fdmsantos/nuagevsd
==================

PHP SDK for Nuage Networks VSD API

192PHP

Since May 10Pushed 7y agoCompare

[ Source](https://github.com/fdmsantos/nuagevsd)[ Packagist](https://packagist.org/packages/fdmsantos/nuagevsd)[ RSS](/packages/fdmsantos-nuagevsd/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Nuage Networks SDK
======================

[](#php-nuage-networks-sdk)

`fdmsantos/nuagevsd` is an SDK which allows PHP developers to easily connect to Nuage Networks VSD API in a simple and idiomatic way.

Requirements
------------

[](#requirements)

- PHP 7.0

How to install
--------------

[](#how-to-install)

```
composer require fdmsantos/nuagevsd
```

How to Use
----------

[](#how-to-use)

```
require 'vendor/autoload.php';
use Vsd\Vsd;

$vsd = new Vsd([
	'baseUri'      => '{base_uri}',
	'organization' => '{organization}',
	'user'         => '{user}',
	'password'     => '{password}',
]);

// Create Enterprise
$enterprise = $vsd->enterprises()->create([
	'name'        => '{name}',
	'description' => '{description}',
]);

// Delete Enterprise
$enterprise->delete();

// List Enterprises
foreach ($vsd->enterprises()->list() as $enterprise) {
	print $enterprise->name."\n";
}
```

Please see samples folder to more examples.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7fc383e27392370af1ba7c88cc5ceb06efc0378041e688f997aeb930713af34?d=identicon)[fdmsantos](/maintainers/fdmsantos)

---

Top Contributors

[![fdmsantos](https://avatars.githubusercontent.com/u/25988026?v=4)](https://github.com/fdmsantos "fdmsantos (27 commits)")

### Embed Badge

![Health badge](/badges/fdmsantos-nuagevsd/health.svg)

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

PHPackages © 2026

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