Skip to content

rest-full/search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest-full Security

About Rest-full Security

Rest-full Security is a small part of the Rest-Full framework.

You can find the application at: rest-full/app and you can also see the framework skeleton at: rest-full/rest-full.

Installation

  • Download Composer or update composer self-update.
  • Run php composer.phar require rest-full/security or composer installed globally compser require rest-full/security or composer.json "rest-full/security": "1.0.0" and install or update.

Usage

This Security

<?php

require_once __DIR__.'/../vendor/autoload.php';
require_once __DIR__.'/../config/pathServer.php';

use Restfull\Security\Security;

$security = new Security();
echo $security->salt()->getSalt()."<br>".$security->getRand(5);

License

The rest-full framework is open-sourced software licensed under the MIT license.

About

Do the zip search in the post office and other searches through curl.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages