getpop/posts-api

This package is abandoned and no longer maintained. No replacement package was suggested.

Connects the API with the Posts package

dev-master / 1.0.x-dev 2020-04-11 10:53 UTC

This package is auto-updated.

Last update: 2020-04-11 11:38:48 UTC


README

Connects the API with the Posts package

Install

Via Composer

$ composer require getpop/posts-api dev-master

Note: Your composer.json file must have the configuration below to accept minimum stability "dev" (there are no releases for PoP yet, and the code is installed directly from the master branch):

{
    ...
    "minimum-stability": "dev",
    "prefer-stable": true,
    ...
}

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.

Credits

License

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