Download the PHP package zhengbingdong/easy-tools without Composer

On this page you can find all versions of the php package zhengbingdong/easy-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easy-tools

PHP工具类 持续更新中

Latest Stable Version Total Downloads Latest Unstable Version License

时间工具类Zip压缩解压工具类数组工具类英文字母工具类url相关的工具类文件工具类
日志工具类地图工具类数字工具类服务器相关的工具类敏感字符串工具类字符串相关操作的工具类上传文件工具类校验工具类
验证类app版本校验工具类操作xml相关的工具类图片工具类http协议相关的工具类

官网

共享屋素材

更多分享信息内容请关注我的公众号:程序猿的栖息地

程序猿的栖息地

安装

时间工具类

use Zhengbingdong\EasyTools\Dates;

得到某天凌晨零点的时间戳 :Dates::get_friend_date()

友好时间显示 :Dates::getFriendDate()

友好时间显示 :Dates::getFriendDate()

获取当前时间的前7天 :Dates::getLast7Days()

获取星期几的信息 :Dates::getWeekDay()

获取月份 :Dates::getMonth()

Zip压缩解压工具类

use Zhengbingdong\EasyTools\ZipTools;

对相应目录文件进行压缩 :ZipTools::addFileToZip()

#事例
使用示例

从zip压缩文件中提取文件 :ZipTools::unZip()

# 事例
使用示例:
$filename = $_SERVER['DOCUMENT_ROOT'].'/unzip.zip';
$path = $_SERVER['DOCUMENT_ROOT'].'/unzip';
unZip($filename,$path );

数组工具类

use Zhengbingdong\EasyTools\ArrayTools;
更新中...

英文字母工具类

use Zhengbingdong\EasyTools\CharacterTools;
更新中...

url相关的工具类

use Zhengbingdong\EasyTools\CurlsTools;
更新中...

文件工具类

use Zhengbingdong\EasyTools\FileTools;
更新中...

http协议相关的工具类

use Zhengbingdong\EasyTools\HttpTools;
更新中...

图片工具类

use Zhengbingdong\EasyTools\ImageTools;
更新中...

日志工具类

use Zhengbingdong\EasyTools\LogTools;
更新中...

地图工具类

use Zhengbingdong\EasyTools\MapTools;
更新中...

数字工具类

use Zhengbingdong\EasyTools\NumberTools;
更新中...  

服务器相关的工具类

use Zhengbingdong\EasyTools\ServerTools;
更新中...

敏感字符串工具类

use Zhengbingdong\EasyTools\StrFilterTools;
更新中...

字符串相关操作的工具类

use Zhengbingdong\EasyTools\StringTools;
更新中...

上传文件工具类

use Zhengbingdong\EasyTools\UploadTools;
更新中...

校验工具类,如验证ip、手机、邮箱等

use Zhengbingdong\EasyTools\VerifyTools;
更新中...

app版本校验工具类

use Zhengbingdong\EasyTools\VersionTools;
更新中...

操作xml相关的工具类

use Zhengbingdong\EasyTools\XmlTools;
更新中...

License

MIT

后语

欢迎Star


All versions of easy-tools with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zhengbingdong/easy-tools contains the following files

Loading the files please wait ....