PHPackages                             codefayakun/yii2-harvest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. codefayakun/yii2-harvest

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

codefayakun/yii2-harvest
========================

Simple time tracking, fast online invoicing, and powerful reporting software. Simplify employee timesheets and billing.

08PHP

Since Mar 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/abdulmanan7/yii2-harvest)[ Packagist](https://packagist.org/packages/codefayakun/yii2-harvest)[ RSS](/packages/codefayakun-yii2-harvest/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Harvest Time Tracker Yii2 Wrapper
=================================

[](#harvest-time-tracker-yii2-wrapper)

Simple time tracking, fast online invoicing, and powerful reporting software. Simplify employee timesheets and billing. Its Sample Utility for interaction with harvest api. Its Completly for my persional use . i will it more usefull in future.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist codefayakun/yii2-harvest "*"

```

or try

```
php composer.phar require  codefayakun/yii2-harvest "dev-master"

```

or add

```
"codefayakun/yii2-harvest": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by : Add it to your config component array

```
'harvest'=> [
    'class'          => 'codefayakun\yii2-harvest\Harvest',
    'account_id'     => 'YOUR_ACCOUNT_ID',
    'access_token'   => 'YOUR_SECRET',
    'user_agent'     => 'APP (example@email.com)'
],
?>
```

```
