Browse

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...
pj DataProvider Framework
Free

pj DataProvider Framework

By Premek
Development Tools
Encapsulates DB interface with powerful classes General usage framework usable in any PHP environment. IDataProvider defines a function set the actual database engine interface must provide. MySqlDataProvider is the IDataProvider layer to the MySql database engine (mysqli). InfoBase, representing one single database table row, is a base class for extension's classes with specific functionality,...
xbFilms
Free

xbFilms

By Roger Creagh-Osborne
Education & Culture
xbFilms is a component for cataloguing films with details including synopsis, director, cast, and crew together with reviews of the films. The primary intended user is someone wanting to keep a record of films they have seen with a reminder of the plot and what their reaction was. A film can have multiple reviews by the same or different users, allowing family and friends or a reading group to s...
System - WT JSPhotoswipe
Free

System - WT JSPhotoswipe

By MiniJoomla.org
Development Tools
Plugin register a PhotoSwipe bundle in Joomla Web Assets Manager. This plugin is designed especially for developers of Joomla! 4. Registers the Photoswipe package in the Joomla Web Resource Manager. Then you can use it in your extensions - components, modules, plugins. Thanks to this plugin, you can start using Lightbox and Slideshow for photo gallery in your application, by simply writing in th...
System - WT JSUglipop
Free

System - WT JSUglipop

By MiniJoomla.org
Development Tools
This plugin is designed especially for developers of Joomla! 4. Registers the Photoswipe package in the Joomla Web Resource Manager. Then you can use it in your extensions - components, modules, plugins. Thanks to this plugin, you can start using Lightbox and Slideshow for photo gallery in your application, by simply writing in the code: /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $...
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 Fabric.js
Free

WT Fabric.js

By Sergey Tolkachyov
Development Tools
This plugin is for Joomla developers. The plugin registers Fabric.js package in Joomla Web Assets Manager. It allows you to use Fabric.js anywhere in Joomla 4: into modules, components, plugins. To do this in your code, use use Joomla\CMS\Factory; $wa = Factory::getApplication()->getDocument()->getWebAssetManager(); $wa->useScript('fabric-bundle');...