https://github.com/dotkernel/dot-helpers
Various helper structures and classes
https://github.com/dotkernel/dot-helpers
Last synced: about 2 months ago
JSON representation
Various helper structures and classes
- Host: GitHub
- URL: https://github.com/dotkernel/dot-helpers
- Owner: dotkernel
- License: mit
- Created: 2016-09-14T20:09:15.000Z (almost 9 years ago)
- Default Branch: 3.0
- Last Pushed: 2024-10-23T15:43:12.000Z (8 months ago)
- Last Synced: 2024-10-23T21:04:34.330Z (8 months ago)
- Language: PHP
- Homepage: https://docs.dotkernel.org/dot-helpers/
- Size: 95.7 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# dot-helpers
Dotkernel's component used to handle urls.
> dot-helpers is a wrapper on top of [mezzio/mezzio-helpers](https://packagist.org/packages/mezzio/mezzio-helpers)
## Documentation
Documentation is available at: https://docs.dotkernel.org/dot-helpers/.
## Badges

[](https://github.com/dotkernel/dot-helpers/issues)
[](https://github.com/dotkernel/dot-helpers/network)
[](https://github.com/dotkernel/dot-helpers/stargazers)
[](https://github.com/dotkernel/dot-helpers/blob/3.0/LICENSE.md)[](https://github.com/dotkernel/dot-helpers/actions/workflows/continuous-integration.yml)
[](https://codecov.io/gh/dotkernel/dot-helpers)
[](https://github.com/dotkernel/dot-helpers/actions/workflows/static-analysis.yml)## Requirements
- **PHP**: 8.1, 8.2, 8.3, or 8.4
## Install
Install dot-helpers in your application by running the following command:
```shell
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.