mimmi20 / laminas-form-element-links
Provides an additional Form Element for laminas-form to render links inside a form
Installs: 219 028
Dependents: 2
Suggesters: 2
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- laminas/laminas-form: ^3.21.0
- laminas/laminas-inputfilter: ^2.33.0
- laminas/laminas-view: ^2.40.0
Requires (Dev)
- ext-ctype: *
- ext-dom: *
- ext-intl: *
- ext-simplexml: *
- ext-tokenizer: *
- ext-xml: *
- ext-xmlwriter: *
- infection/infection: ^0.31.1
- laminas/laminas-i18n: ^2.30.0
- laminas/laminas-modulemanager: ^2.17.0
- laminas/laminas-navigation: ^2.20.0
- laminas/laminas-servicemanager: ^3.23.0
- mimmi20/coding-standard: ^6.1.7
- nikic/php-parser: ^5.6.0
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan: ^2.1.22
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpunit/phpunit: ^12.3.0
- psr/container: ^1.1.2 || ^2.0.2
- rector/rector: ^2.1.2
- rector/type-perfect: ^2.1.0
- shipmonk/composer-dependency-analyser: ^1.8.3
- symfony/process: ^7.3.0
- symplify/phpstan-rules: ^14.6.11
- tomasvotruba/cognitive-complexity: ^1.0.0
- tomasvotruba/type-coverage: ^2.0.2
- tomasvotruba/unused-public: ^2.0.1
Suggests
- ext-intl: required to use the Translator
- laminas/laminas-i18n: required to use the Translator
- laminas/laminas-modulemanager: Required for Module Integration
- laminas/laminas-navigation: required to use objects of type AbstractPage to render the link
- laminas/laminas-servicemanager: Required for the Factories
This package is auto-updated.
Last update: 2025-08-06 10:52:43 UTC
README
Code Status
Introduction
This component provides an additional Form Element for laminas-form to render links inside a form.
Requirements
This library requires PHP 8.3+.
Installation
Run
composer require mimmi20/laminas-form-element-links
License
This package is licensed using the MIT License.
Please have a look at LICENSE.md
.