laminas/laminas-loader
Abandoned Laminas component that provided autoloading and plugin loading utilities for PHP applications. No further development is planned; check Laminas TSC minutes for details and consider migrating to supported alternatives.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laminas/laminas-server | 0.91 | Laminas Server provides server-side components for building web service APIs in PHP, including SOAP and JSON-RPC. Define services, handle requests, and generate responses with flexible dispatching and integration options for legacy and modern applications. | 24 | 24 | 19 | 634K | 3 | 16.4 | 61.9 | BSD-3-Clause | 6 months ago | |
| laminas/laminas-db | 0.91 | Database abstraction and SQL builder for PHP. Provides adapters, connection management, query/statement execution, metadata and schema tools, result sets, and a fluent API for composing SQL across multiple database platforms. | 142 | 142 | 83 | 318K | 19 | 33.9 | 66.8 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-serializer | 0.89 | Laminas Serializer provides a flexible way to serialize and unserialize PHP data using multiple adapters (e.g., PHP serialize, JSON, Base64). Includes configuration options, adapter plugins, and error handling for safe, consistent data transformation. | 36 | 36 | 22 | 104K | 1 | 21.3 | 56.7 | BSD-3-Clause | 3 months ago | |
| laminas/laminas-uri | 0.88 | Laminas URI provides a robust, standards-aware way to parse, validate, build, and manipulate URIs/URLs in PHP. It handles components like scheme, host, port, path, query, and fragment, with helpers for normalization and safe encoding. | 38 | 39 | 14 | 841K | 0 | 11.4 | 59.2 | BSD-3-Clause | 8 months ago | |
| laminas/laminas-diagnostics | 0.86 | Run health checks for your PHP/Laminas apps and environments. laminas-diagnostics provides diagnostic tests and reporting for common issues, with an extensible API for custom checks and CI-friendly output. | 85 | 85 | 32 | 112K | 3 | 23.0 | 52.8 | BSD-3-Clause | 5 months ago | |
| laminas/laminas-component-installer | 0.86 | Composer plugin for Laminas and Mezzio apps that automates discovery, installation, and configuration of components/modules. Updates application config during composer install/update to enable packages with minimal manual setup. | 29 | 30 | 11 | 88K | 6 | 26.7 | 57.6 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-cache-storage-adapter-memory | 0.86 | In-memory cache storage adapter for Laminas Cache. Provides a simple, fast, non-persistent cache for the current PHP process, useful for testing, prototyping, or per-request caching without external services. | 4 | 4 | 12 | 70K | 1 | 16.2 | 61.2 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-session | 0.85 | Session-based cache storage adapter for Laminas Cache. Stores cached items in PHP sessions, useful for per-user caching and small transient data. Integrates with Laminas\Cache\Storage; suitable for apps already relying on session state. | 4 | 4 | 4 | 17K | 1 | 3.4 | 50.2 | BSD-3-Clause | 2 years ago | |
| alphalemon/alphalemon-bootstrap-bundle | 0.85 | — | 3 | 3 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.85 | Filesystem storage adapter for laminas-cache. Provides a cache backend that persists items on disk with configurable options and integration with Laminas Cache storage interfaces, suitable for local or shared filesystem caching. | 7 | 7 | 16 | 90K | 4 | 18.2 | 62.5 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-apcu | 0.85 | — | 3 | 3 | 7 | 28K | 1 | 17.1 | 59.4 | BSD-3-Clause | 4 months ago | |
| symfony/class-loader | 0.85 | Legacy Symfony component providing class loading utilities, including a PSR-4/PSR-0 compatible ClassLoader and related helpers. Used to register autoloaders and find classes in older Symfony/PHP projects; largely superseded by Composer autoloading. | 1,085 | 1,104 | 43 | 129K | 0 | 4.9 | 20.3 | MIT | 5 years ago | |
| bigoen/redis-bundle | 0.85 | — | 5 | 5 | 0 | 11 | 0 | 3.0 | 6.3 | MIT | 2 years ago | |
| automattic/jetpack-autoloader | 0.84 | Composer autoloader drop-in for WordPress and PHP projects that avoids class conflicts across bundled plugins/themes. Provides a custom autoloader to isolate vendor libraries, improve compatibility, and reduce “cannot redeclare class” errors in complex installs. | 53 | 57 | 9 | 210K | 0 | 0.8 | 49.6 | NOASSERTION | 5 years ago | |
| ekapusta/doctrine-custom-types-bundle | 0.84 | — | 0 | 1 | 1 | 597 | 0 | 13.6 | 42.3 | — | 6 months ago | |
| laminas/laminas-stdlib | 0.84 | Utility components for PHP from the Laminas project: data structures, array and string helpers, hydrators, validators, option objects, and more. A shared toolbox used across Laminas and usable standalone in any PHP application. | 240 | 238 | 44 | 2M | 8 | 17.9 | 59.7 | BSD-3-Clause | 9 months ago | |
| b2pweb/bdf-util | 0.83 | Utilities for working with BDF (Binary Data Format) files in PHP/Laravel. Includes helpers to read, write, parse, and validate BDF data plus common convenience functions for import/export workflows and integration into your application. | 0 | 0 | 0 | 851 | 0 | 0.0 | 40.5 | MIT | — | |
| becklyn/mimeo | 0.83 | — | 1 | 1 | 0 | 178 | 0 | 1.2 | 27.0 | BSD-3-Clause | 4 years ago | |
| laminas/laminas-code | 0.83 | Generate, analyze, and manipulate PHP code with Laminas Code. Provides reflection utilities, code generators, docblock parsing, and class/file generation helpers for building frameworks, tooling, and meta-programming workflows. | 1,904 | 1,914 | 87 | 4M | 21 | 32.4 | 55.6 | BSD-3-Clause | 9 months ago | |
| lorisleiva/lody | 0.83 | Lody loads files or PHP classes from one or more paths as a Laravel LazyCollection. Discover classes via PSR-4 resolution, then filter (e.g., non-abstract, instance of) and iterate to register or process them. Configurable path and classname resolving. | 95 | 95 | 8 | 488K | 0 | 15.3 | 56.8 | MIT | 4 months ago |
How can I help you explore Laravel packages today?