Last Updated: February 25, 2016
·
2.058K
· edouardkombo

Breeze Framework - php revolution

Breeze is the first php framework that lets you think and act like an architect.

The entire framework is built about extensions, everything is an independent extension, even the router.
You can build your own, adapt one you feel comfortable with, or simply download one hosted on Breeze website.

It comes with a BSP (Breeze Simple Philosophy), each project has its own dna, think to extensions you will need, download them, and go on.

One of Breeze greatest advantages, is that, you will never be stucked anymore on a complex structure that depends on a framework.
You choose and use only the components you feel comfortable with.

That's it, let's breath, take a breeze.

I have had a lot of fun building and brainstorming about the framework.

Download on Github: https://github.com/edouardkombo/BreezeFramework
Download on Breeze: http://www.breezeframework.com/download/BreezeFramework.zip

Look also at this video presentation on youtube:
http://www.youtube.com/watch?v=wTlvU-WMSu4

If you wanna join the project, feel free to contact me: edouard.kombo@gmail.com

3 Responses
Add your response

Maybe you should have a look at composer.

over 1 year ago ·

Hi Christian,

Composer is a great solution, but Breeze fundamentals are really different.
One, Breeze philosophy is that each extension is independent, so doesn't depend on other extensions you will need.
All extensions are strongly thought to be as simple, portable, independent as possible.
This way, Breeze can help you improve seriously the scalability of your project.

The problem that Composer solves is this:
a) You have a project that depends on a number of libraries.
b) Some of those libraries depend on other libraries.
c) You declare the things you depend on.

The goal is not the same.

over 1 year ago ·

Why is this post tagged as Laravel, Codeigniter, Zend etc? The only thing i can actually see here is SPAM.

over 1 year ago ·