Libraries tagged by map tile
codehouse/payment-invoice-mapper
16 Downloads
Payment-invoice mapper. The component maps incoming invoices with provided payments from file.
aram-zahedi/google-distance-matrix
318 Downloads
Google distance matrix API - Estimate travel time and distance for multiple origins and destinations.
timeswitch/filament-translatable-enum
9 Downloads
Maps enum values to localized strings.
mappy/mappy
7 Downloads
Real Time Maps
toweringmedia/module-store-pickup
0 Downloads
One checkout flow for both fulfillment modes: Pickup + Delivery, with date + time slot/window selection. Availability is always real: location-based hours, blackout dates, cutoff times, and lead-time rules drive what customers can pick. Delivery includes service-area validation plus distance-based fees (Google Maps support + fallback distance calculation). Flexible delivery pricing: flat rate, per-km, or tiered distance bands. One operations layer for office + kitchen + drivers: every order becomes a trackable fulfillment task. One status lifecycle from order creation to ready / out for delivery / completed, with rescheduling tools when plans change. Built for multi-location businesses that need schedule accuracy, operational control, and clean execution.
salman053/project-canvas
6 Downloads
An immersive 3D visualization tool for Laravel applications that maps architecture, dependencies, and test coverage in real-time.
magedevgroup/module-typesense-instant-search
0 Downloads
Storefront instant, typo-tolerant search-as-you-type for Magento 2. Replaces the stock autocomplete in place via a RequireJS map override — no Hyvä/Alpine/React dependency, works on stock Luma. Proxy mode keeps Typesense private (default); direct mode queries it from the browser with a derived scoped search-only key. Free and uncapped.
genai/validation
115 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.
genai/dto
114 Downloads
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.
genai/console
0 Downloads
CLI layer (the twin of genai/web): a #[Command] attribute, a build-time CommandProcessor that compiles commands.php, and a PHP 5.3-safe Console runner that maps $argv to a command bean. Shares the same compiled container as the web front.
symfony/asset-mapper
10941610 Downloads
Maps directories of assets & makes them available in a public directory with versioned filenames.
janczakb/filament-flex-fields
22463 Downloads
Filament v5 form fields plugin for Laravel — 79 components, virtualized Select with async search, Spatie Media Library & disk/S3 uploads, JSON custom fields without EAV, surveys, maps, signatures, lazy CSS/JS, Playground.
white-rabbit-1-sketch/php-file-hash-map
6001 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
skyzyx/mimetypes
208008 Downloads
Creates a JSON document containing a thorough list of file extensions => mime types as provided by the Apache httpd project.
fusonic/csv-reader
95817 Downloads
Map data from CSV files to typed PHP models.