Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Jul 18, 2020
1 parent d6d52ac commit ce03c3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
composer.lock
vendor/
.php_cs.cache
runtime/
*.cache
9 changes: 9 additions & 0 deletions README.md
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/)

0 comments on commit ce03c3a

Please sign in to comment.