Polyscope - The agent-first dev environment for Laravel

Aimeos e-commerce framework (sponsor)

Published on by

Aimeos e-commerce framework (sponsor) image

Aimeos, the ultra-fast e-commerce package is the most popular open source e-commerce framework for Laravel according to GitHub. Some of its highlights are:

  • For shops from one to 1 billion items that respond in 100ms
  • Multi-vendor, multi-channel and multi warehouse capable
  • Incl. bundles, vouchers, virtual, configurable and custom products
  • Every product can be a subscription with recurring payment
  • Support for 100+ payment gateways via Omnipay PHP library
  • JSON REST API based on jsonapi.org standard

Strength

The particular strength of Aimeos is its flexibility, so you can adapt and dynamically extend every functionality. This enables you to build online shops, complex B2B e-commerce applications and market places that are totally tailored to the needs of your customers. Together with its ability to scale almost infinitely at low response times on standard hardware, you can run platforms that are larger than Amazon based on Aimeos using the #gigacommerce extension.

You can set up a fully running shop within five minutes, but you can also create your own pages easily. Aimeos offers components for every aspect of an e-commerce system which you can add in your controller action like this:

Response::view('shop.catalog.list', [
'listbody' => Shop::get('catalog/lists')->getBody(),
'listhead' => Shop::get('catalog/lists')->getHeader()
]);

These lines are enough to get a page with a product list including pagination and sorting. If you want to have full control over the list content, you can also fetch the products directly using the product API:

use \Aimeos\Shop\Facades\Product;
$items = Product::uses(['text', 'media', 'price'])
->catetory(123)->text('sneaker')
->sort('name')->slice(0, 48)->search();

Now you will get the first 48 products together with their texts, images, and prices sorted by their names which are assigned to the category “123” and contain the text “sneaker.”

Future

Aimeos is already a very feature rich system that contains almost everything you will need to build your online shop or B2B e-commerce application. Nevertheless, there are a few things that are on the list for the next versions:

  • GraphQL API as an alternative to the existing JSON REST API
  • Progressive web application based on Vue.js
  • AI-based image optimization and text translation
  • Personalization using machine learning

If you want to learn more about the Aimeos e-commerce framework and try the demo, visit aimeos.org. To try Aimeos yourself, the GitHub repo aimeos/aimeos-laravel contains the source code and a manual for installation.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in:
Cube

Laravel Newsletter

Join 40k+ other developers and never miss out on new tips, tutorials, and more.

image
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud
MongoDB logo

MongoDB

Enhance your PHP applications with the powerful integration of MongoDB and Laravel, empowering developers to build applications with ease and efficiency. Support transactional, search, analytics and mobile use cases while using the familiar Eloquent APIs. Discover how MongoDB's flexible, modern database can transform your Laravel applications.

MongoDB
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell
Get expert guidance in a few days with a Laravel code review logo

Get expert guidance in a few days with a Laravel code review

Expert code review! Get clear, practical feedback from two Laravel devs with 10+ years of experience helping teams build better apps.

Get expert guidance in a few days with a Laravel code review
Laravel Cloud logo

Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Cloud
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
PhpStorm logo

PhpStorm

The go-to PHP IDE with extensive out-of-the-box support for Laravel and its ecosystem.

PhpStorm
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift
Harpoon: Next generation time tracking and invoicing logo

Harpoon: Next generation time tracking and invoicing

The next generation time-tracking and billing software that helps your agency plan and forecast a profitable future.

Harpoon: Next generation time tracking and invoicing
Acquaint Softtech logo

Acquaint Softtech

Acquaint Softtech offers AI-ready Laravel developers who onboard in 48 hours at $3000/Month with no lengthy sales process and a 100 percent money-back guarantee.

Acquaint Softtech

The latest

View all →
RedBerry to Host Georgia's First Laravel Meetup in Tbilisi image

RedBerry to Host Georgia's First Laravel Meetup in Tbilisi

Read article
Interruptible Jobs in Laravel 13.7.0 image

Interruptible Jobs in Laravel 13.7.0

Read article
A Free Shift to Check If Your App is Ready for Laravel Cloud image

A Free Shift to Check If Your App is Ready for Laravel Cloud

Read article
Laravel Idempotency: HTTP Idempotency Middleware for Laravel image

Laravel Idempotency: HTTP Idempotency Middleware for Laravel

Read article
Polyscope for Windows is Now Available image

Polyscope for Windows is Now Available

Read article
Laravel Sluggable image

Laravel Sluggable

Read article