aimeos

Integrated online shop based on Laravel 6 LTS and the Aimeos e-commerce framework

Github星跟踪图

Aimeos shop system

Total Downloads
License

:star: Star us on GitHub — it helps!

Aimeos is THE professional, full-featured and
high performance e-commerce platform! You can install it within 5 minutes
and can adapt, extend, overwrite and customize anything to your needs.

Aimeos Laravel demo

Features

Aimeos is a full-featured e-commerce package:

  • Multi vendor, multi channel and multi warehouse
  • From one to 1,000,000,000+ items
  • Extremly fast down to 20ms
  • For multi-tentant e-commerce SaaS solutions
  • Bundles, vouchers, virtual, configurable, custom and event products
  • Subscriptions with recurring payments
  • 100+ payment gateways
  • Block/tier pricing out of the box
  • Extension for customer/group based prices
  • Discount and voucher support
  • Flexible basket rule system
  • Full-featured admin backend
  • Beautiful admin dashboard
  • Configurable product data sets
  • JSON REST API based on jsonapi.org
  • Completly modular structure
  • Extremely configurable and extensible
  • Extension for market places with millions of vendors
  • Fully SEO optimized including rich snippets
  • Translated to 30+ languages
  • AI-based text translation
  • Optimized for smart phones and tablets
  • Secure and reviewed implementation
  • High quality source code

... and more Aimeos features

Check out the demos:

Package only

Want to integrate Aimeos into your existing application?

Use the Aimeos Laravel package directly!

Table of content

Requirements

The Aimeos shop distribution requires:

  • Linux/Unix, WAMP/XAMP or MacOS environment
  • PHP >= 7.2
  • MySQL >= 5.7.8, MariaDB >= 10.2.2
  • Web server (Apache, Nginx or integrated PHP web server for testing)

If required PHP extensions are missing, composer will tell you about the missing
dependencies.

Installation

To install the Aimeos shop application, you need composer.
On the CLI, execute this command for a complete installation including a working setup:

composer create-project aimeos/aimeos myshop

You will be asked for the parameters of your database and mail server as well as an
e-mail and password used for creating the administration account.

In a local environment, you can use the integrated PHP web server to test your new Aimeos
installation. Simply execute the following command to start the web server:

cd myshop
php artisan serve

Note: In an hosting environment, the document root of your virtual host must point to
the /.../myshop/public/ directory and you have to change the APP_URL setting in your .env
file to your domain without port, e.g.:

APP_URL=http://myhostingdomain.com

Frontend

After the installation, you can test the Aimeos shop frontend by calling the URL of your
VHost in your browser. If you use the integrated PHP web server, you should browse
this URL: http://127.0.0.1:8000

Aimeos frontend

Backend

The Aimeos administration interface will be available at /admin in your VHost. When using
the integrated PHP web server, call this URL: http://127.0.0.1:8000/admin

Aimeos admin backend

Customize

Laravel and the Aimeos e-commerce package are extremely flexible and highly customizable.
A lot of documentation for the Laravel framework and the
Aimeos e-commerce framework exists. If you have questions
about Aimeos, don't hesitate to ask in our Aimeos forum.

For more details about Aimeos Laravel integration, please have a look at its
repository.

License

The Aimeos shop system is licensed under the terms of the MIT and LGPLv3 license and
is available for free.

主要指标

概览
名称与所有者aimeos/aimeos
主编程语言JavaScript
编程语言PHP (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2017-09-10 08:36:51
推送于2025-05-13 08:32:34
最后一次提交2025-05-13 10:32:26
发布数54
最新版本名称2025.04.2 (发布于 )
第一版名称2017.10.1 (发布于 )
用户参与
星数4.6k
关注者数38
派生数283
提交数340
已启用问题?
问题数119
打开的问题数3
拉请求数33
打开的拉请求数0
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?