PHPackages                             useshimmer/laravel-tebex-checkout - 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. useshimmer/laravel-tebex-checkout

ActiveLibrary[API Development](/categories/api)

useshimmer/laravel-tebex-checkout
=================================

API to interact with Tebex checkout API

v0.2(3y ago)124[3 PRs](https://github.com/robertdrakedennis/laravel-tebex-checkout/pulls)GPL-3.0-or-laterPHPPHP ^8.1

Since Mar 30Pushed 2y agoCompare

[ Source](https://github.com/robertdrakedennis/laravel-tebex-checkout)[ Packagist](https://packagist.org/packages/useshimmer/laravel-tebex-checkout)[ Docs](https://github.com/useshimmer/laravel-tebex-checkout)[ RSS](/packages/useshimmer-laravel-tebex-checkout/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (10)Versions (6)Used By (0)

This package is currently for internal use, do not expect support.

```
composer require useshimmer/laravel-tebex-checkout

```

### Create a checkout with sdk:

[](#create-a-checkout-with-sdk)

```
    $connector = new TebexCheckout('foo', 'bar');

    $request = new CreateCheckoutRequest(
        basket: [
            'return_url' => 'http://foo.com',
            'complete_url' => 'http://bar.com',
            'custom' => [
                'baz' => 'buzz',
            ],
        ],
        items: [
            [
                'package' => [
                    'name' => 'foobar',
                    'price' => 12.34,
                ],
            ],
        ]
    );

    $response = $connector->send($request);
```

### Create a checkout with resource api:

[](#create-a-checkout-with-resource-api)

```
    $connector = new TebexCheckout('foo', 'bar');

    $response = $connector->checkout()->create(
        basket: [
            'return_url' => 'http://foo.com',
            'complete_url' => 'http://bar.com',
            'custom' => [
                'baz' => 'buzz',
            ],
        ],
        items: [
            [
                'package' => [
                    'name' => 'foobar',
                    'price' => 12.34,
                ],
            ],
        ]
    );
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76% 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

1139d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/685e05d43b695685becbe9277fb4ff4cf22798647b6cc41dab6702fb269df082?d=identicon)[robertdrakedennis](/maintainers/robertdrakedennis)

---

Top Contributors

[![robertdrakedennis](https://avatars.githubusercontent.com/u/31261583?v=4)](https://github.com/robertdrakedennis "robertdrakedennis (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravellaravel-packagephptebextebex-apitebex-checkoutlaraveluseshimmerlaravel-tebex-checkout

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/useshimmer-laravel-tebex-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/useshimmer-laravel-tebex-checkout/health.svg)](https://phpackages.com/packages/useshimmer-laravel-tebex-checkout)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.0k7.8M57](/packages/dedoc-scramble)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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