https://github.com/csrui/wp-construct-plugin
Library to speed up WordPress plugin development.
https://github.com/csrui/wp-construct-plugin
wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Library to speed up WordPress plugin development.
- Host: GitHub
- URL: https://github.com/csrui/wp-construct-plugin
- Owner: csrui
- Created: 2019-01-03T17:23:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:48:13.000Z (over 3 years ago)
- Last Synced: 2024-11-16T01:34:21.625Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://csrui.github.io/wp-construct-plugin/
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Contruct
[](https://app.codacy.com/app/csrui/wp-construct-plugin?utm_source=github.com&utm_medium=referral&utm_content=csrui/wp-construct-plugin&utm_campaign=Badge_Grade_Settings)
[](https://circleci.com/gh/csrui/wp-construct-plugin)
## Plugin Edition
Base library with plugin functionality to be extended on WordPress plugins
This library aims to gather some core logic usually needed in csrui plugins
making it lighter on the final plugin side, remove code duplication and easier
extending.
### Documentation
```
yarn install
yarn serve-docs
```
### Run Tests
```
./vendor/bin/phpunit
```
### Run PHP CodeSniffer
```
./vendor/bin/phpcs lib
```