Introducing G2.ai, the future of software buying.Try now
CodeIgniter
Save to My Lists
Unclaimed
Unclaimed

Top Rated CodeIgniter Alternatives

CodeIgniter Reviews & Product Details - Page 5

CodeIgniter Overview

What is CodeIgniter?

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.

CodeIgniter Details
Show LessShow More
Product Description

CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.


Seller

BCIT

Description

The British Columbia Institute of Technology (BCIT), located in British Columbia, Canada, is a public post-secondary institution known for its applied education and research. BCIT offers a wide range of programs and courses in areas such as engineering, business, computing, health sciences, and trades. The institute is designed to provide students with practical skills and experience that prepare them for careers in their respective fields immediately after graduation. BCIT's approach emphasizes integration of theoretical knowledge with hands-on training, making it a popular choice for students seeking a direct pathway into the workforce.

Recent CodeIgniter Reviews

Ubaid Ur Rehman K.
UK
Ubaid Ur Rehman K.Small-Business (50 or fewer emp.)
5.0 out of 5
"Great Platform for Working Environment"
I like the work categories mode of the environment.
MM
M M.Small-Business (50 or fewer emp.)
3.5 out of 5
"Best choice for web development. Simple, flexible and facilitates robust & dynamic apps."
The part where its all set up and ready for developers to write code, including all libraries, etc. Developers need not be bothered by unnecessary ...
MT
Manoj Gowtham T.Small-Business (50 or fewer emp.)
4.5 out of 5
"Best php web application framework that is designed to help developers build dynamic web application"
CodeIgniter is known for its Light weight design and speed, making it a good choice for developing high-performance web application.And Model-View-...

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Perceived Cost

$$$$$
View More Pricing Information

CodeIgniter Media

Answer a few questions to help the CodeIgniter community
Have you used CodeIgniter before?
Yes

57 CodeIgniter Reviews

4.3 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
57 CodeIgniter Reviews
4.3 out of 5
57 CodeIgniter Reviews
4.3 out of 5
G2 reviews are authentic and verified.
Toni H.
TH
Programmer, Writer
Computer Software
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

CodeIgniter is easy to learn even for newbie in PHP. It has minimum requirement sets of libraries and helpers for fast production. It's framework structure are also traceable and easy to understand. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

It is a bit late of following PHP technology but with a new development management it begin to raise and take up some progress. Review collected by and hosted on G2.com.

Recommendations to others considering CodeIgniter:

CodeIgniter is still, the PHP framework that is fastest and easy to use for development simple to large project. It is suitable for a newcomers in PHP even if you are not knowing PHP before. In my country (Indonesia), CodeIgniter is still a most used PHP framework. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

I have done so many project from a simple site, educational system to a large management system for government. Review collected by and hosted on G2.com.

Dirk T.
DT
Executive Director
Information Technology and Services
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

CodeIgniter integrates seamlessly into almost any project. It's comparably slim and it doesn't impose a certain development style or project design onto you. It was as well for JavaScript driven applications as it does for pur PHP web apps. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

CodeIgniter is relatively low-level and hasn't enough functionality for quickly developing larger web applications. CodeIgniter doesn't come with any components to build GUI elements (there's a separate framework for that that sits on top of CodeIgniter). Review collected by and hosted on G2.com.

Recommendations to others considering CodeIgniter:

If you're usually develop your web applications from scratch and if you have already a library of snippets that you rely on, CodeIgniter can most likely be very easily be integrated into whatever you already have. If you would like to make your life of building GUI components easier or require a reusable admin backend it may not be the right choice as it covers only the very basics. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

I used CodeIgniter mainly for very simplistic web applications, that had more going on under the hood (backend) than on the actual website. It's also very awesome as an REST API development framework. Review collected by and hosted on G2.com.

Chidiebere N.
CN
Senior Tech. Trainer
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

I like the initial folder structure and the overall architecture of the framework. It's very easy to know where what is especially as a beginner using the framework.

Apart from this, the framework has lots of helper functions that makes life easier for the developer. Some of the helpers include code for working with forms, urls, image and upload etc.

The framework is very extensible. In my case, I've modified how controllers and models operate using MY_Model and MY_Controller. This way I can fundamentally change a lot including default routing and even interpolating requests to change behaviours. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

For a while, CodeIgniter was not updated and so it took very long before we started to get the new features that other frameworks were including.

Things like the inability to use namespaces might be a put-off for some developers.

CodeIgniter is not also able to be used for building REST APIs right off the bat. To do this easily, one would have to install external packages.

CodeIgniter's system of working with models makes use of ActiveRecord. For people like myself, having an ORM might be a safer bet compared with a QueryBuilder system like ActiveRecord.

CodeIgniter's routing system is not very well developed. Apart from the fact that the community has gotten used to the .htaccess hack, mapping routes to controller functions can be very difficult.

There's no notion of Middleware in CodeIgniter and to do this you have to actually do a lot of modification on the core operation of CI. Review collected by and hosted on G2.com.

Recommendations to others considering CodeIgniter:

Not the best framework out there. Definitely worth giving a try especially because in the year of the rise of PHP MVC frameworks, CI was one of the first contenders. Hence, many legacy PHP systems are built with it. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

For now, I use it to build small to medium sized applications. Mostly for clients. The major benefit of using CodeIgniter for me the extreme ease especially for simple applications. Review collected by and hosted on G2.com.

小兵 .
创始人
Internet
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

Clear MVC frameworks, compatible cplusplus programming style, and minimum cost to understand the frameworks for new one; moreover, many plug-and-play libraries you can use in free. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

No an official method to deploy the software system to production machine. Except this, I cannot find any other one more. Review collected by and hosted on G2.com.

Recommendations to others considering CodeIgniter:

If you wish to pursue one pure web framework that stand with your c/cpp programming styles, and dislike heavy framework that need proprietary knowledges based on Java, the CodeIgniter based on PHP language will be best choice. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

We're developing some helpful system for small-and-medium business, such as restaurant, some firms without effective information system. Mostly, our system produces extensible functions on WeChat app. Review collected by and hosted on G2.com.

Verified User in Internet
II
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

The fact that it is very small and helps to keep the code managed is one of the things I like about it. Previously I was developing web applications without using any framework, after using CI I realised how manageable the code becomes. Also the community support is very good. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

There is not anything in particular I dislike about it. Lately I've switched to Laravel framework for some of my development works and Laravel provides many features out of the box. But again that is just my personal preference. Review collected by and hosted on G2.com.

Recommendations to others considering CodeIgniter:

Its a good tool to switch, if you are not using any other frameworks. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

The problem we are working on is validating Consumer Rental history and reporting it to the credit bureau. It also has a consumer side facing part which helps consumer signup for the service.

Code management is one of the most visible benefits I've seen using CI. Also using it has reduced the development time of the product. Review collected by and hosted on G2.com.

Verified User in Security and Investigations
US
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

My main like for the framework is the well documented features and familiarity. While some complain about the age and lack of certain features, these are coming in the next version. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

I dislike that the php community as a whole has completely abandoned this framework without giving it the time it needs to progress. I too use other frameworks now, but look forward to a php 7+ feature included codeigniter. Review collected by and hosted on G2.com.

Recommendations to others considering CodeIgniter:

Wait for the php 7 version that will be out in a year or two - it will be worth it for the modern features. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

I have used this framework for building websites, blogs, API's, and other projects. These all work towards the business interests of my clients. Thanks to the familiarity of the product and number of native and vanilla classes that work with it, I can build things more quickly. Review collected by and hosted on G2.com.

Saul W.
SW
Chief Executive Officer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

The active record makes creating models really easy. This abstracts the process of accessing your MySQL database and allows you very easily to quickly build a large library of models which access and interact with your database quickly. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

redirect can encourage you to write jumpy go-to like code which does not make for good software design. I also dislike the session class as it encourages you to store global variables for a user in the session which can get confusing and fall down at important points. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

radio telemetry charting for raspberry pi's and other datalogger units. Review collected by and hosted on G2.com.

Verified User in Internet
AI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

Nothing. It's a legacy framework not worth mentioning at all. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

Codeigniter is light years behind its counterparts. The framework still lends itself an old mindset about how PHP applications are.

One particular disgust is CodeIgniter's Model concept. Models in CodeIgniter is just a set helper methods for DB manipulations. There is no contract, too messy. Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

I once used CodeIgniter to build a City Directory. After being fed up with how it is, I switched to another language. Review collected by and hosted on G2.com.

Verified User in Computer Software
GC
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

The framework is organized in a straightforward structure, with special folders and filenames used to specify different MVC components. It uses sufficient "magic" file discovery (e.g. automatically linking a controller based on its naming) to reduce configuration needed to get started quickly. Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

It's not very object oriented, and its reliance on special naming can be limiting for large projects. A site with many controllers or models can get disorganized quickly as files build up. Review collected by and hosted on G2.com.

Fahad K.
FK
M.D
Computer Software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about CodeIgniter?

The framework is lighter compared to other frameworks , and I cannot start telling you about the docs.

They are Well Written , resulting the learning curve being small which is nice :) Review collected by and hosted on G2.com.

What do you dislike about CodeIgniter?

Nothing , the framework has nothing to complain about except the support , but we can it on SO :) Review collected by and hosted on G2.com.

What problems is CodeIgniter solving and how is that benefiting you?

Alot , just read the docs. Review collected by and hosted on G2.com.