PHPackages                             yaroslawww/laravel-quick-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. [Payment Processing](/categories/payments)
4. /
5. yaroslawww/laravel-quick-checkout

ActiveLibrary[Payment Processing](/categories/payments)

yaroslawww/laravel-quick-checkout
=================================

Create simple checkout process using only session.

1.0.0(4y ago)07MITPHPPHP ^8.0

Since Nov 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/yaroslawww/laravel-quick-checkout)[ Packagist](https://packagist.org/packages/yaroslawww/laravel-quick-checkout)[ Docs](https://github.com/yaroslawww/laravel-quick-checkout)[ RSS](/packages/yaroslawww-laravel-quick-checkout/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Simple checkout process using session.
======================================

[](#simple-checkout-process-using-session)

[![Packagist License](https://camo.githubusercontent.com/8cc48e1e2dc8ff945b328652b87a0f4a9c75a0d623dd9568db7ee7ed99618911/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7961726f736c617777772f6c61726176656c2d717569636b2d636865636b6f75743f636f6c6f723d253233346463373166)](https://github.com/yaroslawww/laravel-quick-checkout/blob/master/LICENSE.md)[![Packagist Version](https://camo.githubusercontent.com/059da609473241dc43d54928d01a04be90c337c6256d0a9860a92548873f5cf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7961726f736c617777772f6c61726176656c2d717569636b2d636865636b6f7574)](https://packagist.org/packages/yaroslawww/laravel-quick-checkout)[![Total Downloads](https://camo.githubusercontent.com/cb7958d225930e5fce657ac21b31b2626ac0c69c925e10e2ecf58fdee985f04f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7961726f736c617777772f6c61726176656c2d717569636b2d636865636b6f7574)](https://packagist.org/packages/yaroslawww/laravel-quick-checkout)[![Build Status](https://camo.githubusercontent.com/6776c25c5151b404e06aa0d5fcc678ec5eb769d4ee2329844b7a0b9d79dd2a8a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d717569636b2d636865636b6f75742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-quick-checkout/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/9f3c8178adc6e560bb13bbba93cbf91283a82bac41d0684fb4d8ffd1ec5081bd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d717569636b2d636865636b6f75742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-quick-checkout/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0ca943b7048a365b61b081f97010ecb38eee2b0e98a7fd2dddaf3222c2dc591b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d717569636b2d636865636b6f75742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-quick-checkout/?branch=master)

Installation
------------

[](#installation)

Install the package via composer:

```
composer require yaroslawww/laravel-quick-checkout
```

You can publish the config file with:

```
php artisan vendor:publish --provider="QuickCheckout\ServiceProvider" --tag="config"
```

Usage
-----

[](#usage)

Example usage:

```
public function addToCart(Course $course) {
        /** @var \QuickCheckout\Cart $cart */
        $cart = \QuickCheckout\Checkout::cart()->purge()
                                       ->withLineItem($course->toCheckoutProduct(), 2)
                                       ->withLineItem(new Product('My other product', 123), 4)
                                       ->putToSession();

        // ... response or redirect
}

public function showCheckout(Course $course) {
        /** @var \QuickCheckout\Cart $cart */
        $cart = \QuickCheckout\Checkout::cart()->fromSession();
        // ... response or redirect
}

```

Model configuration:

```
use Illuminate\Database\Eloquent\Model;
use QuickCheckout\Contracts\UsedAsCheckoutProduct;
use QuickCheckout\Eloquent\AsCheckoutProduct;

class Course extends Model implements UsedAsCheckoutProduct
{
    use AsCheckoutProduct;

    // ...
}

```

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

1651d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23663794?v=4)[yaroslawww](/maintainers/yaroslawww)[@yaroslawww](https://github.com/yaroslawww)

---

Top Contributors

[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (2 commits)")

---

Tags

laravelcheckout

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yaroslawww-laravel-quick-checkout/health.svg)

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

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[sostheblack/moip

Laravel Package for Moip.

171.9k](/packages/sostheblack-moip)

PHPackages © 2026

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