PHPackages                             thebbapp/rest-api-bbpress - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. thebbapp/rest-api-bbpress

ActiveLibrary[API Development](/categories/api)

thebbapp/rest-api-bbpress
=========================

BBPress REST API implementation for BbApp.

v0.1.0(5mo ago)081AGPL-3.0-or-laterPHPPHP &gt;=7.2.24

Since Dec 14Pushed 5mo agoCompare

[ Source](https://github.com/thebbapp/php-lib-bb-app-rest-api-bbpress)[ Packagist](https://packagist.org/packages/thebbapp/rest-api-bbpress)[ Fund](https://thebbapp.com/donate)[ RSS](/packages/thebbapp-rest-api-bbpress/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

thebbapp/rest-api-bbpress
=========================

[](#thebbapprest-api-bbpress)

BBPress REST API implementation for BbApp. The library can be used independently of the full BbApp framework stack, making it reusable for any WordPress site that needs BBPress REST API functionality.

Simplified Dependency Tree
--------------------------

[](#simplified-dependency-tree)

```
thebbapp/rest-api-bbpress
└── thebbapp/rest-api-wordpress-base
    └── thebbapp/rest-api

```

Installation
------------

[](#installation)

Install via Composer:

```
composer require thebbapp/rest-api-bbpress
```

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2.24
- WordPress with BBPress plugin installed and activated
- `thebbapp/rest-api-wordpress-base` &gt;= 0.1.0

Usage
-----

[](#usage)

This library extends the WordPress REST API to provide comprehensive BBPress forum, topic, and reply functionality. It adds REST endpoints, custom fields, meta queries, and anonymous posting support for BBPress.

### Basic Setup

[](#basic-setup)

Initialize and register the BBPress REST API in your WordPress plugin or theme:

```
