文件名称:firewall:方便PHP访问控制
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-26 10:49:20
PHP
防火墙功能 方便PHP访问控制 该库目前正在开发中。 事情将会改变。 事情会破裂。 安装 通过作曲家 $ composer require jpkleemans/firewall:dev-master 用法 use Firewall \ Adapter \ HtaccessAdapter ; use Firewall \ Host \ IP ; // Create an instance of an adapter that implements the Firewall interface. $ firewall = new HtaccessAdapter ( 'path/to/.htaccess' ); // Create an instance of a class that implements the Host interface. $ host = IP :: fromStr
【文件预览】:
firewall-master
----.gitignore(29B)
----README.md(789B)
----composer.json(709B)
----phpspec.yml(80B)
----src()
--------Filesystem()
--------Host()
--------Adapter()
--------Firewall.php(723B)
----LICENSE.md(1KB)
----spec()
--------Filesystem()
--------Host()
--------Adapter()