library framework
Lightweight PHP framework
ark/framework
Lightweight PHP framework
- Thursday, May 21, 2015
- by ddliu
- Repository
- 1 Watchers
- 2 Stars
- 18 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 2 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Ark Framework
Lightweight PHP framework., (*1)
This framework aims to provide a minimal start point for your application., (*2)
Features
What's Included
- Application Class
- Container (Pimple)
- Router (FastRoute)
Requirements
Installation
Via Composer
composer require ark/framework
Download Zip
See Latest Release, (*3)
Download Phar
See Latest Release, (*4)
Usage
See index.php, (*5)
Server Setup
Nginx
See nginx.conf, (*6)
Apache
See .htaccess, (*7)
PHP Builtin Server
php -S localhost:8080 -t . router.php