dotkernel / dot-helpers
Dotkernel helper component providing various helper structures and classes
Installs: 15 303
Dependents: 7
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 1
Open Issues: 0
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 || ^4.0
- 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: ^6.0
README
dot-helpers is a wrapper on top of mezzio/mezzio-helpers
dot-helpers badges
Requirements
- PHP: 8.1, 8.2, 8.3, or 8.4
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.
Make sure to register the package under the
// DK packages
section.