Joined September 2013
·
Achievements
94 Karma
2,088 Total ProTip Views
Altruist
Increase developer well-being by sharing at least 20 open source projects
Cub
Have at least one original jQuery or Prototype open source repo
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Nephila Komaci
Have at least one original repos where PHP is the dominant language
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.