Skip to content

Releases: polidog/php-chatwork-api

Supported PHP8

Choose a tag to compare

@polidog polidog released this 17 Aug 02:18
396840b
Merge pull request #12 from polidog/feat/test-add-php8

Supported php8

3.1.0

Choose a tag to compare

@polidog polidog released this 11 Nov 12:40
459302d

New features

  • Supported Message update and delete
  • Supported file download link.

Thanks @xianzhe18

Removed Travis CI

Thanks, GoodBye Travis CI.

3.0.1

Choose a tag to compare

@polidog polidog released this 15 Jul 15:34

PHP7 only version.

2.0.6

Choose a tag to compare

@polidog polidog released this 01 Jul 04:38

change version for satooshi/php-coveralls

update readme

Choose a tag to compare

@polidog polidog released this 17 Mar 06:06
2.0.5

update readme

2.0.1: Merge pull request #3 from lifegood/update_readme_2x

Choose a tag to compare

@polidog polidog released this 12 Oct 16:54
Update README for installing 2.x

test

Choose a tag to compare

@polidog polidog released this 17 Mar 05:59
2.0.4

Delete demo.

test release

Choose a tag to compare

@polidog polidog released this 17 Mar 05:58

test

Api v2 support

Choose a tag to compare

@polidog polidog released this 14 Jul 14:07

Release! version 0.2.0

Choose a tag to compare

@polidog polidog released this 25 Dec 13:36

変更点

  • PHPの対応バージョンを5.5+に変更
  • 名前空間の変更
  • Http通信行うライブラリをGuzzleHttpに変更
  • APIから取得したデータを配列で扱ってたのを、EntityオブジェクトとCollectionオブジェクトで扱うように修正