eZ Platform vs. Laravel PHP Framework

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
eZ Platform
Score 5.0 out of 10
N/A
ezPlatform, formerly ezPublish is a content management solution from eZ Systems. The vendor says their solution provides organizations with the technology and framework to build a suite of digital experiences including news and media sites, brand sites, multichannel apps and the Internet of Things, intranets and web portals. This solution is multichannel, multilingual and multisite ready. ezPlatform features user defined content and classes, version control, templates, workflow…N/A
Laravel PHP Framework
Score 8.6 out of 10
N/A
Laravel is a free, open source web application PHP framework.N/A
Pricing
eZ PlatformLaravel PHP Framework
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
eZ PlatformLaravel PHP Framework
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Features
eZ PlatformLaravel PHP Framework
Security
Comparison of Security features of Product A and Product B
eZ Platform
9.0
1 Ratings
12% above category average
Laravel PHP Framework
-
Ratings
Role-based user permissions9.01 Ratings00 Ratings
Platform & Infrastructure
Comparison of Platform & Infrastructure features of Product A and Product B
eZ Platform
8.0
1 Ratings
4% above category average
Laravel PHP Framework
-
Ratings
API7.01 Ratings00 Ratings
Internationalization / multi-language9.01 Ratings00 Ratings
Web Content Creation
Comparison of Web Content Creation features of Product A and Product B
eZ Platform
5.4
1 Ratings
34% below category average
Laravel PHP Framework
-
Ratings
WYSIWYG editor7.01 Ratings00 Ratings
Code quality / cleanliness5.01 Ratings00 Ratings
Admin section7.01 Ratings00 Ratings
Page templates3.01 Ratings00 Ratings
Library of website themes2.01 Ratings00 Ratings
Publishing workflow8.01 Ratings00 Ratings
Form generator6.01 Ratings00 Ratings
Web Content Management
Comparison of Web Content Management features of Product A and Product B
eZ Platform
5.6
1 Ratings
27% below category average
Laravel PHP Framework
-
Ratings
Content taxonomy9.01 Ratings00 Ratings
SEO support5.01 Ratings00 Ratings
Bulk management2.01 Ratings00 Ratings
Availability / breadth of extensions6.01 Ratings00 Ratings
Community / comment management6.01 Ratings00 Ratings
Best Alternatives
eZ PlatformLaravel PHP Framework
Small Businesses
Divi
Divi
Score 9.8 out of 10
CodeIgniter
CodeIgniter
Score 8.2 out of 10
Medium-sized Companies
Image Relay
Image Relay
Score 9.5 out of 10
Symfony
Symfony
Score 9.3 out of 10
Enterprises
Tridion
Tridion
Score 9.0 out of 10

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
eZ PlatformLaravel PHP Framework
Likelihood to Recommend
6.0
(1 ratings)
8.0
(17 ratings)
Likelihood to Renew
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
eZ PlatformLaravel PHP Framework
Likelihood to Recommend
eZ Systems
For a new site: 1. Are there any hosting requirements? eZ Publish works best on a traditional LAMP stack. 2. What is the expertise of the development and systems administrations individuals? There should be some PHP development experience and a solid level of Apache and MySQL hosting. 3. Who will be managing the content of the site? What is their bandwidth for training? For ongoing content changes?
Read full review
Open Source
Laravel is ideally suited for fluent PHP developers who want a framework that can be used to both rapidly prototype web applications as well as support scalable, enterprise-level solutions. I think where it is less ideal is where the client has an expectation of using a certain CMS, or of having a certain experience on the admin side that would perhaps be better suited to a full CMS such as Drupal or WordPress. Additionally, for developers who don't want to write PHP code, Laravel may not be the best solution.
Read full review
Pros
eZ Systems
  • Content Taxonomy: Content is managed in a tree. Though taxonomy vs folksonomy is a near-religious debate among professionals, clients seeing the system for the first time just seem to "get it" more often.
  • Content Flexibility: Common content types such as blog posts and articles are available out of the box. However, customizing these and creating new content types is very easy.
  • Developer Friendly: Developers need only a little PHP experience to get started. Of course being an expert doesn't hurt and opens the door for the development of custom modules.
Read full review
Open Source
  • Many libraries available which simplify integration of SaaS APIs within your application (eg, MailChimp, Mandrill, Stripe, Authorize.net)
  • Pre-packaged tools to facilitate common tasks when building applications (eg, User Authentication and Authorization, Background Jobs, Queues, etc)
  • Support for a broad set of technologies out of the box (eg, PostgreSQL, MySQL/MariaDB, MemcacheD, BeanstalkD, Redis, etc)
Read full review
Cons
eZ Systems
  • The template language: Outputting content or doing something special with it requires use of the templating language. Myself along with other developers I have trained, found this to be one of the biggest hurdles.
  • Layout of physical files: The system decides what settings files and templates to use based on a hierarchy of modules. The same file can exist in multiple modules and you can find yourself deep within very similar looking folder structures, causing confusion during debugging.
  • Community: eZ has a solid set of community contributors but the gap between it and Drupal or Wordpress is pretty large.
Read full review
Open Source
  • Significant learning curve. You cannot be an expert in a week. It takes many experimentations to properly understand the underlying concept. We ourselves learned it by using it on the job.
  • Too much to soak in. Laravel is in everything. Any part of backend development you wish to do, Laravel has a way to do that. It is great, but also overwhelming at the same time.
  • Vendor lock in. Once you are in Laravel, it would not be easy to switch to something else.
  • Laracasts (their online video tutorials) are paid :( I understand the logic behind it, but I secretly wish it would be free.
  • The eloquent ORM is not my recommendation. Let's say you want to write a join, and based on the result you wish to create two objects. If you use Laravel to do automatic joins for you, Laravel internally actually makes two calls to database and creates your two object rather than making one join call and figuring out the results. This makes your queries slow. For this reason, I use everything except eloquent from Laravel. I rather write my own native queries and control the creation of objects then rely on Laravel to do it. But I am sure with time Laravel will make fewer calls to DB.
Read full review
Alternatives Considered
eZ Systems
eZ Publish isn't as large in community size and number of installations as other content management systems. However, it's just as capable and met our needs:
  • Developers, system administrators, and project manager can all speak the same language during the development and maintenance cycles of a site.
  • End-user training is very straight-forward.
  • Vendor support is available.
  • Client IT departments can access if need (developers/designers/sysadmins).
  • The community is there (forums) and there are solid contributions (extensions) from both the vendor and the community.
Read full review
Open Source
Supporting unit testing is bigger plus point in Laravel than any other framework. Developing with Laravel is much easier. Other frameworks have value in market, but Laravel has taken the lead in popularity among PHP developers in recent years. The large community supports you if you have problems. Using Laravel, integration became easy with third-party libraries, but it was costly too.
Read full review
Return on Investment
eZ Systems
  • Common knowledge: By making eZ a core offering, developers, system administrators, and project managers were able to communicate with each other effectively.
  • Training: Due to its content taxonomy, end-user training often went well.
  • Support: In our case, we had Gold support from eZ Publish which saved time and helped with customizations.
Read full review
Open Source
  • Laravel allows us to rapidly prototype and build complete, scalable applications internally, which saves us time and allows us to have internal tools that fit out precise needs. We use Symfony for a similar purpose, but Laravel is an even higher-level framework that we find saves us substantially more time when building many types of web applications.
  • Laravel solves many of the underlying concerns of building a large application (such as authentication, authorization, secure input handling) in the right ways. It saves us from handling those low-level concerns ourselves, potentially in a way that could take a lot of time or sets us up for issues in the future. It's tough to assign an ROI to this, but I'm sure it has prevented issues and saved time, which both have an impact on our financial situation.
Read full review
ScreenShots

eZ Platform Screenshots

Screenshot of Editors and marketers create content.Screenshot of Content strategists model their content.