Appcelerator (discontinued) vs. Laravel PHP Framework

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Appcelerator (discontinued)
Score 7.0 out of 10
N/A
Appcelerator was a mobile app development platform acquired by Axway in 2016. It has been discontinued.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
Appcelerator (discontinued)Laravel PHP Framework
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Appcelerator (discontinued)Laravel PHP 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
Appcelerator (discontinued)Laravel PHP Framework
Top Pros
Top Cons
Best Alternatives
Appcelerator (discontinued)Laravel PHP Framework
Small Businesses
Swiftify
Swiftify
Score 9.0 out of 10
CodeIgniter
CodeIgniter
Score 8.1 out of 10
Medium-sized Companies
Swiftify
Swiftify
Score 9.0 out of 10
Symfony
Symfony
Score 9.3 out of 10
Enterprises
Swiftify
Swiftify
Score 9.0 out of 10

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
Appcelerator (discontinued)Laravel PHP Framework
Likelihood to Recommend
1.0
(1 ratings)
8.0
(17 ratings)
Likelihood to Renew
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
Appcelerator (discontinued)Laravel PHP Framework
Likelihood to Recommend
Discontinued Products
I do not think I can recommend Appcelerator at this point due to the issues with Appcelerator studio, lack of good debugging support, lack of thorough documentation and forums and the additional cost overhead of licenses. The pros are just that it allows for cross-platform development. However, Cordova does a much better job of it and excels at places where Appcelerator currently struggles
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
Discontinued Products
  • Adds structure to your code through Alloy framework.
  • Easy to integrate with iOS SDK and to build and run iOS apps.
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
Discontinued Products
  • It is very hard to debug your code. Breakpoints never worked for us even with the latest Appcelerator Studio and we had to rely on log statements to debug.
  • There is a need to purchase licenses from Appcelerator to run the code on a device or for creating iOS distribution builds. This is an additional cost when you have already paid for Apple developer program for precisely these things.
  • If things are broken due to lack to support between Appcelerator and a new iOS version, you pretty much have to rely on a new version release from Appcelerator for the issue to be fixed.
  • It is difficult to create enterprise distribution builds where the distribution certificate is owned by your organization's team and you only have a development certificate for the same.
  • The forums on developer.appcelerator.com are seldom helpful. It is hard to find solutions for issues even on other forums like stack overflow.
  • Documentation needs to be improved.
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
Discontinued Products
Appcelerator makes you write a structured code whereas Cordova just packages your code and you are free to structure it. Appcelerator bridges your javascript code with native code and that would make it run faster than javascript code in Cordova apps. However, with recent mobile browsers, you would hardly notice any performance deterioration with Cordova apps. Appcelerator struggles with issues related to its IDE, debugging, documentation and forums and additional costs. Cordova makes it much more simpler to develop cross-platform apps with better developer support, debugging support, documentation and forums minus the additional costs.
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
Discontinued Products
  • We were able to build and deploy a mobile app with Appcelerator. However, the platform still has issues and does not cover our needs as much as some of its competitor like cordova does.
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