• Stars
    star
    139
  • Rank 253,847 (Top 6 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created over 10 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Core plugins for osTicket (v1.8+)

Core plugins for osTicket

Core plugins for osTicket-1.8 and onward

Installing

Clone this repo or download the zip file and place the contents into your include/plugins folder

After cloning, hydrate the repo by downloading the third-party library dependencies.

php make.php hydrate

Building Plugins

Make any necessary additions or edits to plugins and build PHAR files with the make.php command

php -dphar.readonly=0 make.php build <plugin-folder>

This will compile a PHAR file for the plugin directory. The PHAR will be named plugin.phar and can be dropped into the osTicket plugins/ folder directly.

Translating

Crowdin

Translation service is being performed via the Crowdin translation management software. The project page for the plugins is located at

https://crowdin.com/project/osticket-plugins