Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the best framework for PHP to build a custom document management solution?

0
Posted

What is the best framework for PHP to build a custom document management solution?

0

It should be possible to build what you want very easily by customizing an existing application. Depending on what sort of access rights system you have in mind, you could build it with Drupal (finely granulated permissions), Joomla! (less finely granulated permissions), or even WordPress (simple level-based permission system)… But if you insist on building it from scratch, any MVC framework would do the trick. Take a look at CakePHP, CodeIgniter, and Symfony

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123