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.
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
Via Composer
$ composer require dansup/php-micropub
$skeleton = new Dansup\Micropub();
echo $skeleton->echoPhrase('Hello, League!');
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.