PHPackages                             kdubuc/scaleway-secret-manager - 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. kdubuc/scaleway-secret-manager

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

kdubuc/scaleway-secret-manager
==============================

PHP client for Scaleway Secret Manager

01.8k↓33.3%PHP

Since Jun 13Pushed 11mo agoCompare

[ Source](https://github.com/kdubuc/scaleway-secret-manager-php)[ Packagist](https://packagist.org/packages/kdubuc/scaleway-secret-manager)[ RSS](/packages/kdubuc-scaleway-secret-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Scaleway Secret Manager PHP Client
==================================

[](#scaleway-secret-manager-php-client)

PHP client for [Scaleway Secret Manager](https://www.scaleway.com/en/developers/api/secret-manager/).

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require kdubuc/scaleway-secret-manager
```

Usage
-----

[](#usage)

```
require 'vendor/autoload.php';

use Scaleway\SecretManager\Client;

$client = new Client('scwToken');

try {
    $secrets = $client->listSecrets('fr-par');
    foreach ($secrets->autoPagingIterator() as $secret) {
        echo $secret->id . PHP_EOL;
    }
} catch (Exception $e) {
    echo 'Error: ' . $e->getMessage() . PHP_EOL;
}
```

Testing
-------

[](#testing)

```
$ composer run code:tests
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Kévin DUBUC](https://github.com/kdubuc)
- [All Contributors](https://github.com/kdubuc/scaleway-secret-manager-php/graphs/contributors)

License
-------

[](#license)

The CeCILL-B License. Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/28f3584f827147e98199dbdd7fd524a17831006792f6c0fac136b5d591d0d6bf?d=identicon)[kdubuc](/maintainers/kdubuc)

---

Top Contributors

[![kdubuc](https://avatars.githubusercontent.com/u/895661?v=4)](https://github.com/kdubuc "kdubuc (10 commits)")

### Embed Badge

![Health badge](/badges/kdubuc-scaleway-secret-manager/health.svg)

```
[![Health](https://phpackages.com/badges/kdubuc-scaleway-secret-manager/health.svg)](https://phpackages.com/packages/kdubuc-scaleway-secret-manager)
```

PHPackages © 2026

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