Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrze-webteam/rrze-wp
General purpose library for WordPress.
https://github.com/rrze-webteam/rrze-wp
package php wordpress
Last synced: 2 days ago
JSON representation
General purpose library for WordPress.
- Host: GitHub
- URL: https://github.com/rrze-webteam/rrze-wp
- Owner: RRZE-Webteam
- Created: 2021-01-15T13:33:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T15:07:55.000Z (9 months ago)
- Last Synced: 2024-09-21T13:13:51.809Z (about 2 months ago)
- Topics: package, php, wordpress
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RRZE WordPress Package
The RRZE package for WordPress is a general-purpose package designed to simplify and streamline the development of plugins for WordPress.
## Installation
Install the latest version with
```bash
% composer require rrze/wp
```## Features
### Plugin
The purpose of this PHP library is to streamline the handling of files and directories within WordPress plugins. It offers methods to access various details about the plugin, including its file path, basename, directory, URL, version, and slug.
[Read more](src/Plugin/README.md)
### Settings
This PHP library aims to simplify the creation of WordPress plugin settings pages, reducing reliance on the Settings API or custom code. It addresses the complexity of manual HTML coding for options and the integration of tabs and sections, streamlining the process for straightforward settings page creation.
[Read more](src/Settings/README.md)