Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wpsh/wp-plugin
- Owner: wpsh
- Created: 2019-01-25T09:57:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T07:29:51.000Z (over 5 years ago)
- Last Synced: 2024-08-21T16:31:39.003Z (3 months ago)
- Topics: composer-library, composer-package, wordpress-development, wordress-plugin
- Language: PHP
- Homepage: https://wpsh.org
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).