PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Security One   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Security One
Base class to authenticate an logged in users
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 576 bytes
 

Contents

Class file image Download
{ "name": "eftec/securityone", "description": "It's a barebone security class written on PHP", "version": "2.1", "type": "library", "keywords": [ "security", "php-library", "php7", "security-tools", "php" ], "homepage": "https://github.com/EFTEC/SecurityOne", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "license": "MIT", "autoload": { "psr-4": { "eftec\\": "lib/" } } }