mtoolkit/mtoolkit-entity

The cache module of MToolkit framework

0.0.2 2016-01-31 09:54 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:23:49 UTC


README

The entity module of MToolkit framework. The module provides the classes and the methods to manage the user account.

Entities

There are three important entities:

  • Provider
  • User
  • Role For each entity there is a table in the database.

Provider

User

Collects all the information about the user:

  • email
  • password
  • phone
  • username

Role

Examples

Add an user


Retrieve a list of user


Add a role


Assign a role to an user