PHP framework for building a CMS, session and REST

Asteltpem

New Member
I'm working on a CMS for some of our projects, but would like to ease the work a bit by using a framework. This is what I need from a framework:
  • A framework that implements basic things like session management for me. Is there one?
  • A framework that supports REST. Is there one?
  • A framework that doesn't cause my CMS to break when the framework is upgraded. Is this something that I have to implement myself or can the framework help me.
  • A framework that's very object oriented. Am I right assuming this is a good thing?
 
Back
Top