Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.13 KB

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.

Build status

Installing warden-ui-kohana

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.

Contributing

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.

Contributors

This package has been sponsored by inGenerator Ltd

  • Andrew Coulton acoulton - Lead developer

Licence

Licensed under the BSD-3-Clause Licence