Yaf framework documentation can be found at php.net
- Yaf php extension. Download and install from Pecl
- PHP 5.3+
- Mysql server
- Apache, Nginx or Lighttpd web server.
- mod_rewrite and .htaccess enabled for Apache web server.
- Info about setting up a server for Yaf can be found here
- If you have PHP 5.4 you can use the internal web server to test the project.
cd yaf_base_application/publicphp -S localhost:8000- This project uses PHP 5.3 namespaces so
yaf.use_namespaceshould be turned on.