3.3.x Extensions Database 3.2 / 3.3phpBB API

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Post Reply Previous topicNext topic
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6586
Joined: 13 Jan 2014, 21:45
    Mac OS X Chrome

phpBB API

Post by dmzx »

Extension Name: phpBB API
Author: dmzx

Extension Description:
Secure, scoped, versioned REST API for external applications and mobile clients: full forum/topic/post/poll/attachment CRUD, moderation, member and private-message management, outgoing webhooks, a real-time SSE event stream, and search - all authenticated by per-user API credentials that never bypass phpBB's own ACL.

Full reference with code examples: api_doc/index.html



Screenshots:
Coming

Extension Download:


Installation:
  1. Download the latest release.
  2. Unzip the downloaded release, and change the name of the folder to `phpbbapi`.
  3. In the `ext` directory of your phpBB board, create a new directory named `dmzx` (if it does not already exist).
  4. Copy the `phpbbapi` folder to `/ext/dmzx/` if done correctly, you'll have the main extension class at
    (your forum root)/ext/dmzx/phpbbapi/composer.json
  5. Navigate in the ACP to `Customise -> Manage extensions`
  6. Look for `phpBB API ` under the Disabled Extensions list, and click its `Enable` link.

Post Reply Previous topicNext topic