j
stuff ;)
Nice work, too bad i'm not yet a ninja in raw php. I w'ld h've loved to work on it.
Haven't seen fresh PHP frameworks for many years. Today it is, probably, impossible to compete with Laravel or Symfony.
For now what I see from my perspective - you are missing the most important part of any product - USP. I don't see any differences from Laravel or Symfony at all.
What real world problem are you trying to solve?
How exactly are you different from other frameworks?
Why exactly CogentPHP and not Framework X?
Anyway it reminds me how I started my career in web almost 10 years ago and created from the scratch, rewrited, deleted, changed, rewrited again and again my own framework and we didn't had Composer and PSR at that time. Ah.. how simple web development was.
Good luck anyway.
@chilimatic Do you have a Link to your project on any VCS ?
@Covenant Yeah, PHP world should be getting ready for a real shake. haha
hmmm if you write something new maybe psr4 standards would be nice. and I'm not sure about the view concept esp. since your views don't seam to be very modular.
I'm writing my php framework now for 8 years not because I want to have a simple version more out of academic curiousity and you seam to write before you create a concept.
which is cool, but if you continue this path you will, very likely throw most of it away :) (i am at version 3.0 which are basically only libraries that are unittested and composed with a DI but my first attempt was partial like yours)
anyhow :) cool work! keep going :) there is a lot of fun ahead of you :)