Skip to content

Need it customized?

Custom features, theme changes, server setup, migrations and upgrades - built by the Botble team. Quick fixes from $99, fixed quote within 1 business day.

Get a free quote →

Credits ​

Ecommerce SaaS stands on the shoulders of excellent open-source projects and frameworks. Here are the foundational components and their licenses.

Framework and core ​

ComponentVersionLicensePurpose
Laravel Framework13.0+MITWeb framework, routing, database ORM
Botble CMSbundledProprietary (Envato)Core CMS, admin panel, ecommerce features
Laravel Sanctum4.0+MITToken-based API authentication

Multi-tenancy ​

ComponentVersionLicensePurpose
Stancl/Tenancy3.10+MITDatabase-per-tenant isolation, context switching

Stancl's Tenancy provides the foundational architecture for running many independent stores on one codebase with no data bleeding between them. Every store's cache, filesystem, mail settings and database connection are bootstrapped on every request.

Billing and payments ​

ComponentVersionLicensePurpose
Laravel Cashier16.7+MITStripe Checkout and Billing Portal integration

Cashier handles recurring subscriptions, payment method management, and invoice generation via Stripe. The platform can run without it (using local or bank transfer billing).

Caching and queues ​

ComponentVersionLicensePurpose
Predis3.0+MITPure-PHP Redis client; no extension required
Redis(external)BSDCache store and job queue backend (optional; recommended for production)

Predis is the Redis client, used when Redis is the configured cache or queue driver. Tenant cache is isolated on every cache store (by tag on Redis and Memcached, by prefix on file and database), so any cache store works; Redis is recommended for performance once you have real traffic.

HTTP and data ​

ComponentVersionLicensePurpose
Guzzle HTTP7.9+MITHTTP client for outbound requests (webhooks, external APIs)
Doctrine DBAL4.2+MITDatabase schema inspection and modification

Doctrine DBAL powers the migration system and schema builder.

Fonts ​

Both fonts are self-hosted and bundled; nothing is loaded from a CDN.

FontLicenseUsed for
Playfair DisplaySIL OFL 1.1Headings and display text on the storefront
InterSIL OFL 1.1Body text and UI throughout

Fonts are located in platform/packages/tenancy/public/fonts/ and served locally.

Full dependency tree ​

For a complete list of every package, version and license, run:

bash
composer licenses

Or inspect individual packages:

bash
cat vendor/{vendor}/{package}/composer.json | grep -E '"license"|"version"'

All core dependencies listed above are MIT licensed. Botble's proprietary components (themes, plugins, CMS core) are covered under the Envato license you purchased.