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.

6
0
PHP

php-micropub

Latest Version on Packagist
Software License
Build Status
Coverage Status
Quality Score
Total Downloads

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

Via Composer

$ composer require dansup/php-micropub

Usage

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

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.