Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wpsh/wp-plugin

A WordPress plugin abstraction library.
https://github.com/wpsh/wp-plugin

composer-library composer-package wordpress-development wordress-plugin

Last synced: 24 days ago
JSON representation

A WordPress plugin abstraction library.

Awesome Lists containing this project

README

        

# Helper Library for WordPress Plugins

[![Build Status](https://travis-ci.com/wpsh/wp-plugin.svg?branch=master)](https://travis-ci.com/wpsh/wp-plugin)
[![Coverage Status](https://coveralls.io/repos/github/wpsh/wp-plugin/badge.svg?branch=master)](https://coveralls.io/github/wpsh/wp-plugin?branch=master)

Work in progress!

## Install

Add this library as a [Composer dependency](https://packagist.org/packages/wpsh/wp-plugin) to your plugin.

```
composer require wpsh/wp-plugin
```

## Usage

```php
init_hooks();
```

### API

TODO: Build documentation from the docblock comments.

## Credits

Created by [Kaspars Dambis](https://kaspars.net).