PHPackages                             globalxtreme/open-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. globalxtreme/open-api

ActiveLibrary[API Development](/categories/api)

globalxtreme/open-api
=====================

GlobalXtreme Open API Package for Laravel

1.0.2(3y ago)024MITPHPPHP 8.\*

Since Jun 23Pushed 3y agoCompare

[ Source](https://github.com/globalxtreme/open-api)[ Packagist](https://packagist.org/packages/globalxtreme/open-api)[ RSS](/packages/globalxtreme-open-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

GlobalXtreme Open API
=====================

[](#globalxtreme-open-api)

[![Version](https://camo.githubusercontent.com/cae704024fd0fd4b5b99586db6a7e74d61d924f47302a1a9c63fdd98be062774/687474703a2f2f706f7365722e707567782e6f72672f676c6f62616c787472656d652f6f70656e2d6170692f76657273696f6e)](https://packagist.org/packages/globalxtreme/open-api)[![Total Downloads](https://camo.githubusercontent.com/60291588a66261fc92f01895475080afc611b4dbd45ff0456886497d15b19254/687474703a2f2f706f7365722e707567782e6f72672f676c6f62616c787472656d652f6f70656e2d6170692f646f776e6c6f616473)](https://packagist.org/packages/globalxtreme/open-api)[![License](https://camo.githubusercontent.com/9567e913b7da0bfb83087f8faa77fb2e9ada06d24d0afe6b832b38ebe84460de/687474703a2f2f706f7365722e707567782e6f72672f676c6f62616c787472656d652f6f70656e2d6170692f6c6963656e7365)](https://packagist.org/packages/globalxtreme/open-api)

### Install with composer

[](#install-with-composer)

To install with [Composer](https://getcomposer.org/), simply require the latest version of this package.

```
composer require globalxtreme/open-api
```

Using
-----

[](#using)

- For example, we'll generate new credential for Customer Support to CRM
- **\[CRM &amp; Customer Support\]** Publish the configuration to **config/open-api.php** file. ```
    php artisan vendor:publish --provider="GlobalXtreme\OpenAPI\OpenAPIServiceProvider"
    ```
- **\[CRM\]** Generate new credential **"php artisan open-api-credential name?"**```
    php artisan open-api-credential customer-support
    ```
- **\[CRM\]** Copy credential to **"config/open-api.php"**```
    'credentials' => [

        // Copy with the same name? "customer-support"
        'customer-support' => [
            'id' => env('OPEN_API_CUSTOMER_SUPPORT_ID', ''),
            'key' => env('OPEN_API_CUSTOMER_SUPPORT_KEY', '')
        ],

    ]
    ```
- **\[CRM\]** Add credential to **".env"**```
    OPEN_API_CUSTOMER_SUPPORT_ID=
    OPEN_API_CUSTOMER_SUPPORT_KEY=
    ```
- **\[Customer Support\]** Copy credential to service project / client configuration **"config/open-api.php"**```
    'clients' => [

        'CRM' => [
            'host' => env('CRM_HOST', ''), // Server host
            'client-id' => env('CRM_CLIENT_ID', ''),
            'client-name' => env('CRM_CLIENT_NAME', ''),
            'client-secret' => env('CRM_CLIENT_SECRET', ''),
        ],

    ]
    ```
- **\[Customer Support\]** Add credential to **".env"** server project / client ```
    CRM_HOST=http://127.0.0.1/
    CRM_CLIENT_ID=
    CRM_CLIENT_NAME=
    CRM_CLIENT_SECRET=
    ```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

3

Last Release

1106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17e52063ab79a90d8f0d74b88a69b32f26321d910c7808ac934ad704c26f4da2?d=identicon)[globalxtreme](/maintainers/globalxtreme)

---

Top Contributors

[![yuswa-arba](https://avatars.githubusercontent.com/u/34733910?v=4)](https://github.com/yuswa-arba "yuswa-arba (3 commits)")

### Embed Badge

![Health badge](/badges/globalxtreme-open-api/health.svg)

```
[![Health](https://phpackages.com/badges/globalxtreme-open-api/health.svg)](https://phpackages.com/packages/globalxtreme-open-api)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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