Skip to content

Releases: urbanindo/yii2-thrift

Add handler wrapper to enable event handling before and after call

02 May 06:51
57bbfeb
Compare
Choose a tag to compare

This enables event handling like Controller.

class MyService extends BaseService {
   public function behaviors() {
    return [
       'my' => MyBehavior::class
    ];
  }
}

Fix bug header already sent.

20 Apr 09:10
00bd3dd
Compare
Choose a tag to compare
Merge pull request #5 from urbanindo/fix-header-already-sent

Fix header already sent

Upgrade Thrift to 0.10 and Yii to 2.0.13

12 Feb 06:57
dba55ab
Compare
Choose a tag to compare
Merge pull request #3 from najihazkalhaq/patch-1

Update Yii2 version in composer.json