Components

Name Description Version
Laminas\Authentication provides an API for authentication and includes concrete authentication adapters for common use case scenarios 2.7.0
Laminas\Barcode Programmatically create and render barcodes as images or in PDFs 2.8.2
Laminas\Cache Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output 2.9.0
Laminas\Captcha Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more 2.9.0
Laminas\Code Extensions to the PHP Reflection API, static code scanning, and code generation 3.4.1
Laminas\Config provides a nested object property based user interface for accessing this configuration data within application code 3.3.0
Laminas\Console Build console applications using getopt syntax or routing, complete with prompts 2.8.0
Laminas\Crypt Strong cryptography tools and password hashing 3.3.1
Laminas\Db Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations 2.11.3
Laminas\Dom provides tools for working with DOM documents and structures 2.7.2
Laminas\Escaper Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs 2.6.1
Laminas\EventManager Trigger and listen to events within a PHP application 3.2.1
Laminas\Filter Programmatically filter and normalize data and files 2.9.4
Laminas\Form Validate and display simple and complex forms, casting forms to business objects and vice versa 2.14.5
Laminas\Http Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests 2.11.2
Laminas\Hydrator Serialize objects to arrays, and vice versa 3.0.2
Laminas\InputFilter Normalize and validate input sets from the web, APIs, the CLI, and more, including files 2.10.1
Laminas\I18n Provide translations for your application, and filter and validate internationalized values 2.10.3
Laminas\Json provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP 3.1.2
Laminas\Log Robust, composite logger with filtering, formatting, and PSR-3 support 2.12.0
Laminas\Mail Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages 2.10.0
Laminas\Math Create cryptographically secure pseudo-random numbers, and manage big integers 3.2.0
Laminas\ModuleManager Modular application system for laminas-mvc applications 2.8.4
Laminas\Mvc Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins 3.1.1
Laminas\Mvc\Console Integration between laminas-mvc and laminas-console 1.2.0
Laminas\Mvc\I18n Integration between laminas-mvc and laminas-i18n 1.1.1
Laminas\Mvc\Plugin\FilePrg Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers 1.1.0
Laminas\Mvc\Plugin\FlashMessenger Plugin for creating and exposing flash messages via laminas-mvc controllers 1.2.0
Laminas\Mvc\Plugin\Identity Plugin for retrieving the current authenticated identity within laminas-mvc controllers 1.1.1
Laminas\Mvc\Plugin\Prg Post/Redirect/Get plugin for laminas-mvc controllers 1.2.0
Laminas\Navigation Manage trees of pointers to web pages in order to build navigation systems 2.9.1
Laminas\Paginator Paginate collections of data from arbitrary sources 2.8.2
Laminas\Permissions\Acl Provides a lightweight and flexible access control list (ACL) implementation for privileges management 2.7.1
Laminas\Permissions\Rbac Provides a role-based access control management 3.0.2
Laminas\Router Flexible routing system for HTTP and console applications 3.3.2
Laminas\Serializer Serialize and deserialize PHP structures to a variety of representations 2.9.1
Laminas\ServiceManager Factory-Driven Dependency Injection Container 3.4.0
Laminas\Session Object-oriented interface to PHP sessions and storage 2.9.3
Laminas\Soap 2.8.0
Laminas\Stdlib SPL extensions, array utilities, error handlers, and more 3.2.1
Laminas\Test Tools to facilitate unit testing of laminas-mvc applications 3.4.1
Laminas\Uri A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs) 2.7.1
Laminas\Validator Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria 2.13.4
Laminas\View Flexible view layer supporting and providing multiple view layers, helpers, and more 2.11.4
Laminas\XmlRpc Fully-featured XML-RPC server and client implementations 2.9.0
Top