Laravel PHP Framework vs. Yii Framework

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Laravel PHP Framework
Score 8.6 out of 10
N/A
Laravel is a free, open source web application PHP framework.N/A
Yii Framework
Score 6.0 out of 10
N/A
Yii Framework is a free and open source PHP framework.N/A
Pricing
Laravel PHP FrameworkYii Framework
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Laravel PHP FrameworkYii Framework
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details——
More Pricing Information
Community Pulse
Laravel PHP FrameworkYii Framework
Considered Both Products
Laravel PHP Framework
Chose Laravel PHP Framework
The majority of the above-mentioned frameworks are good at some particular things. Laravel PHP Framework in general is capable of doing all the same things with standard best practices. Additionally, Laravel PHP Framework brings great community support that is ever-growing. the …
Chose Laravel PHP Framework
Laravel is much better than CodeIgniter in many aspects, First of all it is more secure and robust. It has a great troubleshooting mechanism. They have added more libraries, themes and plug-ins for different purposes. The MVC model helped the developers to get rid of writing …
Chose Laravel PHP Framework
Different frameworks have their different pros and cons. I cannot compare one framework with another as every product has its own positive impacts.
Chose Laravel PHP Framework
Laravel PHP Framework is continuously updating its framework and developing new tools to make web development more useful, optimized, and bug-free. Also there is a large community of users on Stack Overflow and other websites that can help you get questions cleared up quickly. …
Yii Framework
Chose Yii Framework
I loved Yii because it was similar to .NET development (as framework), it is very OOP and applies formal technologies very good (like OOP, MVC, etc), it's really stable and it's perfect for a corporate environment. Yii includes very good tools to reduce development and lets you …
Top Pros
Top Cons
Best Alternatives
Laravel PHP FrameworkYii Framework
Small Businesses
CodeIgniter
CodeIgniter
Score 8.1 out of 10
Laravel PHP Framework
Laravel PHP Framework
Score 8.6 out of 10
Medium-sized Companies
Symfony
Symfony
Score 9.3 out of 10
Laravel PHP Framework
Laravel PHP Framework
Score 8.6 out of 10
Enterprises

No answers on this topic

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
Laravel PHP FrameworkYii Framework
Likelihood to Recommend
8.0
(17 ratings)
9.9
(2 ratings)
Likelihood to Renew
8.0
(1 ratings)
10.0
(2 ratings)
Usability
-
(0 ratings)
9.0
(1 ratings)
Support Rating
-
(0 ratings)
8.0
(1 ratings)
Implementation Rating
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
Laravel PHP FrameworkYii Framework
Likelihood to Recommend
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
Open Source
Yii is very well suited if you love to program with Object Oriented PHP. This framework uses OOP very well and if you know this pattern you'll love it. The same applies for its MVC architecture and if you come from formal software development education. Also if you are in a bussiness enviroment and need a stable framework. This is the tool for you. It uses very formal scheme but I would like more open and hackable framework, and for this Yii2 is not a good option. Also, if you like to have bleeding edge technologies I don't recommend this framework.
Read full review
Pros
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
Open Source
  • Generating forms and integrates bootstrap
  • Provides great CRUD functionality with active record
  • Provides lots of useful HTML helper widgets for UI enhancement
  • Provides good access control (RBAC)
Read full review
Cons
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
Open Source
  • Maybe support to update their main components like jQuery or Boostrap. It's too attached with the included versions.
  • Their view template engine is simple, doesn't offer support for better options like competition.
  • Wiki can include more tutorials for common examples or problems.
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Open Source
We are in the process of migrating our old application to Yii Framework.
Read full review
Usability
Open Source
No answers on this topic
Open Source
I think is really easy to use, it's not perfect but many developers with great experience will know how to exploit this framework to create great apps!
Read full review
Support Rating
Open Source
No answers on this topic
Open Source
It's has a really good support based on online documentation and official forums. But sometimes I wish there were a paid service where to report some urgent issues.
Read full review
Implementation Rating
Open Source
No answers on this topic
Open Source
You have to check their documentation, they explain everything so don't skip it.
Read full review
Alternatives Considered
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
Open Source
We have used Zend Framework. In comparison Yii Framework is much more lightweight and has smaller learning curve.
Read full review
Return on Investment
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
Open Source
  • Overall Yii has speed up our development and help to cut down on development cost.
  • On the other hand, the bloated vendor library does cause space issues when we have high volume of applications on our servers.
Read full review
ScreenShots