반응형

Yaf – Yet Another Framework: A fast PHP framework

yaf

Homepage: http://www.yafdev.com/
GitHub: https://github.com/laruence/php-yaf
Docs: http://www.php.net/manual/en/book.yaf.php

 

a php framework written in c, built in php-ext

 

 

Yaf - Yet Another Framework

PHP framework written in c and built as a PHP extension.

Requirement

  • PHP 5.2 +

Install

Install Yaf

Yaf is an PECL extension, thus you can simply install it by:

$pecl install yaf

Compile Yaf in Linux

$/path/to/phpize
$./configure --with-php-config=/path/to/php-config
$make && make install

For windows

Yaf binary dlls could be found at http://code.google.com/p/yafphp/downloads/list

Document

Yaf manual could be found at: http://www.php.net/manual/en/book.yaf.php

IRC

efnet.org #php.yaf

For IDE

you could find a documented prototype script here: https://github.com/elad-yosifon/php-yaf-doc 

 

반응형

+ Recent posts