PHPackages                             rapidez/confira - 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/confira

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

rapidez/confira
===============

Rapidez Confira Checkout Theme

5.0.0(2mo ago)02.5k5GPL-3.0-or-laterBladePHP ^8.1CI failing

Since Apr 24Pushed 3w ago3 watchersCompare

[ Source](https://github.com/rapidez/confira)[ Packagist](https://packagist.org/packages/rapidez/confira)[ Docs](https://rapidez.io)[ RSS](/packages/rapidez-confira/feed)WikiDiscussions master Synced 3w ago

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

Rapidez Confira
===============

[](#rapidez-confira)

This package extends [rapidez/checkout-theme](https://github.com/rapidez/checkout-theme) with customized styling and components. It maintains all the functionality of the original checkout theme while providing a different visual experience.

[![](images/Rapidez-confira-options.gif)](images/Rapidez-confira-options.gif)

Prerequisites
-------------

[](#prerequisites)

Before installing this package, make sure you have:

1. A working [Rapidez](https://github.com/rapidez/rapidez) installation
2. The [Rapidez Checkout Theme](https://github.com/rapidez/checkout-theme) installed and configured

Previews
--------

[](#previews)

- Step 1 - Cart ([image](images/Rapidez-confira-cart.jpg))
- Step 2 - Credentials ([image](images/Rapidez-confira-credentials.jpg))
- Step 3 - Payment method ([image](images/Rapidez-confira-payment.jpg))
- Step 4 - Order success ([image](images/Rapidez-confira-success.jpg))
- Mobile ([image](images/Rapidez-confira-mobile.jpg))

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

[](#installation)

1. First ensure you have installed and configured the base checkout theme properly
2. Install this package via Composer:

```
composer require rapidez/confira
```

Layout Configuration
--------------------

[](#layout-configuration)

For the best experience with this theme, it's recommended to have a clean checkout page layout without header and footer. To achieve this, modify your project's `app.blade.php`:

```

    @includeWhen(!request()->is('checkout'), 'rapidez::layouts.partials.header')
-    @includeWhen(request()->is('checkout'), 'rapidez::layouts.checkout.header')

        @yield('content')

    @includeWhen(!request()->is('checkout'), 'rapidez::layouts.partials.footer')
-    @includeWhen(request()->is('checkout'), 'rapidez::layouts.checkout.footer')
    @stack('page_end')

```

This configuration will:

- Remove the checkout-specific header and footer
- Keep the standard site header and footer for non-checkout pages
- Create a cleaner checkout experience

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

[](#configuration)

You can publish the config to customize the Confira-specific settings:

```
php artisan vendor:publish --tag=rapidez-confira-config
```

Views
-----

[](#views)

If you need to customize the Confira styling further, you can publish its views:

```
php artisan vendor:publish --tag=rapidez-confira-views
```

Note: It's recommended to only publish and modify the specific views you need to change, rather than all views. This makes it easier to maintain and update the package.

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

[](#browser-tests)

- Make sure Confira 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

50

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity60

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

Recently: every ~39 days

Total

17

Last Release

36d ago

Major Versions

2.0.0 → 3.0.02025-03-18

2.1.0 → 4.0.02025-06-05

3.x-dev → 4.2.02025-11-27

4.2.1 → 5.0.0-alpha.12025-12-11

4.x-dev → 5.0.0-beta.12026-03-24

PHP version history (2 changes)1.x-devPHP ^8.1|^8.2

3.1.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

[![Roene-JustBetter](https://avatars.githubusercontent.com/u/85165259?v=4)](https://github.com/Roene-JustBetter "Roene-JustBetter (46 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (32 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (18 commits)")[![jordythevulder](https://avatars.githubusercontent.com/u/28647869?v=4)](https://github.com/jordythevulder "jordythevulder (14 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (6 commits)")[![BobWez98](https://avatars.githubusercontent.com/u/23509926?v=4)](https://github.com/BobWez98 "BobWez98 (4 commits)")[![JimmyHoenderdaal](https://avatars.githubusercontent.com/u/101801301?v=4)](https://github.com/JimmyHoenderdaal "JimmyHoenderdaal (3 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")

---

Tags

hacktoberfestrapidezconfira

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

291.8k](/packages/webkinder-sproutset)[awkwardideas/switchblade

Extended blade directives for laravel

102.1k](/packages/awkwardideas-switchblade)

PHPackages © 2026

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