Which PHP CMS do you recommend for a website? [clo

2020-06-04 10:45发布

I am building a website and need to use a CMS. If I use an already made CMS, I need to be able to extend it easily. Is there a specific CMS that you recommend or should I make my own?

12条回答
淡お忘
2楼-- · 2020-06-04 11:21

UDPATE: MODX Revolution (v2) is no longer "brand spankin' new. Use v2 instead of v1.

If integrating custom design is a big factor I highly recommend using MODx (v1 since v2 is still brand spankin' new). It's loved a lot by designers and developers alike. I have heard good things about EE, concrete5 and SilverStripe though. I really only know MODx though. The design integration rules (no themes to mess with like many other CMSs). Very extendable for PHP ninjas as well and the community is SUPER helpful and friendly. Hope this helps someone as I know I'm replying a year and a half later from the last post!

查看更多
趁早两清
3楼-- · 2020-06-04 11:23

The beauty of most good packages is it won't hurt you too much to get dirty with a few of the well managed and easily installed packages to see what's best for you.

I have stumbled through Drupal and ended up on Joomla. I found Drupal to be highly powerful and technical. Joomla is the same, but seems to do straight-forward stuff a bit easier. Both work quite well.

If your application is very simple, Concrete5 is definitely worth looking at. I go with Joomla for most projects right now and am keeping a close eye on Concrete5...

Let us know what you went with and why!

查看更多
Melony?
4楼-- · 2020-06-04 11:23

I really like SilverStripe's admin and extendability. Right now, I'm running http://gallery1401.com/ on SilverStripe. It has nice image upload, and custom fields, and rails-like associations and data management. Runs on a typical php/mysql stack, with strictly object-oriented architecture.

查看更多
虎瘦雄心在
5楼-- · 2020-06-04 11:26

OpenSourceCMS is an excellent place to start. They offer demos, user rankings, etc. of many different CMS systems.

You can also find relevant questions here on stackoverflow by searching for "php cms".

Personally, I like Drupal, MODx and Concrete5. Drupal and MODx because of their extensibility, Concrete5 because of its simplicity.

查看更多
何必那么认真
6楼-- · 2020-06-04 11:29

I haven't been impressed by CMSses out so far, but Concrete5 and MODx are definitely two to check out.

I'd like to see the documentation and community of Concrete5 grow into something as big as Joomla or Drupal. That will only happen with more users, but it's good enough to get started with right now.

查看更多
SAY GOODBYE
7楼-- · 2020-06-04 11:30

If you are looking for simplicity try Concrete5 or MODx. They are both easy to install and work with.

查看更多
登录 后发表回答