2017 © Pedro Peláez
 

library cuserbase

A simple class for user authorisation to use with AnaxMVC

image

urbvik/cuserbase

A simple class for user authorisation to use with AnaxMVC

  • Tuesday, April 19, 2016
  • by urbvik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CUserBase

A PHP-based package to use with "AnaxMVC"., (*1)

I handles the user autorisation process., (*2)

HOW TO USE:

  1. Create a new (project) folder and install AnaxMVC to it by cloning:, (*3)

    git clone https://github.com/mosbth/Anax-MVC.git., (*4)

  2. Point browser to the file webroot/hello.php., (*5)

- IF it is working then continue., (*6)

  1. Edit (or create) the file composer.json by adding the folowing line:, (*7)

    "require": {"urbvik/cuserbase": "dev-master"}, (*8)

  2. Also set the stability flags in the composer.json file to:, (*9)

    "minimum-stability": "dev", "prefer-stable" : true,, (*10)

  3. Then validate and install the packages via composer:, (*11)

    composer validate composer install --no-dev, (*12)

  4. Adjust database settings in app/config/config_mysql.php and create database table. Run the attached the file user.sql (located i same folder as this file)., (*13)

  5. Include mos CDatabaseBasics class to the demo project by including the composer generated autoloader. I.e by adding the line:, (*14)

    require "../../../autoload.php";, (*15)

to the index.php file., (*16)

Then point your browser to [project-folder]/vendor/urbvik/cuserbase/webroot/ and the demo site shoud work., (*17)

Good Luck!, (*18)

 .  
..:  Copyright (c) 2016 Urban Vikdahl

The Versions

19/04 2016

dev-master

9999999-dev

A simple class for user authorisation to use with AnaxMVC

  Sources   Download

MIT

The Requires

 

19/04 2016

v1.0

1.0.0.0

A simple class for user authorisation to use with AnaxMVC

  Sources   Download

MIT

The Requires