PHPackages                             rapidez/checkout-theme - 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. [Templating &amp; Views](/categories/templating)
4. /
5. rapidez/checkout-theme

ActiveLibrary[Templating &amp; Views](/categories/templating)

rapidez/checkout-theme
======================

Rapidez Checkout Theme

4.6.0(5mo ago)47.7k↓40%7[1 PRs](https://github.com/rapidez/checkout-theme/pulls)1GPL-3.0-or-laterBladePHP ^8.0CI failing

Since Nov 10Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/rapidez/checkout-theme)[ Packagist](https://packagist.org/packages/rapidez/checkout-theme)[ Docs](https://rapidez.io)[ RSS](/packages/rapidez-checkout-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (68)Used By (1)

Rapidez Checkout Theme
======================

[](#rapidez-checkout-theme)

An **opinionated** checkout with customer center for [Rapidez](https://github.com/rapidez/rapidez). Easily configurable with your own logo, checkout header/footer, colors, fonts and style. A fully mobile optimized theme which takes about 1 hour to fully implement.

[![](images/checkout-theme.gif)](images/checkout-theme.gif)

Package includes:

- Extensive checkout (including a fast checkout experience when users are logged-in)
- Extensive customer center
- Overhaul of the component structure, allowing for limitless control over every part of the checkout theme without hassle

Checkout

- Step 1 - Cart ([image](images/step-1-cart-payment.jpg))
- Step 2 - Shipping information with shipping methods ([logged in](images/step-2-logged-in-my-information.jpg), [logged out](images/step-2-my-information.jpg))
- Step 3 - Payment method ([image](images/step-3-payment.jpg))
- Step 4 - Order success ([image](images/step-4-success.jpg))

Customer center

- Account - Login + Register
- Account - Forgot password + Register
- Account - Register account + Account features + Newsletter subscription (optional)
- Account - Dashboard (My orders, Account settings)
- Account - My orders
- Account - Account settings

Easily configurable in less than 5 minutes

- Colors - Change a total of 8 variables for personal customization
- Logo - Simply add your own logo by extending 1 template
- Checkout Header/Footer - Populate these files with relevant usps and links; currently, they use placeholder content and should be replaced with actual brand information
- Visuals - Change the look of various types of cards, customer center tiles, etc, by extending well-defined templates

Fast checkout experience

- Already logged in - If the user is already logged in when entering the checkout, the user enters a simplified step 2 of the checkout.
- Not logged in - If the user is not logged in when entering the checkout, we verify the e-mail that's being used on step 2 of the checkout. If the e-mail is known we provide a login screen where the user can log in to enter the simplified step 2 state.

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

[](#installation)

```
composer require rapidez/checkout-theme

```

To use the views from this package instead of the default ones, you'll need to publish the "core overwrite views" with the following command:

```
php artisan vendor:publish --provider="Rapidez\CheckoutTheme\ServiceProvider" --tag=core-overwrites

```

If you've already overwritten these by yourself before you installed this package, you will have to manually overwrite these as the publish command will not overwrite already existing files.

If you want more information about how we use color variables; Check our [Rapidez docs](https://docs.rapidez.io/3.x/theming.html#colors).

This package also requires the `SKU` functionality to be enabled in the image resizer. This is normally enabled by default.

Configuration
-------------

[](#configuration)

Publish the configuration file and have a look at the options `config/rapidez/checkout-theme.php`

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

```

Payment-icons
-------------

[](#payment-icons)

The Rapidez core and Rapidez packages that contain payment methods come with payment icons bundled, and the checkout theme will use these automatically. You only have to publish them:

```
php artisan vendor:publish --tag=payment-icons

```

Customizations
--------------

[](#customizations)

It is recommended to edit the `config/rapidez/frontend.php` and remove the `login` step. This will enable two step checkout.

If you want you *could* publish the views. But it's recommended to only publish and change the views you need so when there is an update you don't have to compare all views with the new version. Also keep in mind this is an opinionated theme, if you want/need to change a lot it's better to build your own in terms of upgradability.

```
php artisan vendor:publish --provider="Rapidez\CheckoutTheme\ServiceProvider" --tag=views

```

Browser tests
-------------

[](#browser-tests)

- Make sure Rapidez with the checkout theme is working in your browser
- Run the tests with `yarn playwright test`
- Alternatively, run the tests from a UI with `yarn playwright test --ui`
- Update the screenshots with `yarn playwright test --update-snapshots`

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance79

Regular maintenance activity

Popularity31

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~25 days

Total

55

Last Release

59d ago

Major Versions

3.1.2 → 4.0.22025-06-24

3.1.3 → 4.0.32025-07-18

3.x-dev → 4.3.02025-09-17

4.6.0 → 5.0.0-alpha.12025-12-11

2.x-dev → 5.0.0-beta.12026-03-20

PHP version history (2 changes)1.0.0PHP ^8.0|^8.1|^8.2

3.1.0PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

[![JimmyHoenderdaal](https://avatars.githubusercontent.com/u/101801301?v=4)](https://github.com/JimmyHoenderdaal "JimmyHoenderdaal (146 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (130 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (91 commits)")[![jordythevulder](https://avatars.githubusercontent.com/u/28647869?v=4)](https://github.com/jordythevulder "jordythevulder (28 commits)")[![Roene-JustBetter](https://avatars.githubusercontent.com/u/85165259?v=4)](https://github.com/Roene-JustBetter "Roene-JustBetter (20 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (17 commits)")[![claudio-ferraro](https://avatars.githubusercontent.com/u/54107647?v=4)](https://github.com/claudio-ferraro "claudio-ferraro (4 commits)")[![BobWez98](https://avatars.githubusercontent.com/u/23509926?v=4)](https://github.com/BobWez98 "BobWez98 (3 commits)")[![rbnmulder](https://avatars.githubusercontent.com/u/1227535?v=4)](https://github.com/rbnmulder "rbnmulder (1 commits)")[![pimruiter](https://avatars.githubusercontent.com/u/16269189?v=4)](https://github.com/pimruiter "pimruiter (1 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")

---

Tags

hacktoberfestrapidez

### Embed Badge

![Health badge](/badges/rapidez-checkout-theme/health.svg)

```
[![Health](https://phpackages.com/badges/rapidez-checkout-theme/health.svg)](https://phpackages.com/packages/rapidez-checkout-theme)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[developermithu/tallcraftui

TallCraftUI is a Laravel blade UI components library built on TALL stack

1672.4k](/packages/developermithu-tallcraftui)[tomatophp/tomato-admin

Tomato Admin Dashboard Build With FilamentPHP Theme for Laravel Splade

578.6k60](/packages/tomatophp-tomato-admin)[rapidez/core

Rapidez Core

1820.7k53](/packages/rapidez-core)[ddfsn/blade-components

Blade Components is a hand-crafted, UI component library for building consistent web experiences in Laravel apps.

193.1k](/packages/ddfsn-blade-components)

PHPackages © 2026

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