Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp-hooks/php-api
A PHP API for interacting with wp-hooks definitions
https://github.com/wp-hooks/php-api
wordpress
Last synced: 7 days ago
JSON representation
A PHP API for interacting with wp-hooks definitions
- Host: GitHub
- URL: https://github.com/wp-hooks/php-api
- Owner: wp-hooks
- Created: 2022-07-03T20:04:23.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-08T20:43:32.000Z (2 months ago)
- Last Synced: 2024-09-08T23:45:24.386Z (2 months ago)
- Topics: wordpress
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# WP Hooks API
This is a library for interacting with a list of WordPress hooks that have been generated by [WP Hooks Generator](https://github.com/wp-hooks/generator).
## Status
Work in progress. Don't use this.
## Requirements
* PHP 7.4 or PHP 8+
## Installation
```shell
composer require wp-hooks/php-api
```