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 today

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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

1190d 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.1k11.2M99](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[lettermint/lettermint-laravel

Official Lettermint driver for Laravel

1190.2k1](/packages/lettermint-lettermint-laravel)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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