dflydev/apache-mime-types
Parse and query Apache mime.types mappings in PHP. Includes bundled Apache mime.types plus JSON representation. Use parser to read mime.types files, or repositories (PHP, JSON, flat) to look up MIME type by extension and extensions by type.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| jshttp/mime-db | 0.80 | Comprehensive database of MIME types and file extensions for Node.js. Provides up-to-date mappings sourced from multiple references, ideal for content-type detection, file upload handling, and HTTP header generation in servers, proxies, and tooling. | 1,247 | — | 287 | — | 24 | 24.4 | 17.4 | MIT | 1 year ago | |
| codemitte/common | 0.80 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| dontdrinkandroot/common | 0.79 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 51 | 0 | 1.8 | 23.7 | Apache-2.0 | 2 years ago | |
| darvinstudio/fileman | 0.79 | Laravel file manager integration for browsing, uploading, renaming and deleting files via a simple UI and API. Helps manage storage disks and media assets from within your app, with configurable paths, permissions and adapters for common filesystem backends. | 0 | 0 | 1 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| brandembassy/file-type-detector | 0.79 | Detect file type and MIME by filename extension or by inspecting binary/stream content. Returns category, format, and MIME on success (or false). Includes a helper to resolve MIME only. Install via composer: brandembassy/file-type-detector. | 2 | 2 | 0 | 9K | 0 | 20.8 | 52.0 | MIT | 4 months ago | |
| denisok94/helper | 0.79 | A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects. | 1 | 1 | 0 | 2 | 0 | 27.4 | 4.9 | BSD-3-Clause | 1 week ago | |
| yansongda/supports | 0.79 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| kekos/multipart-form-data-parser | 0.78 | Parse multipart/form-data bodies in PHP, including raw HTTP input. Useful for handling file uploads and form fields when your environment doesn’t populate $_FILES/$_POST (e.g., non-standard servers, PUT/PATCH requests). | 1 | 1 | 1 | 12K | 0 | 0.0 | 51.9 | — | — | |
| tomatophp/filament-types | 0.78 | Filament Types Manager lets you define and manage reusable “types” in your Laravel app database. Includes a ready-to-use Filament resource with filtering, icons, colors, and labels, plus a simple plugin config to register type groups for your models. | 58 | 57 | 2 | 766 | 0 | 15.0 | 17.0 | MIT | 9 months ago | |
| bengor-file/file | 0.77 | Lightweight PHP file management library built with Domain-Driven Design. Provides common operations like upload (default or by hash), overwrite, remove, and rename, with a tested, documented codebase and flexible storage integration. | 2 | 2 | 1 | 25 | 0 | 3.3 | 13.4 | MIT | 8 years ago | |
| james-heinrich/getid3 | 0.77 | PHP library for reading and parsing audio/video file metadata. Extracts tags (ID3, APE, Lyrics3) and technical info from many formats including MP3, AAC/MP4, FLAC, Ogg (Vorbis/Opus), WAV/AIFF, AVI/ASF, MKV, and more. | 1,236 | 1,254 | 252 | 461K | 36 | 44.3 | 51.9 | NOASSERTION | 4 months ago | |
| symfony/mime | 0.76 | Symfony MIME component for creating and parsing MIME messages: build emails with headers, text/HTML bodies, attachments, and multipart structures. Integrates with Symfony Mailer and standalone PHP apps; includes tools for encoding and content types. | 2,829 | 2,844 | 38 | 15M | 0 | 47.5 | 59.4 | MIT | 1 month ago | |
| bengor/file-bundle | 0.76 | — | 0 | 0 | 2 | 0 | 2 | 4.4 | — | MIT | 7 years ago | |
| phpcr/phpcr-shell | 0.76 | Command-line shell for PHPCR repositories. Build and run as a PHAR for easy distribution, and use it to connect to a PHP Content Repository, browse nodes, and execute repository commands. Documentation available on Read the Docs. | 72 | 72 | 19 | 19K | 30 | 30.2 | 48.9 | MIT | 3 months ago | |
| asoc/dadatata | 0.76 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| prettus/l5-repository | 0.76 | Repository pattern implementation for Laravel that abstracts the data layer with base repositories, criteria/query filters, presenters/transformers, caching, validators, and Artisan generators. Helps keep controllers thin and makes apps easier to maintain and test. | 4,200 | 4,271 | 882 | 183K | 233 | 82.5 | 54.3 | MIT | 1 month ago | |
| yiisoft/files | 0.76 | Yii Files is a PHP 8+ utility package with FileHelper methods for common filesystem tasks: ensure/create directories with permissions, remove or clear directories, filter files via path matching, and other file and directory management helpers. | 37 | 37 | 18 | 48K | 3 | 10.1 | 47.7 | BSD-3-Clause | 7 months ago | |
| artesaos/warehouse | 0.76 | Warehouse V2 is a Laravel repository-pattern demo/package that centralizes queries and business rules while still returning Eloquent models and Collections. Use it as a ready-to-use repository layer without giving up Eloquent’s practicality. | 85 | 87 | 13 | 9 | 4 | 1.4 | 1.0 | MIT | 9 years ago | |
| anglemx/php-utilities | 0.75 | — | 0 | 0 | 0 | 204 | 0 | 1.2 | 31.9 | MIT | 3 years ago | |
| phpcq/repository-definition | 0.75 | Repository definition package for the PHPCQ (PHP Code Quality) project, used to automate and configure code quality checks in CI pipelines. Part of the phpcq.org ecosystem built around tools like PHP_CodeSniffer and PHPMD. | 0 | 0 | 0 | 69 | 0 | 0.0 | 25.5 | MIT | — |
How can I help you explore Laravel packages today?