PHPackages                             phpburn/phpburn - 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. phpburn/phpburn

ActiveFramework[Framework](/categories/framework)

phpburn/phpburn
===============

A kickass PHP HMVC framework built to be light and fast

1.6(12y ago)15195[12 issues](https://github.com/PhpBURN/phpburn/issues)GPL2PHPPHP &gt;=5.3.0

Since Jun 5Pushed 6y ago4 watchersCompare

[ Source](https://github.com/PhpBURN/phpburn)[ Packagist](https://packagist.org/packages/phpburn/phpburn)[ Docs](http://www.phpburn.com)[ RSS](/packages/phpburn-phpburn/feed)WikiDiscussions master Synced 1mo ago

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

Deprecated
==========

[](#deprecated)

While was a great pleasure for me create, maintain and take care of this project since 2008 now it's time to say goodbye, for a long time thousands of projects and people used, inquired, complained and congratulate this project but after ---many--- some years without proper evolution and maintenance I've decided to close this project once it's really deprecated and better tools are available in the market.

I'd like to thank you all for everything, all the support, the messages and the care.

Live long and prosper! 🖖🏽

phpBurn
=======

[](#phpburn)

[![Build Status](https://camo.githubusercontent.com/b94fb0a5f8de67c1c39a586d17bcf44d623e5ffabdfcc3d50683844981b60616/68747470733a2f2f7472617669732d63692e6f72672f5068704255524e2f7068706275726e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/PhpBURN/phpburn)

Developed by the manteiner Klederson Bueno, [phpBurn](http://www.phpburn.com/) is a FRAMEWORK for [PHP](http://www.php.net/) usage, initialy born as an ORM like [hibernate](http://www.hibernate.org/) and [Nhibernate](http://www.hibernate.org/343.html).

It allows you to create more and faster using [OO](http://en.wikipedia.org/wiki/Object_oriented) concepts and patterns with a log of time gain. Using resources for MVC (Model View Controller) [phpBurn](http://www.phpburn.com/) will make your programming more easy, quick and fun.

Now you can found this project hosted both GitHub and SourceForge at git version control.

Instalation
===========

[](#instalation)

To install PhpBURN is quite easy first you need to fork or clone PhpBURN code from [PhpBURN Official Repository](http://github.com/PhpBURN/phpburn) and than you need to use it into your include path by doing in one of this ways:

You can also go to [PhpBURN Official Repository](http://github.com/PhpBURN/phpburn) and click in DOWNLOAD and choose zip or tar.gz version from that branch.

OBS:
----

[](#obs)

Please note master is equivalent to dev or in-development version and sometimes something can go wrong using it ( some bug or something ) we strongly recommed you to use the stable version in stable branch.

php.ini
-------

[](#phpini)

Should look something like this: include\_path = ".:/php/includes:/Volumes/projects/includes/phpBurn/"

or (Windows): include\_path = ".;c:\\php\\includes;c:\\Projects\\includes\\phpBurn"

ini\_set()
----------

[](#ini_set)

```
ini_set('include_path',get_include_path().":/Volumes/projects/includes/phpBurn");

```

or (Windows): ini\_set('include\_path',get\_include\_path().":C:\\Projects\\includes\\phpBurn");

RAW ( NOT RECOMMENDED )
-----------------------

[](#raw--not-recommended-)

```
require_once("/Volumes/projects/includes/phpBurn/app/phpBurn.php");

```

Generate a application structure
================================

[](#generate-a-application-structure)

Just enter in your shell and type:

```
php YOURPHPBURNFOLDER/app/generator.generate.php

```

And then follow the steps and "voilà" now you have a brand new site working ( if you go to your browser and type  ) you sould see a wellcome page.

If you want to use only the **ORM** you should include and start your phpBurn ( see below )

Usage (FULL - index.php - ALREADY INSTALLED when generator.php is used)
=======================================================================

[](#usage-full---indexphp---already-installed-when-generatorphp-is-used)

```

```

Usage (ORM ONLY)
================

[](#usage-orm-only)

```
################################
# Hooks
################################
define('SYS_USE_FIREPHP',false,true);

################################
# Including required files
################################
require_once('app/phpBurn.php');
require_once('config.php');

################################
# Start PhpBURN needed resources
################################
PhpBURN::enableAutoload();

```

Documentation
=============

[](#documentation)

- [General](http://www.phpburn.com/documentation/)
- [ORM/MODELS](http://www.phpburn.com/documentation/orm)
- [VIEWS](http://www.phpburn.com/documentation/view)
- [CONTROLLERS](http://www.phpburn.com/documentation/controller)

Official Links:
===============

[](#official-links)

- [PhpBURN Official Repository](http://github.com/PhpBURN/phpburn)
- [PhpBURN Website](http://www.phpburn.com/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance4

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4721d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05cc1d1f448ff43c58c77c1f7b9bb4d0381e5e2f75675a88213ad18f66eac9d0?d=identicon)[Klederson Bueno](/maintainers/Klederson%20Bueno)

---

Top Contributors

[![klederson](https://avatars.githubusercontent.com/u/25665?v=4)](https://github.com/klederson "klederson (243 commits)")[![rogeriopradoj](https://avatars.githubusercontent.com/u/443391?v=4)](https://github.com/rogeriopradoj "rogeriopradoj (12 commits)")[![bellthoven](https://avatars.githubusercontent.com/u/38432?v=4)](https://github.com/bellthoven "bellthoven (7 commits)")

---

Tags

frameworkpersistencerestroutesormcontrollerhmvcphpburn

### Embed Badge

![Health badge](/badges/phpburn-phpburn/health.svg)

```
[![Health](https://phpackages.com/badges/phpburn-phpburn/health.svg)](https://phpackages.com/packages/phpburn-phpburn)
```

###  Alternatives

[gotzmann/comet

Modern PHP framework for building blazing fast REST APIs and microservices

68816.2k1](/packages/gotzmann-comet)[psx/psx

PHP REST API Framework

17112.6k2](/packages/psx-psx)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
