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 months ago
JSON representation
Package to help developing Wordpress plugins fast
- Host: GitHub
- URL: https://github.com/jascha030/wp-plugin-core
- Owner: jascha030
- Archived: true
- Created: 2020-06-13T23:56:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T20:23:22.000Z (over 5 years ago)
- Last Synced: 2025-01-20T03:58:15.312Z (about 1 year ago)
- Topics: composer, oop-php, wordpress, wordpress-development
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```