Download the PHP package happydemon/s4k without Composer
On this page you can find all versions of the php package happydemon/s4k. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download happydemon/s4k
More information about happydemon/s4k
Files in happydemon/s4k
Package s4k
Short Description An examplary implementation of Sentry in Kohana
License MIT
Homepage https://github.com/happyDemon/s4k
Informations about the package s4k
s4k - Sentry for Kohana
Sentry can be used for user authentication and authorisation.
This module shows you how you could implement sentry in your Kohana application.
What's included:
- User registration
- User login (with optional remember and login throttler) logout
- Activation
- Reset password
- Groups
- Permissions
Permissions, however still need to be implemented and tested in S4K
Instalation
I'm making use of Goyote's Hint module, you'll have to add this as a repository to your composer.json file in your DOCROOT since he hasn't packaged it for composer.
composer.json file
Run
Next up open and add S4K, elements, arr, txt and hint to your modules (make sure Database and ORM are activated too)
Right under that we'll put the code to alias some Sentry classes
Alright, we're nearly up and running, all we need to do is run an SQL dump in phpMyAdmin, you can find it under
If you run Kohana on your localhost in the dir 'kohana', go and visit to see the running examples.
All versions of s4k with dependencies
composer/installers Version *
cartalyst/sentry Version 2.0.*
ircmaxell/password-compat Version 1.0.*
happydemon/txt Version 1.0
happydemon/elements Version >=1.4
happydemon/arr Version >=1.0