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 | 32.1 | 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 | 170 | 0 | 0.0 | 22.6 | — | — | |
| 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. | 13 | 12 | 4 | 2K | 0 | 0.2 | 30.6 | 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 | 56 | 2 | 447 | 0 | 18.3 | 18.0 | MIT | 3 months ago | |
| illuminate/conditionable | 0.80 | Add fluent, chainable conditional logic to Laravel objects. The Conditionable trait provides when/unless helpers to apply callbacks only when conditions are met, keeping pipelines and builders clean and readable without scattered if/else blocks. | 91 | 92 | 4 | 3M | 0 | 0.6 | 55.3 | MIT | — | |
| 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,726 | 2,713 | 5 | 6K | 2 | 14.2 | 6.8 | 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,525 | 4,525 | 128 | 4K | 5 | 28.0 | 5.6 | 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 | 674K | 0 | 15.5 | 60.3 | MIT | 6 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 | |
| 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,446 | 1,451 | 62 | 247K | 0 | 19.8 | 32.2 | MIT | 9 months ago | |
| voku/arrayy | 0.72 | — | 489 | 491 | 33 | 68K | 1 | 3.8 | 30.3 | MIT | — | |
| 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 | 5 | 0 | 7.4 | 7.7 | — | 11 months ago | |
| sofa/eloquence-mappable | 0.70 | — | 51 | 51 | 38 | 7K | 3 | 4.3 | 29.7 | MIT | 5 years ago | |
| dotswan/filament-map-picker | 0.70 | Filament v3 map picker field with OpenStreetMap integration. Let users select a location and get real-time coordinates when the marker moves. Customize controls and marker styling, with optional GeoMan tools for drawing and editing shapes. | 132 | 129 | 40 | 26K | 12 | 28.7 | 39.7 | MIT | 4 months ago | |
| softcreatr/jsonpath | 0.69 | Evaluate and query JSON with JSONPath in PHP. softcreatr/jsonpath lets you select, filter, and extract data from arrays/objects using familiar JSONPath expressions, making it easy to navigate complex nested structures for APIs, configs, and fixtures. | 166 | 167 | 32 | 893K | 0 | 17.2 | 55.2 | NOASSERTION | 7 months ago | |
| boshurik/mapper | 0.69 | 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 | 16 | 0 | 1.2 | 11.1 | — | 5 years ago | |
| axy/sourcemap | 0.69 | PHP library to create, load, search, and modify Source Map files. Supports renaming/removing sources, adjusting mappings, handling insert/remove blocks, concatenating maps for concatenated outputs, and merging intermediate maps. Works with maps only, not source/output code. | 25 | 25 | 8 | 12K | 1 | 0.5 | 36.9 | MIT | — | |
| symfony/object-mapper | 0.69 | 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 | 252K | 0 | 31.2 | 61.9 | MIT | 4 weeks ago |
How can I help you explore Laravel packages today?