Skip to content

carlo94it/phpbb-extensions-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

phpBB Extensions Repository

This repository is a database of phpBB Extensions installable through phpBB Extensions Manager.

Add your extensions

If you would add your extensions to our database, please follow the following guidelines:

  • Fork the repository
  • Create a directory if not exists with your vendor name (eg. carlo94it)
  • Create a file called extension-name.json (eg. phpbbextmanager.json) as specified below
  • Submit a pull-request

JSON example for extensions

{
	"name": "vendor/extension-name",
	"display-name": "Extension name",
	"description": "Extension description",
	"download": {
		"url": "https://github.com/vendor/extension-name.git",
		"version": "master",
		"type": "git"
	}
}

Downloading methods

Currently the only methods for downloading are:

  • git (URL: repository url, VERSION: branch/tag name)

About

Database of phpBB Extensions for phpBB Extensions Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published