Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP framework for building e-commerce site? [closed]

Tags:

What web application framework based on php would be recommended to build an ecommerce site in?

Are there an e-commerce specific frameworks that include payment processing, user accounts, etc?

Thanks B

like image 369
b20000 Avatar asked Dec 03 '10 15:12

b20000


People also ask

Which framework is most used in PHP?

Launched in 2011, Laravel has become the most popular free, open-source PHP framework. It can handle complex applications securely, at a much faster pace compared to other frameworks.

Is Magento a PHP framework?

Magento is an open-source e-commerce platform written in PHP. It uses multiple other PHP frameworks such as Laminas (formerly known as Zend Framework) and Symfony. Magento source code is distributed under Open Software License (OSL) v3. 0.

Is CodeIgniter still used?

CodeIgniter is still exist but the name of this framework has become synonymous with a low-quality solution that is why we advise you Laravel as a better alternative. Both Laravel and CodeIgniter are open-source PHP framework.


2 Answers

I had the same requirement. After analysis I found that CodeIgniter Framework suits this requirement well. It has a cart class which helps to develop a ecommerce application quicker and cleaner. Also there is a Shopping Cart application based on CodeIgniter called GoCart (gocartdv.com). This is a very simple shopping cart which has only those minimal feature required for a shopping cart.

like image 35
Dinesh P.R. Avatar answered Oct 06 '22 05:10

Dinesh P.R.


OpenCart is designed feature rich, easy to use, search engine friendly and with a visually appealing interface.

  • Unlimited Categories
  • Unlimited Products
  • Unlimited Manufacturers
  • Multi Currency
  • Multi Language
  • Product Reviews
  • Product Ratings
  • Open Source
  • Free Documentation
  • Templatable
  • Automatic Image Resize
  • 20+ Payment Gateways
  • 8+ Shipping Methods

Demo:

  • Frontend
  • Admin (demo / demo)

Download:

You can download from the OpenCart Website or Directly (V1.4.9.1)

My thoughts:

With systems like Magento and osCommerce, there very bulky and poorly coded, OpenCart is a MVC Style framework, so if you have ever used codeigniter you would know half the system already.

The system does not take up heavy resources unlike some frameworks, it has a robust admin interface that shows you graphical statistics of your sales and helps you forcast sales, simple and logical payment api systems which allow you to add more payment systems with just drag and dropping of files.

like image 101
RobertPitt Avatar answered Oct 06 '22 05:10

RobertPitt