Download the PHP package clubdrei/db-user-manager without Composer
On this page you can find all versions of the php package clubdrei/db-user-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clubdrei/db-user-manager
More information about clubdrei/db-user-manager
Files in clubdrei/db-user-manager
Download clubdrei/db-user-manager
More information about clubdrei/db-user-manager
Files in clubdrei/db-user-manager
Vendor clubdrei
Package db-user-manager
Short Description Create Mysql users and manage privileges
License MIT
Package db-user-manager
Short Description Create Mysql users and manage privileges
License MIT
Please rate this library. Is it a good library?
Informations about the package db-user-manager
MySQL User Account Management in PHP
Create Mysql users and manage privileges easily.
Why?
This project makes easier the MySQL User Account Management in PHP and it avoids the use of raw SQL queries.
Installation
Usage
Instantiate the manager with PDO or Doctrine Connection
Create a new user
Drop a user
Test if user already exist
Grant privileges to mysql user on all databases (don't forget to flush privileges)
Grant privileges to mysql user on specific database (don't forget to flush privileges)
Grant privileges to mysql user on specific table (don't forget to flush privileges)
Revoke privileges to mysql user on all databases (don't forget to flush privileges)
Revoke privileges to mysql user on specific database (don't forget to flush privileges)
Revoke privileges to mysql user on specific table (don't forget to flush privileges)
Flush privileges
Contributing
See the CONTRIBUTING file.
License
The project is open-sourced software licensed under the MIT license.
All versions of db-user-manager with dependencies
PHP Build Version
Package Version
The package clubdrei/db-user-manager contains the following files
Loading the files please wait ....