From 9f25b4a8ec86ba869b4eb070ad8974af5057ce3a Mon Sep 17 00:00:00 2001 From: Andrii Vasyliev Date: Sun, 24 May 2015 15:56:32 +0000 Subject: [PATCH] RENAMED to hiart --- .gitignore | 25 +++++++++++++++---- .hidev/config.json | 57 +++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 +-- LICENSE.md => LICENSE | 7 ++---- README.md | 8 +++--- composer.json | 51 +++++++++++++++++++++----------------- 6 files changed, 115 insertions(+), 37 deletions(-) create mode 100644 .hidev/config.json rename LICENSE.md => LICENSE (85%) diff --git a/.gitignore b/.gitignore index b0c1801..95cfd36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,21 @@ -# phpstorm project files -.idea -# composer itself and .lock are not needed -composer.phar +# runtime dir +/runtime + +# vendor dir +/vendor + +# composer lock file composer.lock -/vendor/ + +# IDE & OS files +.*.swp +.idea +nbproject +.buildpath +.project +.settings +Thumbs.db +.DS_Store + +# Added by HiDev + diff --git a/.hidev/config.json b/.hidev/config.json new file mode 100644 index 0000000..bb2414f --- /dev/null +++ b/.hidev/config.json @@ -0,0 +1,57 @@ +{ + "package": { + "name": "yii2-hiart", + "label": "HiArt", + "title": "Tools to use API as ActiveRecord for Yii2", + "type": "yii2-extension", + "features": "yii2, extension", + "license": "BSD-3-Clause", + "forum": "https://forum.hiqdev.com/yii2", + "language": "PHP", + "keywords": "API, ActiveRecord, extension, yii2", + "description": "Use your API as ActiveRecord", + "year": 2015 + }, + "vendor": { + "name": "hiqdev", + "title": "HiQDev", + "homepage": "https://hiqdev.com/", + "email": "support@hiqdev.com", + "authors": { + "Andrii Vasyliev": { + "role": "Project lead", + "email": "sol@hiqdev.com", + "homepage": "https://hipanel.com/" + }, + "Dmitry Naumenko": { + "role": "Lead backend developer", + "email": "silverfire@hiqdev.com", + "homepage": "http://silverfire.me/" + }, + "Andrey Klochok": { + "role": "Lead frontend developer", + "email": "tafid@hiqdev.com", + "homepage": "https://hiqdev.com/" + }, + "Yuriy Myronchuk": { + "role": "QA Lead", + "email": "bladeroot@hiqdev.com", + "homepage": "https://hiqdev.com/" + } + } + }, + "deps": "all", + "all": { + "deps": "git, composer, LICENSE, README.md, CHANGELOG.md" + }, + "composer.json": { + "require": { + "yiisoft/yii2": "~2.0" + }, + "autoload": { + "psr-4": { + "hiqdev\\hiart\\": "" + } + } + } +} diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf45ba..1627ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -hiqdev/yii2-hiar changelog --------------------------- +hiqdev/yii2-hiart changelog +--------------------------- ### 0.1.0 under development diff --git a/LICENSE.md b/LICENSE similarity index 85% rename from LICENSE.md rename to LICENSE index 68c0a02..d30d168 100644 --- a/LICENSE.md +++ b/LICENSE @@ -1,7 +1,4 @@ -The yii2-hiar extension is free software. -It is released under the terms of the following BSD 3-clause License. - -Copyright © 2014-2015 by HiQDev (http://hiqdev.com) +Copyright © 2015, HiQDev (https://hiqdev.com/) All rights reserved. Redistribution and use in source and binary forms, with or without @@ -14,7 +11,7 @@ are met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of HiQDev nor HiPanel nor the names of its + * Neither the name of HiQDev nor HiArt nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/README.md b/README.md index 382d9fe..3ff6e99 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -API to ActiveRecord wrapper for Yii 2 -------------------------------------- +Tools to use API as ActiveRecord for Yii2 +----------------------------------------- + +Use your API as ActiveRecord For more info see wiki: -https://github.com/hiqdev/yii2-hiar/wiki +https://github.com/hiqdev/yii2-hiart/wiki diff --git a/composer.json b/composer.json index 72745a5..59afc9f 100644 --- a/composer.json +++ b/composer.json @@ -1,47 +1,54 @@ { - "name": "hiqdev/yii2-hiar", - "description": "API to ActiveRecord wrapper for Yii 2", - "keywords": ["api", "ActiveRecord", "yii2", "extension"], - "homepage": "https://hiqdev.com/yii2-hiar", + "name": "hiqdev/yii2-hiart", "type": "yii2-extension", + "description": "Tools to use API as ActiveRecord for Yii2", + "keywords": [ + "API", + "ActiveRecord", + "extension", + "yii2" + ], + "homepage": "https://hiqdev.com/yii2-hiart", + "license": "BSD-3-Clause", "support": { - "email": "support@hipanel.com", - "source": "https://github.com/hiqdev/yii2-hiar", - "issues": "https://github.com/hiqdev/yii2-hiar/issues", - "wiki": "https://github.com/hiqdev/yii2-hiar/wiki", - "forum": "https://forum.hiqdev.com/yii2" + "email": "support@hiqdev.com", + "source": "https://github.com/hiqdev/yii2-hiart", + "issues": "https://github.com/hiqdev/yii2-hiart/issues", + "wiki": "https://github.com/hiqdev/yii2-hiart/wiki", + "forum": "https://forum.hiqdev.com/yii2" }, - "license": "BSD-3-Clause", "authors": [ { "name": "Andrii Vasyliev", + "role": "Project lead", "email": "sol@hiqdev.com", - "homepage": "https://hipanel.com/", - "role": "Project lead" + "homepage": "https://hipanel.com/" }, { "name": "Dmitry Naumenko", + "role": "Lead backend developer", "email": "silverfire@hiqdev.com", - "role": "Lead backend developer" + "homepage": "http://silverfire.me/" }, { "name": "Andrey Klochok", - "email": "andreyklochok@gmail.com", - "role": "Lead frontend developer" + "role": "Lead frontend developer", + "email": "tafid@hiqdev.com", + "homepage": "https://hiqdev.com/" }, { "name": "Yuriy Myronchuk", + "role": "QA Lead", "email": "bladeroot@hiqdev.com", - "role": "QA Lead" + "homepage": "https://hiqdev.com/" } ], "require": { - "php": ">=5.4.0", - "yiisoft/yii2": "*", - "ext-curl": "*" + "yiisoft/yii2": "~2.0" }, "autoload": { - "psr-4": { "hiqdev\\hiar\\": "" } - }, - "minimum-stability": "stable" + "psr-4": { + "hiqdev\\hiart\\": "" + } + } }