aimeos/map
High-performance e-commerce framework for Laravel/Lumen (and other PHP apps). Provides products, catalog, basket, checkout, customers, orders and admin UI. Extensible via plugins, supports multiple shops/sites, currencies and languages, and scales well.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cocur/vale | 0.82 | cocur/vale is a lightweight PHP value validation library. Define reusable rules to validate strings, numbers, arrays, and objects, and get clear, consistent results without pulling in a full framework—handy for DTOs, APIs, and input sanitization. | 14 | 14 | 1 | 3K | 0 | 0.7 | 31.9 | MIT | 11 years ago | |
| endroid/quality | 0.82 | Quality-related helper package by Endroid for PHP/Laravel apps, providing small utilities for enforcing or improving code/data quality in your project. Suitable as a lightweight dependency when you need simple quality checks or supporting components. | 3 | 3 | 1 | 123 | 0 | 0.0 | 20.7 | — | — | |
| symplify/easy-parallel | 0.81 | Run PHP tasks in parallel with a simple API. Easy Parallel helps speed up builds and code analysis by distributing work across multiple processes, while keeping output manageable and integration straightforward in existing Symplify and custom tooling. | 13 | 12 | 5 | 27K | 1 | 0.3 | 45.2 | MIT | — | |
| danog/class-finder | 0.80 | Fast PHP class discovery utility. Scan directories/files and find classes, interfaces, and traits without manually maintaining lists. Useful for autoload-based plugins, reflection tooling, and package indexing, with a simple API and minimal setup. | 12 | 12 | 4 | 8K | 0 | 0.2 | 38.9 | MIT | — | |
| spatie/piper | 0.80 | Pipe-operator-first PHP utility library for array and string manipulation. Piper ports many Laravel Collection and Str helpers to standalone functions that work with primitives, so you can compose readable pipelines for filtering, mapping, joining, and more. | 56 | 54 | 2 | 684 | 0 | 19.5 | 17.9 | MIT | 1 month ago | |
| aimeos/upscheme | 0.79 | Database migration and schema management for Laravel, using a simple, high-level PHP DSL. Create, modify, and version tables and indexes with up/down steps, auto rollbacks, and environment-aware execution. Works standalone or with Laravel apps. | 2,709 | 2,703 | 5 | 4K | 2 | 14.1 | 5.2 | LGPL-3.0 | — | |
| aimeos/aimeos-core | 0.79 | High-performance e-commerce core for Aimeos, providing the product catalog, pricing, customers, orders, and checkout logic. Framework-agnostic PHP with Laravel integration, extensible via plugins, optimized for large catalogs and multi-site, multi-language shops. | 4,519 | 4,514 | 128 | 5K | 5 | 28.0 | 6.0 | NOASSERTION | — | |
| laragraph/utils | 0.79 | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 22 | 22 | 8 | 562K | 0 | 17.6 | 61.3 | MIT | 4 months ago | |
| phootwork/collection | 0.77 | phootwork/collection is a lightweight PHP collection library providing convenient data structures and fluent helpers to work with arrays and iterables. Includes common operations like map/filter/reduce, searching, sorting, and easy conversion between collection types. | 39 | 40 | 4 | 1M | 0 | 8.1 | 55.3 | MIT | 1 year ago | |
| austral/list-bundle | 0.76 | — | 0 | 0 | 0 | 21 | 0 | 1.2 | 18.5 | MIT | 1 year ago | |
| spatie/once | 0.76 | A tiny PHP helper to run code only once per request. Cache expensive computations or object initialization in a single spot, keyed automatically by the call site. Great for computed properties, accessors, and avoiding duplicate work. | 1,438 | 1,447 | 61 | 241K | 0 | 21.9 | 32.7 | MIT | 7 months ago | |
| apimatic/jsonmapper | 0.74 | apimatic/jsonmapper is a lightweight PHP JSON-to-object mapper for converting API responses into typed models. It maps arrays/JSON to class properties with minimal setup, supports nested structures, and helps keep data hydration consistent across your application. | 24 | 26 | 7 | 365K | 7 | 16.0 | 59.8 | OSL-3.0 | 8 months ago | |
| sofa/eloquence-mappable | 0.73 | — | 51 | 51 | 38 | 7K | 3 | 4.3 | 30.2 | MIT | 5 years ago | |
| netresearch/jsonmapper | 0.73 | Map JSON to strongly-typed PHP objects with JSONMapper. Hydrate class properties from stdClass/arrays, support nested objects and collections, docblock/type-hint based mapping, and optional strict checking for missing or invalid fields. | 1,577 | 1,601 | 188 | 2M | 2 | 13.9 | 43.0 | OSL-3.0 | — | |
| event-engine/php-engine-utils | 0.73 | Utilities for Event Engine in PHP: helper classes and shared tooling to simplify building and running Event Engine-based applications. Includes common infrastructure utilities and convenience functions to reduce boilerplate in your event-driven domain code. | 6 | 6 | 3 | 7K | 0 | 2.5 | 41.0 | MIT | 3 years ago | |
| boshurik/mapper | 0.72 | Lightweight Laravel/PHP object mapper for converting between arrays and DTOs/entities. Helps map input data to typed objects and back with minimal boilerplate, supporting custom mapping rules and nested structures for clean data transformations. | 2 | 2 | 0 | 9 | 0 | 1.2 | 8.3 | — | 5 years ago | |
| voku/arrayy | 0.72 | — | 488 | 491 | 33 | 61K | 1 | 4.2 | 31.2 | MIT | — | |
| symfony/object-mapper | 0.72 | Symfony Object Mapper component maps data from one object to another using PHP attributes. Simplifies DTO/entity transformations, supports configurable mapping rules, and integrates with the Symfony ecosystem. Documentation and contributions are handled in the main Symfony repository. | 36 | 36 | 2 | 209K | 0 | 29.9 | 60.8 | MIT | 3 weeks ago | |
| cmath10/mapper | 0.71 | A lightweight Laravel/PHP mapping utility to transform data between arrays and objects using configurable field mappings. Helps normalize payloads, rename keys, cast values, and build DTO-style structures with minimal boilerplate. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| boshurik/mapper-bundle | 0.70 | — | 1 | 1 | 0 | 18 | 0 | 9.3 | 14.4 | — | 9 months ago |
How can I help you explore Laravel packages today?