molajo/user

Molajo User Services for PHP Applications

Installs: 433

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:molajo-package

0.1.0 2013-11-25 00:15 UTC

This package is auto-updated.

Last update: 2024-04-08 03:28:57 UTC


README

Build Status

Instantiates a User Object, providing access to User Profile and other System data, Authentication (Database, HTTP, and "Offline Access" testing. Also enables access to Registration processes, Login, Logout, Remember Me, Remind Me, User Email and Assets, and Authorisation processes.

System Requirements

  • PHP 5.3.3, or above
  • PSR-0 compliant Autoloader
  • PHP Framework independent
  • [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version)

Installation

Install using Composer from Packagist

Step 1 Install composer in your project:

    curl -s https://getcomposer.org/installer | php

Step 2 Create a composer.json file in your project root:

{
    "require": {
        "Molajo/User": "1.*"
    }
}

Step 3 Install via composer:

    php composer.phar install

About

Molajo Project observes the following:

Submitting pull requests and features

Pull requests GitHub

Features GitHub

Author

Amy Stephen - AmyStephen@Molajo.org - http://twitter.com/AmyStephen License

Molajo User is licensed under the MIT License - see the LICENSE file for details

More Information