sarcoma/users

User log in, authentication and account activation.

Maintainers

Package info

github.com/sarcoma/Simple-Doctrine-User-Class

Issues

pkg:composer/sarcoma/users

Statistics

Installs: 61

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2015-07-10 13:36 UTC

This package is not auto-updated.

Last update: 2026-04-26 02:07:47 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.