반응형
Yaf – Yet Another Framework: A fast PHP framework
Yaf is the fastest PHP framework, and the first PHP MVC framework that was written in C and built as a PHP extension. It’s well-tested and consumes very few resources.
Homepage: http://www.yafdev.com/
GitHub: https://github.com/laruence/php-yaf
Docs: http://www.php.net/manual/en/book.yaf.php
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
반응형
'프로그래밍 > Web' 카테고리의 다른 글
페이지 내에서 위치 찾아 갈때 (0) | 2013.12.13 |
---|---|
Programr - http://www.programmr.com/ (0) | 2013.12.11 |
[AngularJS] Simple Invoicing: Invoicing with AngularJS (0) | 2013.12.09 |
[PHP] Nette Framework 2.0: A PHP tool for web development (0) | 2013.12.06 |
[HTML5] Enables <video> and <audio> tags in all major browsers. (0) | 2013.12.05 |