Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jascha030/wp-plugin-core

Package to help developing Wordpress plugins fast
https://github.com/jascha030/wp-plugin-core

composer oop-php wordpress wordpress-development

Last synced: 4 days ago
JSON representation

Package to help developing Wordpress plugins fast

Awesome Lists containing this project

README

        

# Wordpress plugin core

## Geting started

#### Requirements

- `composer`
- `php >= 7.3`

> This package does not keep in mind, the *Wordpress Coding Standards* and therefore is not
> compatible with `php 5.3` or any other versions before `php 7.3`

#### Installation

```shell script
composer require jascha030/wp-plugin-core
```