perseval / mokie
Just another PHP micro-framework
dev-master
2020-07-23 15:32 UTC
Requires
- php: ^7.0
- filp/whoops: ^2.7
- league/container: ^3.3
- league/plates: ^3.3
- nikic/fast-route: ^1.3
- symfony/http-foundation: ^5.1
- vlucas/phpdotenv: ^5.1
This package is not auto-updated.
Last update: 2025-04-26 11:15:32 UTC
README
Just another PHP micro-framework
What's included?
- nikic/fast-route
- Routing library used by frameworks like Slim.
- filp/whoops
- Stunning error handler, it makes errors sting a bit less.
- vlucas/phpdotenv
- Please don't push your database credentials to GitHub.
- symfony/http-foundation
- Simplifies request & reponse handling.
- league/container
- Dependency injection container, for sharing common resources.
- league/plates
- A native PHP template systeminspired by Twig template engine.
Installation
Mokie is available via Composer:
composer require perseval/mokie
Requires PHP 7.0 or newer.