PHP Fever Framework Features
Take a look at some of our features
Extremely simple to use
Fever is extremely simple to use out of the box. As you come to understand it more, you'll be able to take advantage
of some of its more advanced features such as logging, validation and forms.
Data access layer with ActiveRecord
We provide an advanced data access layer that comes with ActiveRecord and stored procedure interfaces. The
ActiveRecord interface implements traditional ActiveRecord pattern methods and also provides short-hand
functionality for manipulating data.
Full namespace support
PHP version 5.3 introduced namespace functionality and we take full advantage of it! All of our components
are categorized in human-readable namespaces that you'll appreciate. You may also choose to use namespaces
in your application!
Multiple controller types
Unlike traditional MVC frameworks, Fever breaks the rules by providing abstract controllers that serve
different purposes. XML, JSON and standard (HTML via views) are currently supported with more in the works!
Extremely reusable components
The Fever Framework is architected to be a collection of components that can be used separately, or as a whole. By
doing this, you can reuse the components in your own framework, or choose to use Fever's architecture for MVC. We're
always adding feature-rich components, so keep up!
Shared module support
One of the goals in mind when developing Fever was to make everything as reusable as possible. So for our
module support, we decided to treat them as smaller, separate applications. This makes it possible to
develop components with generic views that can be used by multiple applications. (Read more)
Heard enough? Go download Fever Framework!