PHPackages                             bk203/rgw-admin-client - 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. bk203/rgw-admin-client

ActiveLibrary[API Development](/categories/api)

bk203/rgw-admin-client
======================

PHP client for the rados gateway admin operations api.

2.0.0(5y ago)01.1kMITPHPPHP ^8.0

Since Apr 12Pushed 5y agoCompare

[ Source](https://github.com/bk203/rgw-admin-php)[ Packagist](https://packagist.org/packages/bk203/rgw-admin-client)[ RSS](/packages/bk203-rgw-admin-client/feed)WikiDiscussions master Synced today

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

Rados Gateway API Client
========================

[](#rados-gateway-api-client)

PHP client for the Rados Gateway admin operations api.

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

[](#requirements)

- Minimum PHP 8.0

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

[](#installation)

### What type of installation should I choose?

[](#what-type-of-installation-should-i-choose)

It's very simple, choose for an express installation if your application already contains an HTTP library such as GuzzleHTTP, otherwise just perform an quick installation.

### Quick installation

[](#quick-installation)

For a quick installation we recommend you to install the `php-http/curl-client` package. This package is a small abstraction around native php curl api.

```
$ composer require php-http/curl-client guzzlehttp/psr7
```

After that you are ready to install this package:

```
$ composer require bk203/rgw-admin-client
```

Usage
-----

[](#usage)

### Client configuration

[](#client-configuration)

Before you can use the api client you need to provide the `apiUrl`, `apiKey` and `secretKey`. You need to provided them when creating an instance of the client class.

```
use bk203\RgwAdminClient\Client;

$client = new Client('https://','apiKey','secretKey');
```

### Create and execute a request

[](#create-and-execute-a-request)

There are two ways to interact with the rados api via this package, you can manually create the request and send them afterwards. See the code below for an example.

```
$request = $client->createRequest('user', 'get', ['uid' => 'user-id']);

$response = $client->sendRequest($request);

var_dump($response);
```

You can also use the preferred short syntax.

```
$response = $client->get('user', ['uid' => 'user-id']);

var_dump($response);
```

See the [api docs](http://docs.ceph.com/docs/master/radosgw/adminops) for more information about the available api resources.

Credits
-------

[](#credits)

- [Niels Tholenaar](https://github.com/nielstholenaar)
- [BK203](https://github.com/BK203)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity71

Established project with proven stability

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

Total

4

Last Release

1886d ago

Major Versions

0.1 → 1.0.02020-08-14

1.0.1 → 2.0.02021-05-04

PHP version history (3 changes)1.0.0PHP ^7.1

1.0.1PHP ^7.1|^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/224f1c84a976416e997fb4f86ce9d9943e1c87f196a9e0b06288433fb9d51eb4?d=identicon)[bk203](/maintainers/bk203)

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bk203-rgw-admin-client/health.svg)

```
[![Health](https://phpackages.com/badges/bk203-rgw-admin-client/health.svg)](https://phpackages.com/packages/bk203-rgw-admin-client)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k28.0M318](/packages/openai-php-client)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k30.8M180](/packages/mailgun-mailgun-php)[intercom/intercom-php

Intercom API client.

30421.4M26](/packages/intercom-intercom-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27584.5k4](/packages/apigee-apigee-client-php)

PHPackages © 2026

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