dotkernel / dot-helpers
Dotkernel helper component providing various helper structures and classes
Installs: 14 188
Dependents: 7
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 1
Open Issues: 1
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- laminas/laminas-diactoros: ^3.3.0
- laminas/laminas-servicemanager: ^3.22.1
- mezzio/mezzio-helpers: ^5.16.0
- psr/http-message: ^1.0 || ^2.0
Requires (Dev)
- laminas/laminas-coding-standard: ^3.0
- phpunit/phpunit: ^10.5.9
- vimeo/psalm: ^5.26.1
README
dot-helpers is a wrapper on top of mezzio/mezzio-helpers
dot-helpers badges
Requirements
- PHP >= 8.1
Install
Install dot-helpers in your application by running the following command:
composer require dotkernel/dot-helpers
Next, register the package's ConfigProvider
to your application config.
Note : Make sure to register the package under the // DK packages
section.