PHPackages                             gggeek/ggsysinfo - 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. gggeek/ggsysinfo

ActiveEzpublish-legacy-extension[Utility &amp; Helpers](/categories/utility)

gggeek/ggsysinfo
================

Allows eZ Publish administrators and developers to have better insight into their working installation

0.10.1(4y ago)137.8k9GPL-2.0-or-laterPHPPHP &gt;=5.3

Since Oct 10Pushed 4y ago4 watchersCompare

[ Source](https://github.com/gggeek/ggsysinfo)[ Packagist](https://packagist.org/packages/gggeek/ggsysinfo)[ Docs](http://projects.ez.no/ggsysinfo)[ RSS](/packages/gggeek-ggsysinfo/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (3)Versions (25)Used By (0)

Extension ggsysinfo for eZ publish
==================================

[](#extension-ggsysinfo-for-ez-publish)

Goals
-----

[](#goals)

Allow eZ Publish administrators and developers to have better insight into their working installation.

For example:

- have the complete information from the installed php accelerator within the eZ Publish admin interface, and, in case, allow to clear its cache
- have a more detailed view on eZ Publish cache files, allowing to grep through them and delete them if needed
- have a more detailed view on eZ Publish log files, allowing to grep through them
- have a stats page with all types of content in the db listed
- have a page with more detailed status tests than ezinfo/isalive
- have the complete information from the phpinfo() page within the eZ Publish admin interface
- and more... new information panels are added periodically to the extension

Some pages that can be of help to developers too:

- all available modules
- all available module views with their parameters
- all available fetch functions
- all available policy functions
- all available policy module operations
- all available template operators (eZ4 templates)
- all available workflow event types

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

[](#requirements)

- php 5.3 or later
- eZ Publish 4.0 or later (tested all the way to eZ Platform 2.5)
- eZ Publish cluster mode is only partially supported for the cache info part
- the GD extension to php plus the Zeta Components library are needed to produce graphs (eg. in the storage churn page)
- the ezgeshi extension ver. 1.3 or later is an optional add-on that will add some functionality

Installation
------------

[](#installation)

- As per standard eZ Publish extensions: drop in extension dir, activate in site.ini override file or via gui
- fix the autoload config: if not activated via the admin interface, run the ezpgenerateautoloads.php script
- to have the connecting-to-the-web and connecting-to-email-server tests activated, go edit sysinfo.ini.append.php. By default, these tests are deactivated since they involve active probing of external resources
- Access to all views of this module is regulated by granting access to the "setup/system\_info" policy. NB: this is the same policy that governs access to the "System information" page in the admin interface, not a new policy defined by this extension. To allow anonymous access to a single view, the ini setting PolicyOmitList can be also used.
- Make sure that users can access image files stored in var/$sitename/cache/sysinfo for the storage churn graph to work (this means properly configuring .htaccess file or vhost configuration usually)
- For setting up the extension properly in cluster mode, read the details in settings/sysinfo.ini, \[ClusterSettings\] section
- If the ezgeshi extension ver. 1.3 or later is also installed, on the pages listing views and fetch functions a link to the source code will be available. To be able to see the source listing, permission to the policy geshi/view\_ezpublish\_source must be granted for the desired users.

New modules/views
-----------------

[](#new-modulesviews)

All the functionality is available in a new top-level tab in the administration interface, named "System Information". A somewhat-detailed description of all available information pages is given there. If some of the items in the menu are greyed out, it is because the corresponding item does not work / apply to your eZ Publish setup.

The systemstatus view can be used for systematic monitoring of the status of the eZ Publish installation by external tools such as Nagios, OpenNMS, Zenoss etc... For such configurations, it is recommended to use the json output, activated by appending 'json' to the url (after of course, giving correct access permissions): /sysinfo/systemstatus/(view)/json

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.7% 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.

###  Release Activity

Cadence

Every ~118 days

Recently: every ~178 days

Total

24

Last Release

1500d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f641f7d6edabf83c56f6c4998b04e6c59a00b46bf51ca6699c31b09f9c948677?d=identicon)[gggeek](/maintainers/gggeek)

---

Top Contributors

[![gggeek](https://avatars.githubusercontent.com/u/308634?v=4)](https://github.com/gggeek "gggeek (28 commits)")[![alexsebbane](https://avatars.githubusercontent.com/u/313531?v=4)](https://github.com/alexsebbane "alexsebbane (5 commits)")[![tomahoax](https://avatars.githubusercontent.com/u/263464?v=4)](https://github.com/tomahoax "tomahoax (2 commits)")[![informagar](https://avatars.githubusercontent.com/u/21176663?v=4)](https://github.com/informagar "informagar (1 commits)")[![sbressey](https://avatars.githubusercontent.com/u/44765351?v=4)](https://github.com/sbressey "sbressey (1 commits)")

---

Tags

developmentezpublishintrospectionsystem-administration

### Embed Badge

![Health badge](/badges/gggeek-ggsysinfo/health.svg)

```
[![Health](https://phpackages.com/badges/gggeek-ggsysinfo/health.svg)](https://phpackages.com/packages/gggeek-ggsysinfo)
```

###  Alternatives

[ezsystems/eztags-ls

eZ Tags is an extension for eZ Publish, providing more functionality for tagging content objects than ezkeyword datatype included in eZ Publish kernel.

40203.6k2](/packages/ezsystems-eztags-ls)[ezsystems/ezautosave-ls

Content editing autosave extension for eZ Publish legacy

22423.2k3](/packages/ezsystems-ezautosave-ls)[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.6k4](/packages/ezsystems-legacy-bridge)

PHPackages © 2026

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