This commit is contained in:
Reza
2015-10-01 08:23:42 +03:30
commit 3b886684f1
5 changed files with 317 additions and 0 deletions

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "salarmehr/ary",
"description": "A php array/stdClass alternative to store configs, options and more.",
"type": "Utility",
"license": "MIT",
"authors": [
{
"name": "Reza",
"email": "salarmehr@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"Salarmehr\\": "src/"
},
"files":[
"src/helper.php"
]
}
}