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.
- 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.
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.
To get started with Floky, follow these steps:
-
Install Floky Core using Composer:
composer require floky/core
We welcome contributions to Floky Core. Feel free to open issues, submit pull requests, or join the community discussions.
Floky Core is open-source software licensed under the MIT Licence.