PHPackages                             devgeniem/wp-exhale - 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. [Framework](/categories/framework)
4. /
5. devgeniem/wp-exhale

ActiveWordpress-muplugin[Framework](/categories/framework)

devgeniem/wp-exhale
===================

Creates Developer friendly xml api endpoint for 3rd party integrations on your data.

0.1.5(9y ago)08301[1 issues](https://github.com/devgeniem/wp-exhale/issues)[1 PRs](https://github.com/devgeniem/wp-exhale/pulls)MITPHPPHP &gt;=7.0

Since Aug 2Pushed 9y ago8 watchersCompare

[ Source](https://github.com/devgeniem/wp-exhale)[ Packagist](https://packagist.org/packages/devgeniem/wp-exhale)[ Docs](http://geniem.com)[ RSS](/packages/devgeniem-wp-exhale/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

WP Plugin: Exhale
=================

[](#wp-plugin-exhale)

Developer friendly framework for creating xml data exports from WordPress. This works only with php7.0 or better because we use scalar type hinting.

Install plugin
--------------

[](#install-plugin)

```
$ composer require devgeniem/wp-exhale
$ wp plugin activate wp-exhale

```

Usage
-----

[](#usage)

You need to define class which extends our parent class `Exhale\Base\XML`. This class is autocalled when suitable request comes and you don't need to hook it anywhere.

For example this could look like:

```
