scopweb/php-util

PHP工具库,基于lodev09/php-util分支

2.0 2024-06-16 07:37 UTC

This package is auto-updated.

Last update: 2024-09-16 08:42:10 UTC


README

收集了我和你通常使用的方法。

安装

$ composer require scopweb/php-util

使用

// for example, slugify a string like so
$slugified = \Common\Util::slugify('slugify me');
echo $slugified;

致谢

© 2024 - 由David Prats / @scopweb分支并维护,基于Jovanni Lo / @lodev09的原始工作

许可

MIT许可证下发布。见LICENSE文件。