Skip to content

arkphp/framework

 
 

Repository files navigation

Ark Framework

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

About

Lightweight PHP framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.1%
  • Nginx 5.4%
  • Makefile 2.9%
  • ApacheConf 1.6%