rest-full/search

在邮局进行zip搜索,以及其他搜索通过curl进行。

1.0.0 2024-01-27 08:32 UTC

This package is auto-updated.

Last update: 2024-09-27 10:35:27 UTC


README

关于 Rest-full 安全

Rest-full 安全是 Rest-Full 框架的一个小部分。

您可以在以下位置找到应用程序: rest-full/app,您还可以在以下位置看到框架骨架: rest-full/rest-full

安装

  • 下载 Composer 或更新 composer self-update
  • 运行 php composer.phar require rest-full/security 或全局安装的composer compser require rest-full/security 或 composer.json "rest-full/security": "1.0.0" 并安装或更新。

使用方法

此安全

<?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);

许可证

rest-full 框架是开源软件,许可协议为 MIT 许可证