Registry / web-framework / aimeos-aimeos-core

aimeos-aimeos-core

JSON →
library2025.10.5phppackagistunverified

Full-featured e-commerce components for high performance online shops

composer require aimeos/aimeos-core
INSTALL
IMPORT
SIG · AIMEOS-AIMEOS-CORE
A
aimeos-aimeos-core
web-frameworkphpv2025.10.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MShop
use Aimeos\MShop\MShop;

Search for products using the Aimeos e-commerce framework

use Aimeos\MShop\MShop; $context = \Aimeos\MShop\Factory::createContext( app() ); $productManager = MShop::create( $context, 'product' ); $search = $productManager->filter(); $search->setConditions( $search->compare( '==', 'product.code', 'test' ) ); $items = $productManager->search( $search ); foreach( $items as $item ) { echo $item->getLabel(); }
Debug
Known issues
gotchaComplex setup required; not a standalone package
fix
Use the full Aimeos distribution or Laravel package for easier integration
affects: >=2025.0.0
Upgrade
Version history
2025.10.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
40
Meta
1
OpenAI (training)
1
Resources
aimeos-aimeos-core — pip install aimeos-aimeos-core · libregistry