Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

linusnorton/xFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP xFrame

A lightweight MVC framework

Features

  • Incredibly fast (boot in 2.2ms)
  • Simple autoloading
  • Dependency injection container
  • Annotation based request mapping
  • Phing build, test and documentation scripts
  • Multiple view types: Twig (default), PHPTAL, pure PHP
  • Inbuilt caching
  • Doctrine2 integration (optional)

Installation

Pear installation

$ sudo pear config-set auto_discover 1
$ sudo pear install pear.linusnorton.co.uk/xFrame

Install with Doctrine2 (Optional)

$ sudo pear config-set auto_discover 1
$ sudo pear install --alldeps pear.linusnorton.co.uk/xFrame

(Note that PHP5.3 is required and APC is recommended)

Setup

Create directory structure

$ xframe --create-project /var/www/demo

Ensure you have created your virtual host, enabled mod_rewrite, restarted apache and edited /etc/hosts if necessary

Getting Started

Enter the domain you entered in the virtual host and test the set up was successful.

About

A lightweight annotation based MVC framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages