Skip to content

Commit

Permalink
changed project title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 30, 2017
1 parent 777df5f commit 87486fb
Show file tree
Hide file tree
Showing 37 changed files with 48 additions and 43 deletions.
10 changes: 6 additions & 4 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package:
type: yii2-extension
name: yii2-hiart
title: Tools to use API as ActiveRecord for Yii2
title: ActiveRecord for API
headline: HiArt
keywords: api, ActiveRecord, extension, yii2
keywords: API, ActiveRecord, extension, yii2, rest
namespace: hiqdev\hiart
description: Use your API as ActiveRecord

description: |
This Yii2 extension provides [ActiveRecord](http://en.wikipedia.org/wiki/Active_record_pattern)
implementation that allows to access remote/web API same way as you do with normal
[Yii2 DB ActiveRecord](http://www.yiiframework.com/doc-2.0/guide-db-active-record.html).
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$header = <<<EOF
Tools to use API as ActiveRecord for Yii2
ActiveRecord for API
@link https://github.com/hiqdev/yii2-hiart
@package yii2-hiart
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HiArt
=====

**Tools to use API as ActiveRecord for Yii2**
**ActiveRecord for API**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/yii2-hiart/v/stable)](https://packagist.org/packages/hiqdev/yii2-hiart)
[![Total Downloads](https://poser.pugx.org/hiqdev/yii2-hiart/downloads)](https://packagist.org/packages/hiqdev/yii2-hiart)
Expand All @@ -10,7 +10,9 @@ HiArt
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/yii2-hiart.svg)](https://scrutinizer-ci.com/g/hiqdev/yii2-hiart/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:yii2-hiart/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:yii2-hiart/dev-master)

Use your API as ActiveRecord
This Yii2 extension provides [ActiveRecord](http://en.wikipedia.org/wiki/Active_record_pattern)
implementation that allows to access remote/web API same way as you do with normal
[Yii2 DB ActiveRecord](http://www.yiiframework.com/doc-2.0/guide-db-active-record.html).

## Installation

Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "hiqdev/yii2-hiart",
"type": "yii2-extension",
"description": "Tools to use API as ActiveRecord for Yii2",
"description": "ActiveRecord for API",
"keywords": [
"api",
"API",
"ActiveRecord",
"extension",
"yii2"
"yii2",
"rest"
],
"homepage": "https://github.com/hiqdev/yii2-hiart",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractConnection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractQueryBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveDataProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveQuery.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveRecord.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ConnectionInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/Query.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/QueryBuilderInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/RequestErrorException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/RequestInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseDecodingException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseErrorException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/config/common.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/config/params.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/debug/DebugAction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/debug/DebugPanel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/debug/Timing.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/Request.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/proxy/Response.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/rest/Connection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/rest/QueryBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/stream/Request.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion src/stream/Response.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion tests/Mock.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion tests/_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/CommandTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ConnectionTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
* ActiveRecord for API
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
Expand Down

0 comments on commit 87486fb

Please sign in to comment.