PHP Classes

YAF Base: Base structure for YAF framework based apps

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 112 All time: 9,623 This week: 673Up
Version License PHP version Categories
yaf-base 1GNU General Publi...7PHP 5, Libraries, Design Patterns
Description 

Author

This package provides a base structure for YAF framework based apps. It provides:

- Base controllers for an index and error pages
- A layout class plugin
- View scripts for the error and index pages, as well for the main layout plugin

Innovation Award
PHP Programming Innovation award winner
November 2017
Winner
YAF is a framework implemented as PHP extension. It provides base functionality for routing HTTP requests and returning responses.

This package goes further and provides additional componentes to make it easier to implement PHP MVC applications on top of YAF.

Manuel Lemos
Picture of Nemeth Zoltan
  Performance   Level  
Innovation award
Innovation award
Nominee: 2x

Winner: 1x

 

Example

<?php
define
("APPLICATION_PATH", dirname(__FILE__));

$app = new Yaf_Application(APPLICATION_PATH . "/conf/application.ini");
$app->bootstrap()
->
run();


Details

Yaf PHP framework

Yet Another Framework is a PHP framework

http://php.net/manual/en/book.yaf.php

Structure

This project is a base structure for projects using Yaf PHP framework. It is a very simple and fast framework with MVC features.


  Files folder image Files (411)  
File Role Description
Files folder imageapplication (1 file, 3 directories)
Files folder imageassets (3 directories)
Files folder imageconf (1 file)
Accessible without login Plain text file .htaccess Data Auxiliary data
Accessible without login Plain text file application.ini Data Auxiliary data
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Data Auxiliary data
Accessible without login Plain text file robots.txt Doc. Documentation

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:112
This week:0
All time:9,623
This week:673Up