PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO Login System One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDO Login System One
Authenticate users with records on MySQL using PDO
Author: By
Last change:
Date: 3 years ago
Size: 459 bytes
 

Contents

Class file image Download
{ "name": "eftec/pdoone_login", "description": "example of a login page", "type": "project", "require": { "eftec/pdoone": "^1.28", "eftec/bladeone": "^3.37", "eftec/validationone": "^1.23.1" }, "autoload": { "psr-4": {"PdoOne_login\\": ""} }, "license": "mit", "authors": [ { "name": "Jorge Castro", "email": "jorge.castro.c@gmail.com" } ] }