PHPackages                             ateliee/amebapost - 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. ateliee/amebapost

ActiveLibrary

ateliee/amebapost
=================

ameba post program

1.1.1(8y ago)0381MITPHPPHP &gt;=5.0.0

Since Dec 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ateliee/amebapost)[ Packagist](https://packagist.org/packages/ateliee/amebapost)[ Docs](https://github.com/ateliee/amebapost)[ RSS](/packages/ateliee-amebapost/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

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

[](#アメブロ外部連動用プログラム)

[![Build Status](https://camo.githubusercontent.com/8c2e319263635951031dc4416bf7db09e2af025a76bf60bbae082f0936a1993b/68747470733a2f2f7472617669732d63692e6f72672f6174656c6965652f616d656261706f73742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ateliee/amebapost)[![Coverage Status](https://camo.githubusercontent.com/768fb11fd3cd5f42d8f9b8ce3c8e63bac6c3c27dace69be423b69b63f3f6c7f9/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6174656c6965652f616d656261706f73742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/ateliee/amebapost?branch=master)

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

使い方
---

[](#使い方)

```
    "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
------

[](#update)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~260 days

Total

5

Last Release

3109d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a69237d08699f142b3ba70a11c9f9538c615522373e747b5bc6453645aa732be?d=identicon)[ateliee](/maintainers/ateliee)

---

Top Contributors

[![ateliee](https://avatars.githubusercontent.com/u/4863358?v=4)](https://github.com/ateliee "ateliee (29 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ateliee-amebapost/health.svg)

```
[![Health](https://phpackages.com/badges/ateliee-amebapost/health.svg)](https://phpackages.com/packages/ateliee-amebapost)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
