rhosocial/

helpers

PHP应用程序的辅助工具。

安装数: 1,153

依赖者: 9

建议者: 0

安全: 0

星级: 0

关注者: 2

分支: 0

公开问题: 0

类型:

1.0.4 2022-08-21 04:10 UTC

This package is auto-updated.

Last update: 2024-09-21 08:32:05 UTC


README

Join the chat at https://gitter.im/rhosocial/helpers PHP应用程序的辅助工具。

安装

安装此扩展的首选方式是通过 composer

运行以下命令:

php composer.phar require --prefer-dist rhosocial/helpers "*"

或者将以下内容添加到你的 composer.json 文件的 require 部分:

"rhosocial/helpers": "*"

使用方法

扩展安装完成后,只需在代码中使用即可:

<?= \rhosocial\base\helpers\IP::IPv4toInteger('192.168.1.1'); ?>