Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakuilan/php-helper
k`s php helper/library/utils 常用函数库/工具集
https://github.com/kakuilan/php-helper
Last synced: about 1 month ago
JSON representation
k`s php helper/library/utils 常用函数库/工具集
- Host: GitHub
- URL: https://github.com/kakuilan/php-helper
- Owner: kakuilan
- License: apache-2.0
- Created: 2019-02-15T03:04:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T08:29:28.000Z (7 months ago)
- Last Synced: 2024-09-23T09:18:36.015Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 715 KB
- Stars: 30
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php-cn - php-helper - php 常用函数库/工具集,仅测试支持php 7.2/7.3/7.4/8.0. (配置 Configuration / 杂项 Miscellaneous)
README
# php-helper
k's php helper/library/utils
php 常用函数库/工具集,包括数组、文件、验证、字符串、加解密等操作,具体见`src/Helpers`.
支持的php版本有:- 7.2
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2### 相关
[![Php Version](https://img.shields.io/badge/php-%3E=7.2-brightgreen.svg)](https://secure.php.net/)
[![Build Status](https://github.com/kakuilan/php-helper/workflows/helper-test/badge.svg)](https://github.com/kakuilan/php-helper/actions)
[![codecov](https://codecov.io/gh/kakuilan/php-helper/branch/master/graph/badge.svg)](https://codecov.io/gh/kakuilan/php-helper)
[![Code Size](https://img.shields.io/github/languages/code-size/kakuilan/php-helper.svg?style=flat-square)](https://github.com/kakuilan/php-helper)
[![Starts](https://img.shields.io/github/stars/kakuilan/php-helper.svg)](https://github.com/kakuilan/php-helper)
[![Latest Version](https://img.shields.io/packagist/v/kakuilan/php-helper.svg)](https://packagist.org/packages/kakuilan/php-helper)### 安装
```shell
composer require kakuilan/php-helper
```### 测试
```sh
phpunit --bootstrap=tests/bootstrap.php ./tests/
composer run-script test
composer run-script cover
# 或者
cd tests
phpunit
```### 更新日志
详见[[Changelog]](/docs/changelog.md)