mikimaine/ecommerce
Composer 安装命令:
composer create-project mikimaine/ecommerce
包简介
The Laravel Ecommerce Framework.
README 文档
README
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
- You must have at list PHP 5.6 installed on your machine
- And also For now you have to install both git and composer on your system You will find Composer here and Git here then follow the instructions there to install on your specific machine
Optional
-
If you want a better page load and overall improvement in speed , the Framework comes with redis implementation out of the box. You can get Redis from [Redis Here] (http://redis.io/) follow instruction there For windows users you also have Redis Desktop [redisdesktop here ] (https://redisdesktop.com/download)
Then you should set CACHE_DRIVER on .env file to redis and Fill this three with your redis info in .env file
REDIS_HOST=127.0.0.1 <--- change it if you are not on localhost REDIS_PASSWORD= REDIS_PORT=6379
Quick Installation
Begin by creating a new project using the composer create commande
composer create-project mikimaine/ecommerce yourprojectname
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
php artisan key:generate
Migration
php artisan migrate
Seed the database
php artisan db:seed
And that's it ! Start building awesome E-commerce applications for your business
Running using docker
docker run --rm -v $(pwd):/app composer install
docker-compose up -d
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 mikias.amdu@gmail.com.
Security Vulnerabilities
If you discover a security vulnerability within this framework, please send an e-mail to Miki Maine at mikias.amdu@gmail.com, 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
mikimaine/ecommerce 适用场景与选型建议
mikimaine/ecommerce 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 362 次下载、GitHub Stars 达 35, 最近一次更新时间为 2015 年 12 月 31 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「ecommerce」 「laravel」 「laravel ecommerce」 「Ethiopia」 「innovate」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mikimaine/ecommerce 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mikimaine/ecommerce 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mikimaine/ecommerce 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Nevogate Payment Gateway SDK
Dealing with payments through the Egyptian payment gateway PayMob
A PHP (and Laravel) package to interface with the Snipcart api.
Alfabank REST API integration
Customer notes for Contao Isotope eCommerce checkout.
统计信息
- 总下载量: 362
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 36
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-31
