v1p3r75 / floky-core
The Floky framework core
Requires
- php: ^8.1
- blakvghost/php-validator: ^1.1
- eftec/bladeone: ^4.9
- phpmailer/phpmailer: ^6.8
- scrivo/highlight.php: v9.18.1.10
- symfony/console: ^6.4
- symfony/process: ^6.4
- symfony/var-dumper: ^6.3
- v1p3r75/nexa-orm: ^1.0
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- mockery/mockery: ^1.6
- pestphp/pest: ^2.24
This package is auto-updated.
Last update: 2025-03-21 12:53:58 UTC
README
Overview
Floky Core is the foundational component of the Floky PHP framework. It provides the essential building blocks and features for creating web applications with a focus on simplicity, flexibility, and performance.
Features
- MVC Architecture: Organize your code in a clean and modular Model-View-Controller architecture.
- Powerful Routing: Easily manage URLs and direct requests to the appropriate controllers.
- Database Interaction: Simplify database interactions with the integrated ORM (Object-Relational Mapping).
- Security Measures: Integrate security mechanisms to protect your application against common vulnerabilities.
- Flexible Views: Use template engines to design dynamic and visually appealing views.
- Dependency Container: Efficiently manage components of your application using a dependency container.
- Testing with Pest: Enjoy elegant testing using Pest, a PHP testing framework.
- Reusable Components: Utilize libraries and tools to accelerate development.
- Comprehensive Documentation: A detailed guide to help you get started quickly.
Lightweight and Efficient
Floky Core is designed to be lightweight, making it an ideal choice for smaller projects where a minimal footprint is desired. It allows for quick and efficient development without unnecessary bloat.
Getting Started
To get started with Floky, follow these steps:
-
Install Floky Core using Composer:
composer require floky/core
Contributing
We welcome contributions to Floky Core. Feel free to open issues, submit pull requests, or join the community discussions.
Licence
Floky Core is open-source software licensed under the MIT Licence.