sarcoma/users

User log in, authentication and account activation.

1.0.0 2015-07-10 13:36 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:39:21 UTC


README

Build Status

Sarcoma Users Class

This is a PHP User authentication class. It doesn't do anything special, and I'm sure there are better ways of doing it, but this does what I need it to do. If you think you can do better you're probably right, so feel free to send pull requests.

The class has annotations for use with Doctrine ORM, but this is not required.

Install

Via Composer

$ composer require sarcoma/users

Requires PHP 5.5.0 or newer.