lemanwang/php-tools

php 常用的工具包,

1.1.1 2022-07-12 10:01 UTC

This package is auto-updated.

Last update: 2024-09-08 07:39:07 UTC


README

版本兼容性

  • 原则上,版本更新不影响 老版本的任何使用。

环境要求

  • PHP >= 5.4

安装

$ composer require lemanwang/php-tools -vvv

使用

<?php
require_once __DIR__."/vendor/autoload.php";
//示例
use Lemanwang\PhpTools\PhpTools;
use Lemanwang\PhpTools\TestTools;

$phpTools = new PhpTools();
$test = new TestTools();
$phpTools->hello();
$test->hello();

License

MIT