Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixarntz/plugin-lib
Reusable library for all kinds of WordPress plugins.
https://github.com/felixarntz/plugin-lib
Last synced: 11 days ago
JSON representation
Reusable library for all kinds of WordPress plugins.
- Host: GitHub
- URL: https://github.com/felixarntz/plugin-lib
- Owner: felixarntz
- License: gpl-2.0
- Created: 2016-09-05T17:52:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T11:41:05.000Z (about 3 years ago)
- Last Synced: 2024-10-04T16:57:10.614Z (about 1 month ago)
- Language: PHP
- Size: 1.47 MB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build Status](https://api.travis-ci.org/felixarntz/plugin-lib.png?branch=master)](https://travis-ci.org/felixarntz/plugin-lib)
[![Code Climate](https://codeclimate.com/github/felixarntz/plugin-lib/badges/gpa.svg)](https://codeclimate.com/github/felixarntz/plugin-lib)
[![Test Coverage](https://codeclimate.com/github/felixarntz/plugin-lib/badges/coverage.svg)](https://codeclimate.com/github/felixarntz/plugin-lib/coverage)
[![Latest Stable Version](https://poser.pugx.org/felixarntz/plugin-lib/version)](https://packagist.org/packages/felixarntz/plugin-lib)
[![License](https://poser.pugx.org/felixarntz/plugin-lib/license)](https://packagist.org/packages/felixarntz/plugin-lib)# Plugin Library
Reusable library for all kinds of WordPress plugins.
## Requirements
Requires PHP >= 5.5 and WordPress >= 4.7 - however it will fail gracefully on lower setups.