File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
.idea /
2
2
composer.lock
3
3
vendor /
4
- .php_cs.cache
5
4
runtime /
5
+ * .cache
Original file line number Diff line number Diff line change 1
1
# PHP Tools
2
2
3
+ - [ ArrayMap] ( ./src/ArrayMap.php ) - tool for array and map data
4
+ - [ Datetime] ( ./src/Datetime.php ) - tool for date time operation
3
5
- [ ForkProcess] ( ./src/ForkProcess.php ) - multi-process development tool
4
6
- [ Helper] ( ./src/Helper.php ) - helper function
7
+ - [ ListToTree] ( ./src/ListToTree.php ) - convert list to tree
8
+ - [ TreeToList] ( './src/TreeToList.php' ) - convert tree to list
5
9
- [ MemoryCounter] ( ./src/MemoryCounter.php ) - counter base on memory
6
10
- [ NumberSystemConvert] ( ./src/NumberSystemConvert.php ) - for convert number system
7
11
- [ RSACrypt] ( ./src/RSACrypt.php ) - RSA crypt tool
12
+ - [ UUID] ( ./src/UUID.php ) - generate uuid string
8
13
9
14
## Install
10
15
11
16
``` bash
12
17
composer require axios/tools
13
18
```
19
+
20
+ ## Usage
21
+
22
+ > see [ Unit Test Case] ( ./tests/unit/ )
You can’t perform that action at this time.
0 commit comments