PHPackages                             phproberto/joomla-common - 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-common

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

phproberto/joomla-common
========================

Common libraries to interact with Joomla!

0893PHP

Since Jul 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phproberto/joomla-common)[ Packagist](https://packagist.org/packages/phproberto/joomla-common)[ RSS](/packages/phproberto-joomla-common/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Joomla! extension development libraries.
========================================

[](#joomla-extension-development-libraries)

> 100% unit tested libraries to develop Joomla! extensions.

[![Build Status](https://camo.githubusercontent.com/1075abaa6e5fc5902e3cabdc5a31889b88202e0cf4b204f0a7215ae7bc0361c2/68747470733a2f2f7472617669732d63692e6f72672f706870726f626572746f2f6a6f6f6d6c612d636f6d6d6f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/phproberto/joomla-common)[![Code Coverage](https://camo.githubusercontent.com/53b203f2c8e1d8690fb44ceb9e93d42cba23640804f39f7f9356aee9188bde45/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706870726f626572746f2f6a6f6f6d6c612d636f6d6d6f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phproberto/joomla-common/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/71dcd9a58ab466db86f736d546aab13233531a8f5bec6c2c46275439dd025cd7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706870726f626572746f2f6a6f6f6d6c612d636f6d6d6f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/phproberto/joomla-common/?branch=master)

**STILL NOT READY FOR PRODUCTION**

Quickstart
----------

[](#quickstart)

Sample usage:

```
use Phproberto\Joomla\Client\Client;

// Get the active client
$client = Client::getActive();

// Check if we are in backend
if ($client->isAdmin())
{
	// Do something
}

// Check if we are in frontend
if ($client->isSite())
{
	// Do something
}

// Retrieve client base folder
echo 'Base application folder is ' . $client->getFolder();

// Retrieve frontend client
$site = Client::site();

// Retrieve backend client
$admin = Client::admin();
```

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

[](#requirements)

- **PHP 5.5+**
- **Joomla! CMS v3.7+**

License
-------

[](#license)

This library is licensed under [GNU LESSER GENERAL PUBLIC LICENSE](./LICENSE).

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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 (60 commits)")

### Embed Badge

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

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

PHPackages © 2026

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