PHPackages                             proficlos/openstack-nette - 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. proficlos/openstack-nette

ActiveLibrary[API Development](/categories/api)

proficlos/openstack-nette
=========================

OpenStack connector for Nette Framework

v1.0.1(7y ago)010.9kMITPHPPHP &gt;=7.1

Since Nov 3Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ProfiCloS/openstack-nette)[ Packagist](https://packagist.org/packages/proficlos/openstack-nette)[ Docs](https://github.com/ProfiCloS/openstack-nette)[ RSS](/packages/proficlos-openstack-nette/feed)WikiDiscussions master Synced today

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

[![GitHub version](https://camo.githubusercontent.com/f31c9fab929588959050343020c750b39db80353542f16f00c5d48d3c52ae7a3/68747470733a2f2f62616467652e667572792e696f2f67682f50726f6669436c6f532532466f70656e737461636b2d6e657474652e737667)](https://badge.fury.io/gh/ProfiCloS%2Fopenstack-nette)

OpenStack for Nette Framework
=============================

[](#openstack-for-nette-framework)

Install with composer
=====================

[](#install-with-composer)

```
$ composer require proficlos/openstack-nette
```

How to use
==========

[](#how-to-use)

Enable extension using neon

```
extensions:
	openstack: ProfiCloS\OpenStack\OpenStackExtension
```

Configure credentials

```
openstack:
	authVersion: v2.0
	authUrl: https://auth.cloud.ovh.net/v2.0/
	region: REGION
	userId: userIdentificator
	password: password
	projectId: projectTenant
```

Inject in presenter

```
/** @var \ProfiCloS\OpenStack @inject */
public $openStack;
```

Prepare and next usage is by [php-opencloud/openstack](https://github.com/php-opencloud/openstack/)

```
/* object store */
$objectStorage = $this->openStack->objectStoreV1();

/* compute */
$compute = $this->openStack->computeV2();

/* networking */
$compute = $this->openStack->networkingV2();

/* images */
$compute = $this->openStack->imagesV2();

/*
   and others ...
*/

/* or returns full php-opencloud/openstack */
$openStack = $this->openStack->getOpenStack();
```

Buy us a coffee &lt;3
=====================

[](#buy-us-a-coffee-3)

[![Buy me a Coffee](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E8NK53NGKVDHS)

Donate us &lt;3
===============

[](#donate-us-3)

```
ETH: 0x7D771A56735500f76af15F589155BDC91613D4aB
UBIQ: 0xAC08C7B9F06EFb42a603d7222c359e0fF54e0a13

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~46 days

Total

3

Last Release

2706d ago

Major Versions

v0.1 → v1.0.02019-02-04

### Community

Maintainers

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

---

Top Contributors

[![czPechy](https://avatars.githubusercontent.com/u/8396185?v=4)](https://github.com/czPechy "czPechy (7 commits)")

### Embed Badge

![Health badge](/badges/proficlos-openstack-nette/health.svg)

```
[![Health](https://phpackages.com/badges/proficlos-openstack-nette/health.svg)](https://phpackages.com/packages/proficlos-openstack-nette)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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