Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What CMS can be used with Phalcon framework?

I've been using Wordpress for the past 4 years for developing small and medium websites. Now I have an enterprise project and I'm considering using Phalcon PHP framework.

My enterprise project will be handling a large amount of users and will be publishing articles with images. This is why I still want to use some sort of CMS.

I think framework like Phalcon is great for service and business layers, but it lacks the GUI / services found in various CMS's like Wordpress. I know Phalcon Eye is in development, but it's in very early development stage (I think).

Can Phalcon MVC be used alongside any CMS? If yes, wouldn't the speed of Phalcon bee compromised by much slower CMS? (And what CMS is recommended?)

Update
The first version of my enterprise project is currently using WP for handling user registration, page / template handling, articles etc. But that's just a small part of the solution. All other code is custom and I've realized that should use a solid framework like Phalcon, Laravel, Sympfony etc.

Update 2
What if I use a framework like Phalcon for my custom code, present data and form handling. Then I build a Wordpress service that will retrieve articles from WP DB's. That way I would not need to use wordpress for presentation, but I can use WP for handling articles, images and maybe even users. Bad idea?

like image 749
Steven Avatar asked Mar 01 '14 11:03

Steven


People also ask

Is Phalcon a good framework?

A long list of reports shows that Phalcon is the most popular full-stack PHP framework. Phalcon is also considered the fastest PHP framework on the market by many programmers. Phalcon comes as an extension written using the C programming language, which is a departure from other PHP frameworks.

What is Phalcon used for?

Phalcon is used to design variety of projects. Yii supports all relational and non-relational databases. Laravel supports all relational databases. Phalcon gives equal support to relational and non-relational databases.


1 Answers

You can use Yona CMS (built with Phalcon) with modular structure and great speed of Phalcon Framework.
http://yonacms.com/
There are few large projects working on this CMS.

like image 119
Oleksandr Torosh Avatar answered Nov 10 '22 01:11

Oleksandr Torosh