We welcome contributions! Please see our Contributing Guide for details.
🐛 Report Bugs - GitHub Issues
💡 Feature Requests - GitHub Discussions
📖 Improve Docs - Help us improve our documentation
💻 Code Contributions - Submit pull requests
A comprehensive suite of enterprise-grade Laravel packages for modern, scalable applications.
Part of the Lavalite ecosystem by Renfos Technologies
Litepie is a collection of production-ready Laravel packages developed as part of the Lavalite ecosystem by Renfos Technologies. These packages provide everything you need to build enterprise-grade web applications with multi-tenancy, security, and performance built-in.
| Package | Description | Links |
|---|---|---|
| Tenancy | Complete multi-tenant architecture with isolation, detection, and performance optimization | |
| Organization | Hierarchical organization management (companies, branches, departments) |
| Package | Description | Links |
|---|---|---|
| Users | Comprehensive user management with workflows and file handling | |
| Teams | Team collaboration with role management and permissions | |
| Shield | Advanced role-based access control with dynamic permissions |
| Package | Description | Links |
|---|---|---|
| Database | Enhanced Eloquent with search, caching, archiving, and money handling | |
| Repository | Repository pattern implementation for Laravel with advanced features | |
| Masters | Master data management (countries, currencies, categories) | |
| Settings | Multi-level settings with encryption and audit trails | |
| Hashids | Laravel wrapper for Hashids library with enhanced features |
| Package | Description | Links |
|---|---|---|
| Actions | Action pattern with validation, authorization, and sub-action orchestration | |
| Flow | Workflow management with state transitions and visual designer | |
| Form | Dynamic form builder with validation and theming |
| Package | Description | Links |
|---|---|---|
| Integrations | API integrations and OAuth applications management with multi-tenant support | |
| Notifications | AI-powered notifications with multi-channel support and analytics | |
| Trans | Advanced translation management with language negotiation | |
| Otp | One-time password (OTP) generation and verification for secure authentication | |
| FileHub | Secure file management with processing and user tracking | |
| Logs | Enhanced logging with filtering, analytics, and monitoring |
# Core multi-tenancy
composer require litepie/tenancy
# User management
composer require litepie/users litepie/shield litepie/organization
# Business logic
composer require litepie/actions litepie/flow litepie/notifications
# Data management
composer require litepie/database litepie/repository litepie/hashids litepie/masters litepie/settings- PHP 8.2+ (8.3+ recommended)
- Laravel 11.x or 12.x
- MySQL 8.0+ or PostgreSQL 13+
- Redis 6.0+ (recommended for caching)
- Lavalite Documentation - Comprehensive guides and API reference
- Examples - Real-world implementation examples
- Community - Ask questions and share ideas
- Support - Get help with your implementation
We welcome contributions! Please see our Contributing Guide for details.
- 🐛 Report Bugs - GitHub Issues
- 💡 Feature Requests - GitHub Discussions
- 📖 Improve Docs - Help us improve our documentation
- 💻 Code Contributions - Submit pull requests
All Litepie packages are open-sourced software licensed under the MIT License.
Made with ❤️ by Renfos Technologies
Part of the Lavalite ecosystem
⭐ Star us on GitHub • 📖 Read the Docs • 💬 Join the Community