Download the PHP package tedem/mybb-template-helper without Composer

On this page you can find all versions of the php package tedem/mybb-template-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package mybb-template-helper

Template Helper for MyBB

A composer package to help you edit MyBB templates locally with your favorite code editor. You can use it to create a local copy of the MyBB templates, edit them, and compile them back to the original format.

Requirements

The requirements for this package to work are as follows:

Installation

Install the package using Composer by running:

Enjoy!

Usage

Create a new theme from the ACP or use the theme you have already created.

Attention: Remember to make a backup before use. For theme development only.

Download Templates Command:

Your theme must have a template set. If not, you can create one through the ACP. First, the core templates will be installed, and then if there are any modifications in your theme, those templates will be updated locally.

The downloaded templates will be listed in the .temp folder in the main directory of MyBB.

Upload Templates Command:

The update command will update the templates you have modified. If the modified template does not belong to your theme's template set, it will create a new template for your theme with the same name.

Upload Specific Templates Command:

Specifying a custom template will only load the template you have selected. No changes will be made to other templates.

Note: You need to run the command after each change. You can use looping software to automate it.

Contributing Guidelines

Please review our contributing guidelines to learn about our submission process, coding standards, and more.

Versioning

I use SemVer for versioning.

Authors

License

MIT


All versions of mybb-template-helper with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tedem/mybb-template-helper contains the following files

Loading the files please wait ....