PHPackages                             dansup/php-micropub - 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. [API Development](/categories/api)
4. /
5. dansup/php-micropub

ActiveLibrary[API Development](/categories/api)

dansup/php-micropub
===================

Micropub is an open API standard used to create posts on one's own domain using third-party clients. Web apps and native apps (e.g., iPhone, Android) can use Micropub to post short notes, photos, events or other posts to your own site.

68PHP

Since Oct 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/dansup/php-micropub)[ Packagist](https://packagist.org/packages/dansup/php-micropub)[ RSS](/packages/dansup-php-micropub/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-micropub
============

[](#php-micropub)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6c86c3e6d55f3414d968679d6ec2fcd10349b27b070fe28c839c98c043adaa9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e7375702f7068702d6d6963726f7075622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dansup/php-micropub)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/fe3895171fbd81f26fe6020f98f39c60b9741ee4e0c22008ea252a8bdab28ee7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f64616e7375702f7068702d6d6963726f7075622f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/dansup/php-micropub)[![Coverage Status](https://camo.githubusercontent.com/6e21674c32980f9b93c3421b030e33412a0a3262e39fb30c2397a45aeb0e2d02/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f64616e7375702f7068702d6d6963726f7075622e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/dansup/php-micropub/code-structure)[![Quality Score](https://camo.githubusercontent.com/02b0c00a68ec726868c0c9bb8c7498c643b7400aa928d64c6ef4b1c551257b51/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f64616e7375702f7068702d6d6963726f7075622e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/dansup/php-micropub)[![Total Downloads](https://camo.githubusercontent.com/cafa09b0b60615e8ef81bcbbca0803851f00951510a0f5518593233e331cc287/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e7375702f7068702d6d6963726f7075622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dansup/php-micropub)

Micropub is a spec to create content on a server using web or native app clients. Micropub is primarily focused around creating "posts" (individual pieces of content such as blog posts, photos, short notes, or responses) on a website, although it can be used for other kinds of content as well. **This library is in active development and is not recommended for use**

Install
-------

[](#install)

Via Composer

```
$ composer require dansup/php-micropub
```

Usage
-----

[](#usage)

```
$skeleton = new Dansup\Micropub();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email `danielsupernault@gmail.com` instead of using the issue tracker.

Credits
-------

[](#credits)

- [Daniel Supernault](https://github.com/dansup)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dansup-php-micropub/health.svg)

```
[![Health](https://phpackages.com/badges/dansup-php-micropub/health.svg)](https://phpackages.com/packages/dansup-php-micropub)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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