Download the PHP package zhengbingdong/php-tools-function without Composer

On this page you can find all versions of the php package zhengbingdong/php-tools-function. 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 php-tools-function

整理全网最全PHP常用开发函数

安装方式

更多技术分享请更关注公众号:程序猿的栖息地

程序猿的栖息地

数组工具

1.转树形HTML结构数据
2.转树形JSON格式数据
3.表单多维数据转换
4.多维数组合并

Url工具

1.转绝对路径
2.转相对路径
3.转本地根路径
4.富文本Src地址提取
5.富文本Src转相对地址
6.富文本Src转绝对地址

时间工具

1.返回今日开始和结束的时间戳
2.返回明天开始和结束时间戳
3.返回昨日开始和结束的时间戳
4.返回本周开始和结束的时间戳
5.返回上周开始和结束的时间戳
6.返回本月开始和结束的时间戳
7.返回今日开始和结束的时间戳
8.返回今年开始和结束的时间戳
9.返回去年开始和结束的时间戳
10.获取几天前零点到现在/昨日结束的时间戳
11.返回几天前的时间戳
12.返回几天后的时间戳
13.天数转换成秒数
14.周数转换成秒数
15.最近N天的日期
16.当前毫秒数
17.返回今天是周几
18.大写月份
19.格式化时间戳

All versions of php-tools-function 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/php-tools-function contains the following files

Loading the files please wait ....