-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.idea/ | ||
composer.lock | ||
vendor/ | ||
.php_cs.cache | ||
runtime/ | ||
*.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
# PHP Tools | ||
|
||
- [ArrayMap](./src/ArrayMap.php) - tool for array and map data | ||
- [Datetime](./src/Datetime.php) - tool for date time operation | ||
- [ForkProcess](./src/ForkProcess.php) - multi-process development tool | ||
- [Helper](./src/Helper.php) - helper function | ||
- [ListToTree](./src/ListToTree.php) - convert list to tree | ||
- [TreeToList]('./src/TreeToList.php') - convert tree to list | ||
- [MemoryCounter](./src/MemoryCounter.php) - counter base on memory | ||
- [NumberSystemConvert](./src/NumberSystemConvert.php) - for convert number system | ||
- [RSACrypt](./src/RSACrypt.php) - RSA crypt tool | ||
- [UUID](./src/UUID.php) - generate uuid string | ||
|
||
## Install | ||
|
||
```bash | ||
composer require axios/tools | ||
``` | ||
|
||
## Usage | ||
|
||
> see [Unit Test Case](./tests/unit/) |