theplugs / theplugs
ThePlug's Dev's PHP Framework, A very powerful MVC framework, well secure enough to handle any project. with a vast team behind its build.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4
- ext-pdo: *
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2025-08-26 10:48:22 UTC
README
A modern, expressive PHP framework for building robust web applications. Inspired by Laravel but with its own unique approach, The Plug's provides an elegant syntax and powerful tools for rapid application development.
Note: This framework is currently under active development. We welcome contributions!
Features
- Dependency Injection Container: Powerful IoC container for managing class dependencies
- Expressive Routing: Flexible router with middleware support
- HTTP Layer: Clean request/response abstraction
- Database Toolkit: Query builder, migrations, factories, and ORM
- Validation: Intuitive data validation system
- Console Commands: Artisan-like(theplugs) command system
- Email Services: SMTP, and other drivers
- Template Engine: Blade-like(plug) templating system
- Authentication: Ready-to-use auth system
- Testing Helpers: Built-in testing support
Installation
Require the package using Composer:
composer create-project theplugs/theplugs
Security
If you discover any security-related issues, please email celionatti@gmail.com instead of using the issue tracker.
Credits
License
ThePlugs is open-sourced software licensed under the MIT license.