PHPackages                             chrisarmitage/scaleway-php-api - 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. chrisarmitage/scaleway-php-api

ActiveLibrary[API Development](/categories/api)

chrisarmitage/scaleway-php-api
==============================

PHP client for the www.scaleway.com API

042[1 issues](https://github.com/chrisarmitage/scaleway-php-api/issues)PHP

Since Sep 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/chrisarmitage/scaleway-php-api)[ Packagist](https://packagist.org/packages/chrisarmitage/scaleway-php-api)[ RSS](/packages/chrisarmitage-scaleway-php-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

scaleway-php-api
================

[](#scaleway-php-api)

PHP client for interacting with the Scaleway API ()

[![Build Status](https://camo.githubusercontent.com/2f933b8e24a977c09911741197dacf0bce9d43134470598bcfa46c1de4796d46/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361726d69746167652f7363616c657761792d7068702d6170692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chrisarmitage/scaleway-php-api/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/35c64ae620dd294c25698376fed2f5f306d7c74663d4c97ee1668fc45fe80574/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361726d69746167652f7363616c657761792d7068702d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chrisarmitage/scaleway-php-api/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/60155a636ff79799c4259637fbac14b40972cc197b5f7419bf2dcb78ad16fb77/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636872697361726d69746167652f7363616c657761792d7068702d6170692f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/chrisarmitage/scaleway-php-api/?branch=master)

WARNING
-------

[](#warning)

Not production ready

Current status
--------------

[](#current-status)

- Offers enough functionality to create and poweron VC1S servers.
- No support for volumes yet.
- No tested on other server types yet.
- No validation on parameters (Scaleway docs are a little lightweight).

Roadmap
-------

[](#roadmap)

- Make a Roadmap...

Basic usage
-----------

[](#basic-usage)

```
use ChrisArmitage\ScalewayApi as Api;

$client = new Api\Client(new GuzzleHttp\Client(), 'https://api.scaleway.com/', 'youracce-ssto-ken0-0000-000000000000');
$gateway = new Api\WebService\Servers\WebServiceGateway($client);
$endpoint = new Api\Endpoint\Servers($gateway);

$server = $endpoint->createServer('server_name', 'organiza-tion-id00-0000-000000000000', 'imageid0-0000-0000-0000-000000000000', 'VC1S');
$task = $endpoint->setAction($server->getId(), 'poweron');
```

With Auryn (dependency injection)
---------------------------------

[](#with-auryn-dependency-injection)

```
use ChrisArmitage\ScalewayApi as Api;

$container = new Auryn\Injector();

$container->define(
    Api\Client::class,
    [
        ':endpoint' => 'https://api.scaleway.com/',
        ':token' => 'youracce-ssto-ken0-0000-000000000000'
    ]
);
$endpoint = $container->make(Api\Endpoint\Servers::class);

$server = $endpoint->createServer('server_name', 'organiza-tion-id00-0000-000000000000', 'imageid0-0000-0000-0000-000000000000', 'VC1S');
$task = $endpoint->setAction($server->getId(), 'poweron');
```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b447acf28fbf0be4ac4c755bc07fb049d9d57db7fa9d46d11b6862336e980df?d=identicon)[chrisarmitage](/maintainers/chrisarmitage)

---

Top Contributors

[![chrisarmitage](https://avatars.githubusercontent.com/u/195563?v=4)](https://github.com/chrisarmitage "chrisarmitage (13 commits)")

### Embed Badge

![Health badge](/badges/chrisarmitage-scaleway-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/chrisarmitage-scaleway-php-api/health.svg)](https://phpackages.com/packages/chrisarmitage-scaleway-php-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)

PHPackages © 2026

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