|
1 | 1 | # Packages |
2 | 2 |
|
3 | | -* `dotkernel/dot-dependency-injection` - Dependency injection component using class attributes. |
4 | | -* `dotkernel/dot-cache` - Cache component extending symfony-cache |
5 | | -* `dotkernel/dot-cli` - Component for creating console applications based on laminas-cli |
6 | | -* `dotkernel/dot-data-fixtures` - Provides a CLI interface for listing & executing doctrine data fixtures |
7 | | -* `dotkernel/dot-errorhandler` - Logging Error Handler for Middleware Applications |
8 | | -* `dotkernel/dot-mail` - Mail component based on laminas-mail |
9 | | -* `dotkernel/dot-response-header` - Middleware for setting custom response headers. |
10 | | -* `dotkernel/dot-router` - Dotkernel component to build complex routes, based on `mezzio/mezzio-fastroute` |
11 | | -* `laminas/laminas-authentication` - API for authentication and includes concrete authentication adapters for common use case scenarios |
12 | | -* `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration |
13 | | -* `laminas/laminas-config` - Provides a nested object property based user interface for accessing this configuration data within application code |
14 | | -* `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources |
15 | | -* `laminas/laminas-hydrator` - Serialize objects to arrays, and vice versa |
16 | | -* `laminas/laminas-inputfilter` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files |
17 | | -* `laminas/laminas-stdlib` - SPL extensions, array utilities, error handlers, and more |
18 | | -* `mezzio/mezzio` - PSR-15 Middleware Microframework |
19 | | -* `mezzio/mezzio-authentication-oauth2` - OAuth2 (server) authentication middleware for Mezzio and PSR-15 applications |
20 | | -* `mezzio/mezzio-authorization-acl` - laminas-permissions-acl adapter for mezzio-authorization |
21 | | -* `mezzio/mezzio-authorization-rbac` - mezzio authorization rbac adapter for laminas/laminas-permissions-rbac |
22 | | -* `mezzio/mezzio-cors` - CORS component for Mezzio and other PSR-15 middleware runners |
23 | | -* `mezzio/mezzio-fastroute` - FastRoute integration for Mezzio |
24 | | -* `mezzio/mezzio-hal` - Hypertext Application Language implementation for PHP and PSR-15 |
25 | | -* `mezzio/mezzio-problem-details` - Problem Details for PSR-15 HTTP APIs addressing the RFC 7807 standard |
26 | | -* `ramsey/uuid-doctrine` - Use ramsey/uuid as a Doctrine field type |
27 | | -* `roave/psr-container-doctrine` - Doctrine Factories for PSR-11 Containers |
28 | | -* `symfony/filesystem` - Provides basic utilities for the filesystem |
| 3 | +> Dotkernel API 6.x will have full Laminas Service Manager 4 support once all dependencies do support it. |
| 4 | +> |
| 5 | +> Once Laminas Service Manager 4 is fully supported, Dotkernel API 6.x will be installable on PHP 8.4 as well. |
| 6 | +
|
| 7 | +* `doctrine/dbal`:`^4.2` - Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. |
| 8 | +* `doctrine/orm`:`^3.4` - Object-Relational-Mapper for PHP |
| 9 | +* `dotkernel/dot-cache`:`^4.3` - Cache component extending symfony-cache |
| 10 | +* `dotkernel/dot-cli`:`^3.9` - Component for creating console applications based on laminas-cli |
| 11 | +* `dotkernel/dot-data-fixtures`:`^1.4` - Provides a CLI interface for listing & executing doctrine data fixtures |
| 12 | +* `dotkernel/dot-dependency-injection`:`^1.2` - Dependency injection component using class attributes. |
| 13 | +* `dotkernel/dot-errorhandler`:`^4.0` - Logging Error Handler for Middleware Applications |
| 14 | +* `dotkernel/dot-mail`:`^5.3` - Mail component based on laminas-mail |
| 15 | +* `dotkernel/dot-response-header`:`^3.5` - Middleware for setting custom response headers. |
| 16 | +* `dotkernel/dot-router`:`^1.0` - Dotkernel component to build complex routes, based on `mezzio/mezzio-fastroute` |
| 17 | +* `laminas/laminas-authentication`:`^2.18` - API for authentication and includes concrete authentication adapters for common use case scenarios |
| 18 | +* `laminas/laminas-component-installer`:`^3.5` - Composer plugin for injecting modules and configuration providers into application configuration |
| 19 | +* `laminas/laminas-config-aggregator`:`^1.18` - Lightweight library for collecting and merging configuration from different sources |
| 20 | +* `laminas/laminas-hydrator`:`^4.16` - Serialize objects to arrays, and vice versa |
| 21 | +* `laminas/laminas-inputfilter`:`^2.31` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files |
| 22 | +* `laminas/laminas-servicemanager`:`^3.23` - Factory-Driven Dependency Injection Container |
| 23 | +* `laminas/laminas-stdlib`:`^3.20` - SPL extensions, array utilities, error handlers, and more |
| 24 | +* `mezzio/mezzio`:`^3.20` - PSR-15 Middleware Microframework |
| 25 | +* `mezzio/mezzio-authentication-oauth2`:`^2.11` - OAuth2 (server) authentication middleware for Mezzio and PSR-15 applications |
| 26 | +* `mezzio/mezzio-authorization-acl`:`^1.11` - laminas-permissions-acl adapter for mezzio-authorization |
| 27 | +* `mezzio/mezzio-authorization-rbac`:`^1.8` - mezzio authorization rbac adapter for laminas/laminas-permissions-rbac |
| 28 | +* `mezzio/mezzio-cors`:`^1.13` - CORS component for Mezzio and other PSR-15 middleware runners |
| 29 | +* `mezzio/mezzio-fastroute`:`^3.12` - FastRoute integration for Mezzio |
| 30 | +* `mezzio/mezzio-hal`:`^2.10` - Hypertext Application Language implementation for PHP and PSR-15 |
| 31 | +* `mezzio/mezzio-helpers`:`^5.18` - Helper/Utility classes for Mezzio |
| 32 | +* `mezzio/mezzio-problem-details`:`^1.15` - Problem Details for PSR-15 HTTP APIs addressing the RFC 7807 standard |
| 33 | +* `ramsey/uuid`:`^4.5` - A PHP library for generating and working with universally unique identifiers (UUIDs). |
| 34 | +* `ramsey/uuid-doctrine`:`^2.1` - Use ramsey/uuid as a Doctrine field type |
| 35 | +* `roave/psr-container-doctrine`:`^5.2` - Doctrine Factories for PSR-11 Containers |
| 36 | +* `symfony/filesystem`:`^7.2` - Provides basic utilities for the filesystem |
| 37 | +* `zircote/swagger-php`:`^5.0` - Generate interactive documentation for your RESTful API using PHP attributes (preferred) or PHPDoc annotations |
0 commit comments