Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```