Plugin

In gino you can implement plugins that make available special features or allow it to connect to libraries developed internally or linked to other projects. In this way, thanks to the system of the plugin, you can activate only the necessary functionality to their needs.

Currently available are the following plugins:


Plugin for mPDF

mPDF is a PHP class that generates PDF files from HTML with Unicode/UTF-8 and CJK support. The address of the mPDF project is http://www.mpdf1.com/mpdf/.

The plugin for integration gino is pluginGino-mpdf, available on github at: https://github.com/guidottim/pluginGino-mpdf.

The reference can be found at doc/plugin/mpdf/index.html.

 

Plugin for PHPMailer

Library that allows you to easily send emails either as simple text in HTML format, not to mention the ability to send files attached to emails. The address of the PHPMailer project is http://phpmailer.worxware.com/.

The plugin for integration gino is pluginGino-phpmailer, available on github at: https://github.com/guidottim/pluginGino-phpmailer.

The reference can be found at doc/plugin/phpmailer/index.html.