2017 © Pedro Peláez
 

library floors

PHP based login as a service (LASS) platform for building web apps

image

velliz/floors

PHP based login as a service (LASS) platform for building web apps

  • Saturday, June 2, 2018
  • by Velliz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

, (*1)

Floors [ON GOING]

Floors is on going to beta version on June 2017., (*2)

Login is the most implemented and boring feature because its repeated in every single web app i ever build. Floors is PHP based login as-a service platform for single sign on distributed web apps that solving boring problem i faced. Built with credentials integrations support with facebook, google and twitter out of the box with only configuration without coding. Let's make login feature fun again with floors!, (*3)

Installations

Wanna try? just hit:, (*4)

composer create-project -s dev velliz/floors project_name

Setup

  • Database setup:

Import provided floors.sql into your MySQL or MariaDB engine. Then setup the database connection from config/database.php, (*5)

return array(
    'dbType' => 'mysql',
    'host' => 'localhost',
    'user' => 'root',
    'pass' => '',
    'dbName' => 'floors',
    'port' => 3306
);
  • First use setup:

To add a default operator access and apps you can open the http://localhost/setup, (*6)

Main features

* thrid party app management
* authorization
* users log
* roles and credentials

Login features

* Facebook
* Google Accounts
* Twitter
* Floors Account

About

Floors is build on top Puko Framework, (*7)

The Versions

02/06 2018
08/10 2017

0.1.1

0.1.1.0

PHP based login as a service (LASS) platform for building web apps

  Sources   Download

GPL-3.0+

The Requires

 

08/10 2017

0.1.0

0.1.0.0

PHP based login as a service (LASS) platform for building web apps

  Sources   Download

GPL-3.0+

The Requires