ark/framework

Lightweight PHP framework

Maintainers

Package info

github.com/arkphp/framework

pkg:composer/ark/framework

Statistics

Installs: 42

Dependents: 0

Suggesters: 0

Stars: 2

v0.1.2 2015-05-21 02:51 UTC

This package is auto-updated.

Last update: 2026-03-14 01:28:31 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