mtoolkit/mtoolkit-entity

The cache module of MToolkit framework

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mtoolkit/mtoolkit-entity

0.0.2 2016-01-31 09:54 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:10:35 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