ark / framework
Lightweight PHP framework
v0.1.2
2015-05-21 02:51 UTC
Requires
- ark/event: ~0.1
- nikic/fast-route: 0.4.*
- pimple/pimple: ~3.0
This package is auto-updated.
Last update: 2024-11-13 22:13:18 UTC
README
Lightweight PHP framework.
This framework aims to provide a minimal start point for your application.
Features
- Event driven
- Small
What's Included
- Application Class
- Container (Pimple)
- Router (FastRoute)
Requirements
- PHP 5.4
Installation
Via Composer
composer require ark/framework
Download Zip
See Latest Release
Download Phar
See Latest Release
Usage
See index.php
Server Setup
Nginx
See nginx.conf
Apache
See .htaccess
PHP Builtin Server
php -S localhost:8080 -t . router.php