Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Sep 14, 2021
1 parent ccc7379 commit 47ef8a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ Dưới đây là danh sách các Helper được hỗ trợ trong bộ thư vi

### NanoID Helper

Helper này sử dụng gói `hidehalo/nanoid-php` để gen ra 1 mã random Id nhỏ, nhẹ và an toàn hơn nhiều so với UUID. Hiện tại việc sử dụng nanoid đang là xu hướng so với uuid truyền thống
Helper này sử dụng gói `hidehalo/nanoid-php` để gen ra 1 mã random Id nhỏ, nhẹ và an toàn hơn nhiều so với UUID.

Hiện tại việc sử dụng nanoid đang là xu hướng so với uuid truyền thống

Để sử dụng được gói này, cần cài packages `hidehalo/nanoid-php` bằng lệnh `composer require hidehalo/nanoid-php`

- [x] Helper Function: `randomNanoId`

Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"hidehalo/nanoid-php": "^1.1"
},
"autoload": {
"psr-4": {
"nguyenanhung\\CodeIgniter\\BasicHelper\\": "src/"
Expand Down

0 comments on commit 47ef8a8

Please sign in to comment.