2017 © Pedro Peláez
 

library amebapost

ameba post program

image

ateliee/amebapost

ameba post program

  • Thursday, November 2, 2017
  • by ateliee
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

アメブロ外部連動用プログラム

Build Status Coverage Status, (*1)

アメブロの外部連動が終了したので、プログラムよりログインして外部投稿するプログラムを作成致しました。, (*2)

使い方

    "require": {
        "ateliee/amebapost": "dev-master"
    }
use Ameba\AmebaPost;
...

$ameba = new AmebaPost('user_id','password');
$themes = $ameba->getThemeIds();
// edit post
if($list = $ameba->getEntry()){
    $id = key($list);
    $theme_id = key($themes);
    $ameba->updateEntry($id,'これはテストです','これはテストです。',$theme_id,AmebaPost::$PUBLISH,time(),0);
}
// new post
$theme_id = key($themes);
$ameba->insertEntry('テスト','これはテストです',$theme_id,AmebaPost::$PUBLISH,time(),0);

Update

更新日 内容
2017-11-02 アメブロ仕様変更に対応

The Versions

02/11 2017

dev-master

9999999-dev https://github.com/ateliee/amebapost

ameba post program

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

02/11 2017

1.1.1

1.1.1.0 https://github.com/ateliee/amebapost

ameba post program

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

01/11 2017

1.1.0

1.1.0.0 https://github.com/ateliee/amebapost

ameba post program

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

The Development Requires

11/04 2017

1.0.2

1.0.2.0 https://github.com/ateliee/amebapost

ameba post program

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

11/07 2016

1.0.1

1.0.1.0 https://github.com/ateliee/amebapost

ameba post program

  Sources   Download

MIT

The Requires

  • php >=5.0.0

 

28/12 2014

1.0.0

1.0.0.0 https://github.com/ateliee/amebapost

ameba post program

  Sources   Download

MIT

The Requires

  • php >=5.0.0