PHPackages                             jrevillaa/obs-api-zoom - 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. jrevillaa/obs-api-zoom

ActiveLibrary[API Development](/categories/api)

jrevillaa/obs-api-zoom
======================

Api OBS adaptate to composer

v1.1(4y ago)04MITPHP

Since Sep 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jrevillaa/obs-api-laravel)[ Packagist](https://packagist.org/packages/jrevillaa/obs-api-zoom)[ RSS](/packages/jrevillaa-obs-api-zoom/feed)WikiDiscussions main Synced 1mo ago

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

Huawei Cloud OBS for Laravel
============================

[](#huawei-cloud-obs-for-laravel)

[Huawei Cloud OBS](https://support.huaweicloud.com/devg-obs_php_sdk_doc_zh/zh-cn_topic_0132036136.html)

Requirement
===========

[](#requirement)

- PHP &gt;= 7.1.3

Installation
============

[](#installation)

```
$ composer require "jrevillaa/obs-api-laravel"
```

Configuration
=============

[](#configuration)

1. After installing the library, register the file:

```
// Import the class namespaces first, before using it directly
  use Obs\ObsClient as ObsClient;
  use Obs\ObsException as ObsException;

  $ak = '*** Provide your Access Key ***';

  $sk = '*** Provide your Secret Key ***';

  $endpoint = 'https://your-endpoint:443';

  $obsClient = ObsClient::factory(array (
      'key' => $ak,
      'secret' => $sk,
      'endpoint' => $endpoint,
  ));
```

License
=======

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

1685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7eea90e97850e199b8a645fc19de3a0df614935a85b6ae29b4cb7893b4ac4c56?d=identicon)[jrevillaa](/maintainers/jrevillaa)

---

Top Contributors

[![jrevillaa](https://avatars.githubusercontent.com/u/9575340?v=4)](https://github.com/jrevillaa "jrevillaa (1 commits)")

---

Tags

apilaravelhuaweiOBS

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jrevillaa-obs-api-zoom/health.svg)

```
[![Health](https://phpackages.com/badges/jrevillaa-obs-api-zoom/health.svg)](https://phpackages.com/packages/jrevillaa-obs-api-zoom)
```

###  Alternatives

[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k9.6M468](/packages/saloonphp-saloon)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)[bushlanov-dev/max-bot-api-client-php

Max Bot API Client library

281.6k](/packages/bushlanov-dev-max-bot-api-client-php)

PHPackages © 2026

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