Skip to content

Commit

Permalink
RENAMED to hiart
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 24, 2015
1 parent 672c3ca commit 9f25b4a
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 37 deletions.
25 changes: 20 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

57 changes: 57 additions & 0 deletions .hidev/config.json
Original file line number Diff line number Diff line change
@@ -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\\": ""
}
}
}
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hiqdev/yii2-hiar changelog
--------------------------
hiqdev/yii2-hiart changelog
---------------------------

### 0.1.0 under development

Expand Down
7 changes: 2 additions & 5 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
51 changes: 29 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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\\": ""
}
}
}

0 comments on commit 9f25b4a

Please sign in to comment.