alinaqi2000 / docile
The skeleton application for the Docile framework.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- illuminate/database: ^10.11
- twig/twig: ^3.6
- vlucas/phpdotenv: ^5.5
This package is auto-updated.
Last update: 2025-06-14 12:17:09 UTC
README
Docile is a charming and lightweight PHP microframework designed to bring simplicity and joy to your web applications and APIs. It embraces a delightful balance between power and simplicity, making it the perfect choice for small-scale PHP projects.
Features
- Simplicity: Docile adopts a clean and straightforward structure that allows you to focus on building your application without unnecessary complexity.
- Rapid Development: With Docile, you can quickly develop web applications and APIs, thanks to its intuitive design and hassle-free setup.
- PHP 8.1 Ready: Built with the latest PHP 8.1 version, Docile leverages the newest language features to enhance performance and productivity.
- Twig Template Engine: Enjoy the flexibility and elegance of Twig as the default template engine for Docile. It enables you to create stunning views effortlessly.
- Laravel Eloquent ORM: Docile harnesses the power of Laravel Eloquent, a beautiful and expressive ORM, allowing you to interact with your database effortlessly.
Getting Started
Before diving into the world of Docile, make sure you have the following prerequisites:
- PHP 8.1 or higher installed on your system.
- Composer, the dependency management tool for PHP.
Download and install the framework through following command:
git clone https://github.com/alinaqi2000/docile.git awesome-app
cd awesome-app
composer install
Or, install using composer:
composer create-project alinaqi2000/docile awesome-app
cd awesome-app
Once the installation is complete, you can start your Docile project using the following command:
php docile deliver
Sit back, relax, and watch your Docile application come to life!
Documentation
For detailed information and usage examples, we are preparing a comprehensive documentation for you.
Community and Support
Join the vibrant community of Docile users! We encourage you to ask questions, share ideas, and showcase your projects on our official forum.
For bug reports or feature requests, please use our GitHub repository's issue tracker.
Contributing
We welcome contributions from the community! Whether it's bug fixes, feature enhancements, or documentation improvements, we appreciate your efforts.
License
Docile is open-source software released under the MIT License. Feel free to use, modify, and distribute it to build your dream projects.
So, why wait? Embrace the simplicity and playfulness of Docile, and let your PHP web applications and APIs shine! Unleash your creativity, and start coding with Docile today!