PHP structure for building CMS, session and REST

I am working on a CMS for some of our projects, but I would like to make things a bit easier using the framework. This is what I need from the framework:

  • A framework that implements basic things for me, such as session management. There is one?
  • A structure that supports REST. There is one?
  • A frame that does not break my CMS when updating the framework. This is something that I have to implement myself or can help me.
  • Object oriented structure. Am I right that this is good?
+3
source share
3 answers

Zend Framework is always a good choice. http://framework.zend.com/

CakePHP, , Rails ( , , / , )

+2

Symfony - , , , CMS. Doctrine ORM, CMS. REST-.

, Symfony, ( , CMSy, ActiveRecord ). Zend Framework, . , . "" . , --cms/blog/etc

+2
+1
source

Source: https://habr.com/ru/post/1764339/


All Articles