PPA source for PHP-YAF
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:
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重定向的具体实现方式
推荐阅读
-
PPA source for PHP-YAF
-
从SOURCE_BUFFER单元开始存放了20个字母A, 编程将这20个字母A的字符 串向下移10个单元.
-
Spring Tool Suite DEBUG模式显示source not found spring插件stsdebug
-
什么是"Open Source"(开放源码)
-
PHP中source #N问题的解决方法
-
Data Source与数据库连接池简介 JDBC简介(八)
-
{"error":"get from image source failed: E502"}
-
Additional notes in PHP source code auditing
-
PHP中source #N问题的解决方法
-
python执行mysql source命令