v0.1.0-beta Released #17
fattain-naime
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OwnPay v0.1.0 - Initial Public Release 🚀
We are proud to announce the initial public release of OwnPay, a self-hosted, enterprise-grade, open-source payment gateway platform built on PHP 8.3+ and designed to put businesses in full control of their payment stack.
Unlike multi-tenant SaaS platforms, OwnPay is operated by a single owner, serving multiple isolated brands (stores) under their own custom domains. Each brand enjoys distinct gateways, custom ledger configurations, and a unique customer checkout identity.
🏛️ Major Highlights & Features
1. Multi-Brand Architecture & Custom Domains
TenantScopetrait. A single super-administrator manages multiple brands (op_merchants) with zero cross-contamination.DomainMiddlewareresolves custom domains for checkouts, automatically routing payments to the appropriate brand while keeping/admin/*interfaces restricted to the master domain.2. 123 Bundled Payment Gateways 💳
We include 123 built-in payment gateway integrations out of the box, categorized for global reach:
3. GAAP-Compliant Double-Entry Ledger Engine 📈
op_ledger_accounts,op_ledger_transactions,op_ledger_entries) that validates and maintains balance constraints at the database level.4. Companion Mobile App & SMS Verification Engine 📱
5. Guided Web Installer Wizard 🧙♂️
.envconfiguration.6. Enterprise-Grade Security
eval,exec,system, etc.).7. Developer APIs & Webhooks
docs/v2/api/openapi.yaml) with public interactive API documentation.🚀 Getting Started
To install OwnPay on your server, ensure you meet the following requirements:
Prerequisites
pdo_mysql,openssl,bcmath,mbstring,curl,gd,zip).Installation
git clone https://github.com/own-pay/ownpay.git .This discussion was created from the release v0.1.0-beta Released.
Beta Was this translation helpful? Give feedback.
All reactions