Skip to content

Commit ce03c3a

Browse files
committed
patch
1 parent d6d52ac commit ce03c3a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.idea/
22
composer.lock
33
vendor/
4-
.php_cs.cache
54
runtime/
5+
*.cache

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# PHP Tools
22

3+
- [ArrayMap](./src/ArrayMap.php) - tool for array and map data
4+
- [Datetime](./src/Datetime.php) - tool for date time operation
35
- [ForkProcess](./src/ForkProcess.php) - multi-process development tool
46
- [Helper](./src/Helper.php) - helper function
7+
- [ListToTree](./src/ListToTree.php) - convert list to tree
8+
- [TreeToList]('./src/TreeToList.php') - convert tree to list
59
- [MemoryCounter](./src/MemoryCounter.php) - counter base on memory
610
- [NumberSystemConvert](./src/NumberSystemConvert.php) - for convert number system
711
- [RSACrypt](./src/RSACrypt.php) - RSA crypt tool
12+
- [UUID](./src/UUID.php) - generate uuid string
813

914
## Install
1015

1116
```bash
1217
composer require axios/tools
1318
```
19+
20+
## Usage
21+
22+
> see [Unit Test Case](./tests/unit/)

0 commit comments

Comments
 (0)