Code Monkey home page Code Monkey logo

gplcart's Introduction

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 People

Contributors

gplcart avatar scrutinizer-auto-fixer avatar ymakux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gplcart's Issues

NGINX can't store cached images but full size images is store normal

Hi guys !
Thanks a lot for this so cool engine.
I have install this engine on two environments, apache2 work nice, but nginx can't save cached images(do not create folders and do not saving images on it), but when i'm click on product image modal is open and load full size image normal.

Help please resolve this issue.
Thanks a lot !

localhost, localhost/admin return 404

Hi,

Installation was a success. I installed it to www/shop/test

It says url is localhost and admin url is localhost/admin, which I don't want since I have other sites. Now, it just returns 404 while following .htaccess rule, test/index.php, returns 403.

Expected Behaviour:

If it is installed to test, I would expect it the url to be localhost/shop/test, localhost/shop/test/admin

Or, update the guide to reflect how it works exactly.

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.