Skip to content

Commit 4aa3960

Browse files
hoang leehoang lee
hoang lee
authored and
hoang lee
committed
CI Public
1 parent 5182a4a commit 4aa3960

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
<img src="https://travis-ci.org/steveleetn91/php-user-pattern.svg?branch=master">
33
</a>
44

5-
# php-user-pattern
6-
User Pattern Of PHP
5+
# Description
6+
This module will support create user with : name, age, location, level, todo. This module is Builder Pattern of PHP
7+
<code>
8+
( [name] => Hoang Lee [age] => 29 [location] => HCM, Viet Nam [todo] => {"post":{"update":true,"delete":false,"create":true,"view_all":false},"page":{"update":true,"delete":false,"create":true,"view_all":false},"setting":{"update":false,"create":false}} )
9+
</code>
710
# install composer
811
<code>php composer.phar install</code>
912

0 commit comments

Comments
 (0)