2017 © Pedro Peláez
 

library user-admin

User auth and management system for PHP

image

erdiko/user-admin

User auth and management system for PHP

  • Monday, August 14, 2017
  • by arroyolabs
  • Repository
  • 5 Watchers
  • 19 Stars
  • 756 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 10 Open issues
  • 20 Versions
  • 1 % Grown

The README.md

User Admin

Package version CircleCI license, (*1)

A fully functional and modular user management system with an Angular 2 UI and PHP backend., (*2)

It is based on a few erdiko packages (authorize, authenticate, and users) as well as the Angular CLI project., (*3)

Application

The UI is an Angular CLI project using an erdiko web application to interact with the database. Erdiko loads the Angular 2 application as well as serves the AJAX routes., (*4)

We chose to use Angular CLI since it makes it very simple to create new components as well as creating basic unit and functional tests for the developer. We also wanted to provide a method to allow the user to easily test their code as they developed yet still compile and serve the smallest code when serving to the end user., (*5)

Installation

Create your project using composer

composer create erdiko/user-admin [PROJECT NAME], (*6)

Note about versions

Since this project is still under heavy development we recommend running the latest from the develop branch. If you would like to tell composer to use the develop branch use this command instead of the one above., (*7)

composer create erdiko/user-admin:dev-develop [PROJECT NAME], (*8)

Create your docker containers

Enter your newly created project directory and run docker compose., (*9)

cd [PROJECT NAME], (*10)

docker-compose up -d, (*11)

If you don't have docker compose installed you can install by following the instructions here, https://docs.docker.com/compose/install/. You can, of course, just create create your own lamp stack if you wish. If you create your own enviornment the weboot is /public/default/ and the database config is in /app/config/shared/database.json, (*12)

Install the users database

If you're running the docker container, installing the db is easy. Just run the scripts/install-db.sh script., (*13)

If you are not using the docker script then simply restore the sql dump found in vendor/erdiko/users/sql/dumps/user-admin.sql. Update app/config/shared/database.json with the connection information for your mysql server., (*14)

Check the users README if you need more information https://github.com/Erdiko/users., (*15)

View your new project in your browser

http://erdiko.local/, (*16)

Editing & Compiling the Angular Code

Editing and compiling the Angular code is simple, and we use Angular CLIs test server to allow you to edit your code and test in real time., (*17)

  1. Go to the user-admin theme directory under user-admin/app/themes/user-admin
  2. Install all dependencies via npm: npm i
  3. Start the development server: npm run start
  4. Edit the typescript found in the src directory and save in another terminal window or tab, watch for compiler errors

NPM Run Commands

  • Start the Development server: npm run start
  • Run the unit tests: npm run test
  • Run the e2e/functional tests: npm run e2e
  • Compile and export files for end user: npm run build

Contributing to Erdiko User Admin

To set up your environment for local development to contribute to the project please take a look at CONTRIBUTING.md. That file has all the instructions on how to set up a development environment with Docker. We've included some useful scripts in the scripts/dev folder to help., (*18)

Special Thanks

Arroyo Labs - For sponsoring development, http://arroyolabs.com, (*19)

The Versions

14/08 2017

dev-develop

dev-develop http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

10/08 2017

dev-ER-66

dev-ER-66 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

10/08 2017

83.x-dev

83.9999999.9999999.9999999-dev http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

13/07 2017

dev-release

dev-release http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

13/07 2017

dev-master

9999999-dev http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

13/07 2017

1.0.0

1.0.0.0 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

23/06 2017

0.2.1

0.2.1.0 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

18/06 2017

0.2.0

0.2.0.0 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

10/05 2017

dev-ER-160

dev-ER-160 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

14/04 2017

0.1.3

0.1.3.0 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

08/03 2017

dev-revert-13-ER-116

dev-revert-13-ER-116 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

23/02 2017
12/02 2017
26/01 2017

0.1.0

0.1.0.0 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

13/01 2017

dev-ER-113

dev-ER-113 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

09/01 2017

dev-ER-110

dev-ER-110 http://erdiko.org

User auth and management system for PHP

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

auth user management users erdiko

22/12 2016

dev-ER-98

dev-ER-98 http://erdiko.org

Erdiko micro MVC framework

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

framework mvc erdiko

22/12 2016

dev-ER-93

dev-ER-93 http://erdiko.org

Erdiko micro MVC framework

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

framework mvc erdiko

15/12 2016

dev-ER-92

dev-ER-92 http://erdiko.org

Erdiko micro MVC framework

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

framework mvc erdiko

15/12 2016

dev-ER-91

dev-ER-91 http://erdiko.org

Erdiko micro MVC framework

  Sources   Download

MIT

The Requires

 

by Arroyo Labs

framework mvc erdiko