Coder Social home page Coder Social logo

Crowdin Scrutinizer Code Quality Build Status

About

GPLCart is an open source e-commerce platform based on the classical LAMP stack (Linux+ Apache+Mysql+PHP). It's free, simple and extensible solution that allows you to build online shops fast and easy. GplCart is not a fork of an existing software. It's completely unique, made "with blood, sweat and tears" from the scratch.

Requirements

  • PHP 5.4+, Mysql 5+, Apache 1+

Also you'll need the following extension enabled:

  • PDO
  • FileInfo
  • SPL
  • JSON
  • GD
  • Mb string
  • Mod Rewrite

Installation

GPLCart has some default dependencies (Jquery etc) which should be downloaded separately using Composer. If you have downloaded GPLCart manually, make sure that all 3-d party libraries are in place by running composer update

The recommended installation process:

Download the files (including dependencies) into test directory

composer create-project gplcart/gplcart test --stability dev --no-interaction

then perform full installation:

  1. cd test
  2. php gplcart install

In one line: composer create-project gplcart/gplcart test --stability dev --no-interaction && cd test && php gplcart install

Some key features

  • Simple MVC pattern
  • PHP 7 compatibility
  • PSR-0, PSR-4 standard compliance
  • Dependency injection
  • Modules are damn simple, theme = module. See how you can generate your module
  • Hooks
  • Command line support (extensible)
  • Ability to rewrite almost any core method from a module (no monkey patching, "VQ mods")
  • Supports any template engine, including TWIG
  • Supports versioned dependencies for modules and 3-d party libraries
  • Really simple UI
  • Multistore anotherstore.com, anotherstore.domain.com
  • International, easy translatable
  • Product comparison
  • Wishlists even for anonymous
  • Address books
  • No stupid cart pages, just one checkout page
  • True one page checkout with graceful degradation when JS is disabled
  • Product classes
  • Bundled products
  • Product fields (images, colors, text)
  • Product combinations (XL + red, XL + green etc) with the easiest management you've ever seen
  • Super flexible price rules both for catalog and checkout (including coupons)
  • Roles and access control
  • Autogenerated URL aliases
  • Autogenerated SKU
  • Installation profiles

...and much more!

Extensions

There are a number of official modules already written to extend core functionality.

GplCart's Projects

api icon api

A helper module to implement Web API based on JWT authorization

base icon base

A GPL Cart installation profile

base_distro icon base_distro

A Composer meta package for GPLCart Base installation profile

chart icon chart

Allows to display various data using powerful Google Chart library

cli icon cli

A collection of useful CLI commands for GPLCart

compressor icon compressor

A GPLCart module to aggregate and compress CSS and JS files

currency icon currency

Allows to update rates of store currencies using Yahoo Finance feed

demo icon demo

Demo content for your GPL Cart store

dev icon dev

A set of tools to make developing GPL Cart sites easier

device icon device

A GPL Cart module that defines user's device type (mobile, tablet)

editor icon editor

Allows to edit theme template, CSS, JS files rigth in GPL Cart admin area

export icon export

Allows to export products to a CSV file

extractor icon extractor

A tool to extract translatable string from GPL Cart source files

faker icon faker

Lorem Ipsum generator for GPL Cart stores

filter icon filter

Provides advanced HTML filters based on the HTML Purifier library

ga_chart icon ga_chart

Turns plain Google Analytics reports into nice charts

ga_report icon ga_report

Allows administrators to browse various Google Analytics reports right in admin area

gapi icon gapi

Integrates Google APIs into GPLCart shopping cart

geophp icon geophp

Advanced geometry operations in PHP

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.