Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 34 additions & 24 deletions docs/book/v7/introduction/packages.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,37 @@
# Packages

* `dotkernel/dot-cache`:`^4.3` - Provides caching based on `symfony/cache`
* `dotkernel/dot-cli`:`^3.9` - Build console applications based on `laminas-cli`
* `dotkernel/dot-data-fixtures`:`^1.4` - Provides a CLI interface for listing & executing doctrine data fixtures
* `dotkernel/dot-dependency-injection`:`^1.2` - Dependency injection component using class attributes
* `doctrine/dbal`:`^4.4` - Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
* `doctrine/orm`:`^3.6` - Object-Relational-Mapper for PHP
* `dotkernel/dot-authorization`:`^3.8` - Authorization base package defining interfaces for authorization services to be used with Dotkernel applications
* `dotkernel/dot-cache`:`^4.4` - Cache component extending symfony-cache
* `dotkernel/dot-cli`:`^3.10` - Component for creating console applications based on laminas-cli
* `dotkernel/dot-controller`:`^3.6` - Provides base classes for action based controllers similar to Laminas controller component
* `dotkernel/dot-data-fixtures`:`^1.5` - Provides a CLI interface for listing & executing doctrine data fixtures
* `dotkernel/dot-dependency-injection`:`^1.3` - Dependency injection component using class attributes
* `dotkernel/dot-errorhandler`:`^4.0` - Logging Error Handler for Middleware Applications
* `dotkernel/dot-flashmessenger`:`^3.6` - Provides session messages between redirects
* `dotkernel/dot-geoip`:`^3.9` - Retrieve information about an IP address based on `maxmind/GeoIP2-php`
* `dotkernel/dot-helpers`:`^3.8` - Helper/Utility classes based on `mezzio/mezzio-helpers`
* `dotkernel/dot-mail`:`^5.1` - Mail component based on Symfony Mailer
* `dotkernel/dot-navigation`:`^3.5` - Allows you to easily define and parse menus inside templates, configuration based approach
* `dotkernel/dot-rbac-guard`:`^3.6` - Defines authorization guards that authorize users for accessing certain parts of an application based on various criteria
* `dotkernel/dot-router`:`^1.0` - Dotkernel component to build complex routes, based on `mezzio/mezzio-fastroute`
* `dotkernel/dot-session`:`^5.7` - Dotkernel session component extending and customizing `laminas/laminas-session`
* `dotkernel/dot-twigrenderer`:`^3.6` - Dotkernel component providing twig extensions and customizations
* `friendsofphp/proxy-manager-lts`:`^1.0` - Fork of `ocramius/proxy-manager`
* `laminas/laminas-component-installer`:`^3.5` - Composer plugin for injecting modules and configuration providers into application configuration
* `laminas/laminas-config-aggregator`:`^1.18` - Lightweight library for collecting and merging configuration from different sources
* `mezzio/mezzio`:`^3.21` - PSR-15 Middleware Microframework
* `mezzio-authentication-oauth2`:`^2.11` - Middleware for Mezzio and PSR-7 applications providing an OAuth2 server for authentication
* `mezzio/mezzio-authorization-rbac`:`^1.9` - Mezzio authorization RBAC adapter for `laminas/laminas-permissions-rbac`
* `mezzio/mezzio-cors`:`^1.14` - CORS component for Mezzio and other PSR-15 middleware runners
* `mezzio/mezzio-fastroute`:`^3.13` - FastRoute integration for Mezzio
* `ramsey/uuid`:`^4.5` - Library for generating and working with universally unique identifiers (UUIDs)
* `ramsey/uuid-doctrine`:`^2.1` - Use `ramsey/uuid` as a Doctrine field type
* `roave/psr-container-doctrine`:`^5.2` || `^6.0` - Doctrine Factories for PSR-11 Containers
* `dotkernel/dot-flashmessenger`:`^3.7` - Provides session messages between redirects
* `dotkernel/dot-mail`:`^5.1` - Mail component based on laminas-mail
* `dotkernel/dot-navigation`:`^3.6` - Allows you to easily define and parse menus inside templates, configuration based approach
* `dotkernel/dot-rbac-guard`:`^3.7` - Defines authorization guards that authorize users for accessing certain parts of an application based on various criteria
* `dotkernel/dot-router`:`^1.1` - Dotkernel component to build complex routes, based on `mezzio/mezzio-fastroute`
* `dotkernel/dot-session`"`^5.8` - Dotkernel session component extending and customizing laminas-session
* `dotkernel/dot-twigrenderer`:`^3.7` - Dotkernel component providing twig extensions and customizations
* `friendsofphp/proxy-manager-lts`:`^1.0` - Fork of ocramius/proxy-manager
* `laminas/laminas-authentication`:`^2.19` - API for authentication and includes concrete authentication adapters for common use case scenarios
* `laminas/laminas-component-installer`:`^3.7` - Composer plugin for injecting modules and configuration providers into application configuration
* `laminas/laminas-config-aggregator`:`^1.19` - Lightweight library for collecting and merging configuration from different sources
* `laminas/laminas-form`:`^3.24` - Bridge between your domain models and the View Layer
* `laminas/laminas-hydrator`:`^4.18` - Serialize objects to arrays, and vice versa
* `laminas/laminas-inputfilter`:`^2.35` - Normalize and validate input sets from the web, APIs, the CLI, and more, including files
* `laminas/laminas-servicemanager`:`^3.24` - Factory-Driven Dependency Injection Container
* `laminas/laminas-stdlib`:`^3.21` - SPL extensions, array utilities, error handlers, and more
* `mezzio/mezzio`:`^3.27` - PSR-15 Middleware Microframework
* `mezzio/mezzio-authentication-oauth2`:`^2.14` - OAuth2 (server) authentication middleware for Mezzio and PSR-15 applications
* `mezzio/mezzio-authorization-rbac`:`^1.10` - mezzio authorization rbac adapter for laminas/laminas-permissions-rbac
* `mezzio/mezzio-cors`:`^1.16` - CORS component for Mezzio and other PSR-15 middleware runners
* `mezzio/mezzio-fastroute`:`^3.14` - FastRoute integration for Mezzio
* `mezzio/mezzio-helpers`:`^5.20` - Helper/Utility classes for Mezzio
* `ramsey/uuid`:`^4.9` - A PHP library for generating and working with universally unique identifiers (UUIDs)
* `ramsey/uuid-doctrine`:`^2.1` - Use ramsey/uuid as a Doctrine field type
* `roave/psr-container-doctrine`:`^6.1` - Doctrine Factories for PSR-11 Containers
* `symfony/filesystem`:`^8.0` - Provides basic utilities for the filesystem