2017 © Pedro Peláez
 

library toolkit

some useful library of the php

image

toolkit/toolkit

some useful library of the php

  • Saturday, July 7, 2018
  • by inhere
  • Repository
  • 1 Watchers
  • 2 Stars
  • 24 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 60 % Grown

The README.md

PHP工具包

Php Version, (*1)

php的一些有用的基础工具库实现和收集整理。, (*2)

本仓库是主仓库,开发后推送到各个组件仓库。如果只需要一个或部分工具,可以单独配置require, (*3)

1. 字符串工具, (*4)

常用的字符串操作帮助工具类库,以及一些 html,json 编解码, token,url 等工具类, (*5)

2. 数组工具, (*6)

常用的数组操作帮助工具类库, (*7)

3. 对象工具, (*8)

常用的对象操作帮助工具类、traits库, (*9)

4. 系统工具, (*10)

常用的系统操作帮助工具类库。系统环境信息,执行命令,简单的进程操作使用类(fork,run,stop,wait ...)等, (*11)

5. php工具, (*12)

常用的php操作帮助工具类库。php环境信息,数据打印,.env加载,简单的autoload类等, (*13)

6. 文件系统工具, (*14)

常用的文件系统操作帮助工具类库。文件查找,创建,判断,信息获取,内容读取等,目录的创建,权限,拷贝,删除等。, (*15)

7. CLI工具, (*16)

常用的php cli环境的帮助工具类库。cli下的内容输出,读取。丰富的颜色内容输出,cli下的php文件高亮,简单的光标操作。, (*17)

8. 数据收集器, (*18)

数据收集器 Collection 实现。可用于配置数据管理、数据收集、数据迭代等。, (*19)

9. 简单的DI容器实现, (*20)

简单的 psr/container 对象管理容器实现, (*21)

10. 数据解析器, (*22)

数据解析器。json php swoole msgpack 格式的数据解析的简单封装。, (*23)

11. 额外的帮助类库, (*24)

额外的帮助类库。数据、日期、格式化等帮助类。 简单的 config,options,event,alias等traits收集整理, (*25)

安装

composer require toolkit/toolkit

文档

  • classes docs https://php-toolkit.github.io/toolkit/classes-docs/master/

开发

composer install
php toolkit dev -h

git subtree

git subtree usage example:, (*26)

  • add a lib repo
git subtree add --prefix=libs/php-utils https://github.com/php-toolkit/php-utils master --squash
  • update a lib repo
git subtree pull --prefix=libs/php-utils https://github.com/php-toolkit/php-utils master --squash
  • push a lib repo
git subtree push --prefix=libs/php-utils https://github.com/php-toolkit/php-utils master

License

MIT, (*27)

我的其他项目

  • inhere/console 功能丰富的命令行应用,命令行工具库
  • inhere/php-validate 一个简洁小巧且功能完善的php验证库。仅有几个文件,无依赖。
  • inhere/sroute 轻量且快速的路由库
  • inhere/event-manager psr-14 的事件管理实现
  • inhere/middleware psr-15 HTTP中间件的实现

更多请查看我的 github, (*28)

The Versions

07/07 2018

dev-master

9999999-dev https://github.com/php-toolkit/toolkit

some useful library of the php

  Sources   Download

MIT

The Requires

 

The Development Requires

php library tools

06/05 2018

v1.0.4

1.0.4.0 https://github.com/php-toolkit/toolkit

some useful library of the php

  Sources   Download

MIT

The Requires

 

The Development Requires

php library tools

01/05 2018

v1.0.3

1.0.3.0 https://github.com/php-toolkit/toolkit

some useful library of the php

  Sources   Download

MIT

The Requires

 

The Development Requires

php library tools

22/04 2018

v1.0.0

1.0.0.0 https://github.com/php-toolkit/toolkit

some useful library of the php

  Sources   Download

MIT

The Requires

 

The Development Requires

php library tools