bobel/helpers

用于操作URI、数组、日期、链接和文本的有用库。

v1.0.8 2021-05-22 05:41 UTC

This package is auto-updated.

Last update: 2024-09-22 12:50:14 UTC


README

Latest Stable Version License

PHP的有用方法库。

  • DateTime Helper
  • Enumerable Helper
  • Link Helper
  • Numeric Helper
  • Text Helper
  • Uri Helper

只需安装此包,即可立即使用!

要求

  • PHP >= 7.1

安装

composer require bobel/helpers

使用

echo \Bobel\Helpers\Text::getRandomString($length = 16);

// Outputs Fb4tUW78cUuZZdPS


echo \Bobel\Helpers\Numeric::formatPrice(4000200.5);

// Outputs 4 000 200.50


\Bobel\Helecho pers\Link::setParam('param1', 'newValue', 'https://fake.url/?param1=value1&param2=value2')

// Outputs https://fake.url/?param1=newValue&param2=value2

致谢