php-yaf is a php framework extension likes zend framework, but much more lighter, more faster and better extendability. it is developed by laruence. php-yaf could work with pear, zend framework and many others libraries. YAF supported PECL
php-yaf is a php framework extension likes zend framework, but much more lighter, more faster and better extendability. it is developed by laruence. php-yaf could work with pear, zend framework and many others libraries.
YAF supported PECL good. It is convenient using PECL to install YAF on Ubuntu box. There is a saying that “When in Rome, do as the Romans do”. Thus why we are here: a PPA source for PHP-YAF.
I have put all dependences on the github.
To use this PPA source, you must import PPA source first. Tool `add-apt-repository` can help us to take over the fussy job:
sudo add-apt-repository ppa:mikespook/php5-yaf
Then tell the system to pull down the latest list:
立即学习“PHP免费学习笔记(深入)”;
sudo apt-get update
Using apt-get to complete the installation:
sudo apt-get install php5-yaf
After installing without error, do NOT forget restart your PHP process.
Eg. PHP FPM:
sudo service php5-fpm restart
or Apache mod:
sudo service apache2 restart
Thank you, have fun!
原文地址:PPA source for PHP-YAF, 感谢原作者分享。
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号