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.0kMITPHPPHP ^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 1mo ago

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

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

1839d 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

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[intercom/intercom-php

Intercom API client.

30320.5M26](/packages/intercom-intercom-php)[j0k3r/graby

Graby helps you extract article content from web pages

384349.6k2](/packages/j0k3r-graby)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[codedredd/laravel-soap

A SoapClient wrapper integration for Laravel

221516.6k3](/packages/codedredd-laravel-soap)[transip/transip-api-php

TransIP Rest API Library

32273.6k5](/packages/transip-transip-api-php)

PHPackages © 2026

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