php.package.health
composer.json
.Package | Status | |
---|---|---|
laminas/laminas-auradi-config | PSR-11 Aura.DI container configurator for Laminas and Mezzio applications | |
laminas/laminas-authentication | provides an API for authentication and includes concrete authentication adapters for common use case scenarios | |
laminas/laminas-barcode | Programmatically create and render barcodes as images or in PDFs | |
laminas/laminas-cache | Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output | |
laminas/laminas-cache-storage-adapter-apc | Laminas cache adapter | |
laminas/laminas-cache-storage-adapter-apcu | Laminas cache adapter for apcu | |
laminas/laminas-cache-storage-adapter-benchmark | Generic component to provide benchmarking capabilities to the various storage adapter | |
laminas/laminas-cache-storage-adapter-blackhole | Laminas cache adapter for blackhole | |
laminas/laminas-cache-storage-adapter-dba | Laminas cache adapter for dba | |
laminas/laminas-cache-storage-adapter-ext-mongodb | Laminas cache adapter for ext-mongodb | |
laminas/laminas-cache-storage-adapter-filesystem | Laminas cache adapter for filesystem | |
laminas/laminas-cache-storage-adapter-memcache | Laminas cache adapter for memcache | |
laminas/laminas-cache-storage-adapter-memcached | Laminas cache adapter for memcached | |
laminas/laminas-cache-storage-adapter-memory | Laminas cache adapter for memory | |
laminas/laminas-cache-storage-adapter-mongodb | Laminas cache adapter for mongodb | |
laminas/laminas-cache-storage-adapter-redis | Laminas cache adapter for redis | |
laminas/laminas-cache-storage-adapter-session | Laminas cache adapter for session | |
laminas/laminas-cache-storage-adapter-test | Laminas cache storage adapter shared test dependency | |
laminas/laminas-cache-storage-adapter-wincache | Laminas cache adapter for wincache | |
laminas/laminas-cache-storage-adapter-xcache | Laminas cache adapter for xcache | |
laminas/laminas-cache-storage-adapter-zend-server | Laminas cache adapter for zend-server | |
laminas/laminas-cache-storage-deprecated-factory | Temporary storage adapter factory for fluent migration to laminas-cache v3 when working with laminas components which depend on laminas-cache | |
laminas/laminas-captcha | Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more | |
laminas/laminas-cli | Command-line interface for Laminas projects | |
laminas/laminas-code | Extensions to the PHP Reflection API, static code scanning, and code generation | |
laminas/laminas-coding-standard | Laminas Coding Standard | |
laminas/laminas-component-installer | Composer plugin for injecting modules and configuration providers into application configuration | |
laminas/laminas-composer-autoloading | Sets up Composer-based autoloading for your Laminas modules | |
laminas/laminas-config | provides a nested object property based user interface for accessing this configuration data within application code | |
laminas/laminas-config-aggregator | Lightweight library for collecting and merging configuration from different sources | |
laminas/laminas-config-aggregator-modulemanager | Consume laminas-mvc modules as configuration providers within laminas-config-aggregator. | |
laminas/laminas-config-aggregator-parameters | PostProcessor extension for laminas/laminas-config-aggregator to allow usage of templated parameters within your configuration | |
laminas/laminas-console | Build console applications using getopt syntax or routing, complete with prompts | |
laminas/laminas-container-config-test | Mezzio PSR-11 container configuration tests | |
laminas/laminas-crypt | Strong cryptography tools and password hashing | |
laminas/laminas-db | Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations | |
laminas/laminas-dependency-plugin | Replace zendframework and zfcampus packages with their Laminas Project equivalents. | |
laminas/laminas-developer-tools | Module for developer and debug tools for use with laminas-mvc applications. | |
laminas/laminas-development-mode | Laminas development mode script | |
laminas/laminas-di | Automated dependency injection for PSR-11 containers | |
laminas/laminas-diactoros | PSR HTTP Message implementations | |
laminas/laminas-diagnostics | A set of components for performing diagnostic tests in PHP applications | |
laminas/laminas-dom | provides tools for working with DOM documents and structures | |
laminas/laminas-escaper | Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs | |
laminas/laminas-eventmanager | Trigger and listen to events within a PHP application | |
laminas/laminas-feed | provides functionality for creating and consuming RSS and Atom feeds | |
laminas/laminas-file | Locate PHP classfiles | |
laminas/laminas-filter | Programmatically filter and normalize data and files | |
laminas/laminas-form | Validate and display simple and complex forms, casting forms to business objects and vice versa | |
laminas/laminas-http | Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests | |
laminas/laminas-httphandlerrunner | Execute PSR-15 RequestHandlerInterface instances and emit responses they generate. | |
laminas/laminas-hydrator | Serialize objects to arrays, and vice versa | |
laminas/laminas-i18n | Provide translations for your application, and filter and validate internationalized values | |
laminas/laminas-i18n-phone-number | Validate and format international phone numbers | |
laminas/laminas-i18n-resources | Provides validator and captcha translations for laminas-i18n's Translator | |
laminas/laminas-inputfilter | Normalize and validate input sets from the web, APIs, the CLI, and more, including files | |
laminas/laminas-json | provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP | |
laminas/laminas-json-server | Laminas Json-Server is a JSON-RPC server implementation. | |
laminas/laminas-ldap | Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory | |
laminas/laminas-loader | Autoloading and plugin loading strategies | |
laminas/laminas-log | Robust, composite logger with filtering, formatting, and PSR-3 support | |
laminas/laminas-mail | Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages | |
laminas/laminas-math | Create cryptographically secure pseudo-random numbers, and manage big integers | |
laminas/laminas-memory | Manage data in an environment with limited memory | |
laminas/laminas-migration | Migrate a Zend Framework project or third-party library to target Laminas/Expressive/Apigility | |
laminas/laminas-mime | Create and parse MIME messages and parts | |
laminas/laminas-modulemanager | Modular application system for laminas-mvc applications | |
laminas/laminas-mvc | Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins | |
laminas/laminas-mvc-console | Integration between laminas-mvc and laminas-console | |
laminas/laminas-mvc-form | Metapackage with all requirements needed to use laminas-form with laminas-mvc. | |
laminas/laminas-mvc-i18n | Integration between laminas-mvc and laminas-i18n | |
laminas/laminas-mvc-middleware | Dispatch middleware pipelines in place of controllers in laminas-mvc. | |
laminas/laminas-mvc-plugin-fileprg | Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers | |
laminas/laminas-mvc-plugin-flashmessenger | Plugin for creating and exposing flash messages via laminas-mvc controllers | |
laminas/laminas-mvc-plugin-identity | Plugin for retrieving the current authenticated identity within laminas-mvc controllers | |
laminas/laminas-mvc-plugin-prg | Post/Redirect/Get plugin for laminas-mvc controllers | |
laminas/laminas-mvc-plugins | Collection of all stable laminas-mvc plugins served via separate packages. | |
laminas/laminas-mvc-skeleton | Laminas MVC Skeleton Application | |
laminas/laminas-navigation | Manage trees of pointers to web pages in order to build navigation systems | |
laminas/laminas-oauth | ||
laminas/laminas-paginator | Paginate collections of data from arbitrary sources | |
laminas/laminas-paginator-adapter-laminasdb | laminas-db adapters for laminas-paginator | |
laminas/laminas-permissions-acl | Provides a lightweight and flexible access control list (ACL) implementation for privileges management | |
laminas/laminas-permissions-rbac | Provides a role-based access control management | |
laminas/laminas-pimple-config | PSR-11 Pimple container configurator for Laminas and Mezzio applications | |
laminas/laminas-progressbar | Create and update progress bars in different environments | |
laminas/laminas-psr7bridge | Bidirectional conversions between PSR-7 and laminas-http messages | |
laminas/laminas-recaptcha | OOP wrapper for the ReCaptcha web service | |
laminas/laminas-router | Flexible routing system for HTTP and console applications | |
laminas/laminas-serializer | Serialize and deserialize PHP structures to a variety of representations | |
laminas/laminas-server | Create Reflection-based RPC servers | |
laminas/laminas-servicemanager | Factory-Driven Dependency Injection Container | |
laminas/laminas-servicemanager-di | laminas-di integration for laminas-servicemanager | |
laminas/laminas-servicemanager-inspector | ServiceManager configuration analysis tool | |
laminas/laminas-servicemanager-migration | Migrate your code to laminas-servicemanager 4.x compatibility utilizing Rector rules. | |
laminas/laminas-session | Object-oriented interface to PHP sessions and storage | |
laminas/laminas-skeleton-installer | Installer plugin for Laminas skeleton application | |
laminas/laminas-soap | ||
laminas/laminas-stdlib | SPL extensions, array utilities, error handlers, and more | |
laminas/laminas-stratigility | PSR-7 middleware foundation for building and dispatching middleware pipelines | |
laminas/laminas-tag | Manipulate and weight taggable items, and create tag clouds | |
laminas/laminas-test | Tools to facilitate integration testing of laminas-mvc applications | |
laminas/laminas-text | Create FIGlets and text-based tables | |
laminas/laminas-translator | Interfaces for the Translator component of laminas-i18n | |
laminas/laminas-twitter | OOP wrapper for the Twitter web service | |
laminas/laminas-uri | A component that aids in manipulating and validating ยป Uniform Resource Identifiers (URIs) | |
laminas/laminas-validator | Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria | |
laminas/laminas-view | Flexible view layer supporting and providing multiple view layers, helpers, and more | |
laminas/laminas-xml | Utility library for XML usage, best practices, and security in PHP | |
laminas/laminas-xml2json | Provides functionality for converting XML to JSON, optionally including XML attributes | |
laminas/laminas-xmlrpc | Fully-featured XML-RPC server and client implementations | |
laminas/laminas-zendframework-bridge | Alias legacy ZF class names to Laminas Project equivalents. |