PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   Security One Mysql   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Security One Mysql
Implement a login page for users in a MySQL table
Author: By
Last change:
Date: 1 month ago
Size: 864 bytes
 

Contents

Class file image Download
{ "name": "eftec/securityonemysql", "description": "It's a barebone security class written on PHP", "version": "1.5.3", "type": "library", "keywords": [ "security", "php-library", "php7", "security-tools", "php" ], "homepage": "https://github.com/EFTEC/SecurityOneMysql", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "license": "LGPL-3.0-or-later", "autoload": { "psr-4": { "eftec\\": "lib/" } }, "require": { "PHP": ">=5.6", "eftec/securityone": "^2.1", "eftec/pdoone": "^2.0", "eftec/bladeone": "^3.46.3", "phpmailer/phpmailer": "^6.1.4", "eftec/validationone": "^1.22", "ext-mysqli": "*" } }