This package is abandoned and no longer maintained. The author suggests using the axelspringer/wp-mango package instead.

A companion WordPress plugin to support Mango.

Installs: 171

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 11

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.0.7 2018-03-01 12:10 UTC

This package is auto-updated.

Last update: 2019-02-20 19:45:11 UTC


README

A companion plugin for Mango, which extends the WordPress REST API.

Getting Started

You can use the plugin and the bootstrap classes via

composer require axelspringer/wp-mango dev-master

When you enable the plugin it generates an access token and an access secret key. These are shown in Settings > WP Mango. They change in any case you change the settings of the plugin.

Development

We use Docker Compose to provide a local development environment across projects. The WordPress listen at localhost:8181. The progress is saved in docker volumes.

# Run
docker-compose up

License

Apache-2.0