此包的最新版本(1.1)没有提供许可证信息。

Edmunds的PHP助手

1.1 2023-01-18 11:32 UTC

This package is auto-updated.

Last update: 2024-09-25 15:15:41 UTC


README

有用的PHP助手函数

设置

composer.json: "require": { ..... "edmunds22/ehs": "dev-master" },

运行 composer update

使用 \edmunds22\ehs\ehs as ehs;

$testing = ehs::helloWorld();

完成!

测试: ./vendor/bin/phpunit --bootstrap ./vendor/autoload.php ./tests/

待办事项

  • 测试