PHPackages                             phproberto/joomla-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phproberto/joomla-module

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phproberto/joomla-module
========================

Library to interact and develop Joomla! modules

05PHP

Since Jun 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phproberto/joomla-module)[ Packagist](https://packagist.org/packages/phproberto/joomla-module)[ RSS](/packages/phproberto-joomla-module/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Joomla! Module by Phproberto
============================

[](#joomla-module-by-phproberto)

> Base classes to develop Joomla! Modules.

[![Build Status](https://camo.githubusercontent.com/f1ed07bb35f206b7ae0d5c162708967ffc54fbedd314919c5f3f2fe3e8e2dc13/68747470733a2f2f7472617669732d63692e6f72672f706870726f626572746f2f6a6f6f6d6c612d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phproberto/joomla-module)[![Code Coverage](https://camo.githubusercontent.com/d251cebea1caa40263c37a034c6e061462d25d95b063746b706ff889c1d429b5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706870726f626572746f2f6a6f6f6d6c612d6d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phproberto/joomla-module/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/41ed1e8d14202e42eae3bca371eed58cecfa5f773384a0fff32aeae254faefaf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706870726f626572746f2f6a6f6f6d6c612d6d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phproberto/joomla-module/?branch=master)

**STILL NOT READY FOR PRODUCTION**

What?
-----

[](#what)

Have you ever seen something like this?

```
// Include the latest functions only once
JLoader::register('ModArticlesLatestHelper', __DIR__ . '/helper.php');

$list            = ModArticlesLatestHelper::getList($params);
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8');

require JModuleHelper::getLayoutPath('mod_articles_latest', $params->get('layout', 'default'));
```

Wouldn't be better to be able to just use something like this?

```
JLoader::registerPrefix('ModArticlesLatest', __DIR__);

echo ModArticlesLatestModule::getInstance($module->id)->setParams($params)->render();
```

Modules are the only part where Joomla! doesn't use OOP. Start using these module classes now and take advantage of its benefits.

Requirements
------------

[](#requirements)

- **PHP 5.4+** Due to the use of traits
- **Joomla! CMS v3.7+**

Benefits
--------

[](#benefits)

- Modules are only loaded once from database.
- Support for legacy templates system (99% backward compatible) and `JLayoutFile` layouts.
- Easily and transparently load &amp; save module parameters.
- Unit tested to ensure that your modules are never broken.
- Built over years of experience dealing with Joomla! modules.
- 100% Opensource.

Documentation
-------------

[](#documentation)

Check [docs](./docs) for detailed documentation.

License
-------

[](#license)

This library is licensed under [GNU/GPL 2 license](http://www.gnu.org/licenses/gpl-2.0.html).

Copyright (C) 2017 [Roberto Segura López](http://phproberto.com) - All rights reserved.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/95a9d4d757d40fa933d8dec0f67419f0a5fbe6453cdf09482cbe6bffcc7e328c?d=identicon)[phproberto](/maintainers/phproberto)

---

Top Contributors

[![phproberto](https://avatars.githubusercontent.com/u/1119272?v=4)](https://github.com/phproberto "phproberto (3 commits)")

### Embed Badge

![Health badge](/badges/phproberto-joomla-module/health.svg)

```
[![Health](https://phpackages.com/badges/phproberto-joomla-module/health.svg)](https://phpackages.com/packages/phproberto-joomla-module)
```

###  Alternatives

[epigra/trstringhelper

PHP Türkçe Karakter Destekli String Fonksiyonları (toupper,tolower,ucfirst,ucwords,capitalizefirst) Kütüphanesi

244.1k](/packages/epigra-trstringhelper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
