- Libraries

WT JSwiper
Free

WT JSwiper

By Sergey Tolkachyov
Libraries
This plugin is for Joomla developers. The plugin registers Swiper.js package (https://swiperjs.com/) in Joomla Web Assets Manager. Then you can use it in your extensions. Plugin for Joomla developers. It allows you to use Swiper.js anywhere in Joomla 4: in modules, components, plugins. To do this in your code, use $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa-&g...
TCPDF Library
Free

TCPDF Library

By Llewellyn van der Merwe
Libraries
TCPDF Library for Joomla! If you already know how to use TCPDF and you need it for a Joomla! project, than this is a library package to be used in Joomla! Easy to install and update. TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions. This library includes also a class to extract data from existing PDF documents and classes to generate 1D and 2D barcod...
pj DataProvider for Joomla!
Paid download

pj DataProvider for Joomla!

By Premek
Libraries
A Joomla! developer's alternative database interface library Encapsulated database interface by powerful abstracted functions and classes. InfoBase, representing one single database table row, is a base class for extension's classes. SearchKey is a handy versatile query construct of unlimited complexity. The Visitors concept keeps track on active unregistered visitors. Useful UTF8 and other comm...
WT Amo CRM library
Free

WT Amo CRM library

By Sergey Tolkachyov
Libraries
A small PHP library for Joomla 4 and Amo CRM. For developers. AmoCRM as known as Kommo CRM (https://www.kommo.com/) As part of the package - amoCRM connection library - settings plugin for connecting to Amo CRM System - WT Amo CRM Library Code example use Webtolk\Amocrm\Amocrm; $amocrm = new Amocrm(); $result_amo_crm = $amocrm->getAccountInfo(); See documentation https://web-tolk.ru/en/dev...
WT Lightbox2.js
Free

WT Lightbox2.js

By Sergey Tolkachyov
Libraries
This plugin is for Joomla developers. The plugin registers Lightbox2.js (https://lokeshdhakar.com/projects/lightbox2/#getting-started) package in Joomla Web Assets Manager. Then you can use it in your extensions. To do this in your code, use: use Joomla\CMS\Factory; $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->usePreset('lightbox2')->useScript(&...