Download the PHP package mikimaine/ecommerce without Composer

On this page you can find all versions of the php package mikimaine/ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ecommerce

StyleCI PPM Compatible

INNOVATE Ecommerce Framework, Currently 0.1.5

Introduction

INNOVATE Ecommerce provides you with an E-commerce framework on top of laravel framework.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Requirements


Optional


Quick Installation


Begin by creating a new project using the composer create commande

This will install all the required packages to your system including Laravel

After that rename example.env to .env and fill your database credentials.

Then use this commands to install the database tables and there seed data

Generate Application key

Migration

Seed the database

And that's it ! Start building awesome E-commerce applications for your business

Running using docker

Documentation

I will release a user friendly documentation and screen cast soon

Issues

If you come across any issues please report them here.

Contributing

Thank you for considering contributing to the INNOVATE Ecommerce Framework project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to Miki Maine at [email protected].

Security Vulnerabilities

If you discover a security vulnerability within this framework, please send an e-mail to Miki Maine at [email protected], or create a pull request if possible. All security vulnerabilities will be promptly addressed.

License

The INNOVATE Ecommerce framework is open-sourced software licensed under the MIT license


All versions of ecommerce with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
laravel/framework Version 5.2.*
laravelcollective/html Version 5.2.*
laravel/socialite Version ~2.0
stripe/stripe-php Version ~3.4.0
hieu-le/active Version ~2.0
doctrine/dbal Version ~2.5
laracasts/utilities Version ~2.1
arcanedev/log-viewer Version ~3.9.0
creativeorange/gravatar Version ~1.0
davejamesmiller/laravel-breadcrumbs Version ^3.0
caffeinated/themes Version ~2.0
symfony/css-selector Version ~2.1
cviebrock/eloquent-sluggable Version ^3.1
dimsav/laravel-translatable Version ^5.5
barryvdh/laravel-ide-helper Version ^2.1
spatie/laravel-tail Version ^1.1
artesaos/seotools Version ^0.8.2
orangehill/iseed Version ^2.1
yajra/laravel-datatables-oracle Version ~6.0
sofa/eloquence Version ~5.2@dev
spatie/activitylog Version ^2.4
spatie/laravel-url-signer Version ^1.1
intervention/image Version ^2.3
intervention/imagecache Version ^2.3
spatie/laravel-backup Version ^3.2
gloudemans/shoppingcart Version ^1.3
spatie/laravel-responsecache Version ^1.1
codesleeve/laravel-stapler Version ^1.0
lukepolo/laracart Version ^1.1
spiritix/lada-cache Version ^1.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mikimaine/ecommerce contains the following files

Loading the files please wait ....