Provides a kohana-backed implementation of the ingenerator/warden user auth / management library.
Warden is under heavy development and not recommended for production use outwith inGenerator.
This isn't in packagist yet : you'll need to add our package repository to your composer.json:
{
"repositories": [
{"type": "composer", "url": "https://php-packages.ingenerator.com"}
]
}
$> composer require ingenerator/warden-ui-kohana
Then add it as a module in your bootstrap.
Contributions are welcome but please contact us before you start work on anything to check your plans line up with our thinking and future roadmap.
This package has been sponsored by inGenerator Ltd
- Andrew Coulton acoulton - Lead developer
Licensed under the BSD-3-Clause Licence