PHPackages                             autorealm/faddle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. autorealm/faddle

ActiveLibrary[Framework](/categories/framework)

autorealm/faddle
================

Faddle is a PHP framework for develop website or web appliction.

v1.2.0(9y ago)121Apache-2.0PHPPHP ^5.5.16 || ^7.0

Since Nov 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/autorealm/faddle)[ Packagist](https://packagist.org/packages/autorealm/faddle)[ Docs](http://faddle.cc/)[ RSS](/packages/autorealm-faddle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Faddle - a liberalization PHP Framework
=======================================

[](#faddle---a-liberalization-php-framework)

Faddle Framework is just a PHP MVC system to give developers the creative experience of developing a web application. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain&amp;migrate code with PHP.

Installation
------------

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install Faddle.

```
$ composer require autorealm/faddle "dev-master"
```

This will install Faddle and the only dependency:[PHP-PSR](http://www.php-fig.org/psr/). Faddle requires PHP 5.5.0 or newer.

Usage
-----

[](#usage)

Create an `index.php` file with the following contents:

```
