PHPackages                             bdunogier/ezdisqus-ls - 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. [API Development](/categories/api)
4. /
5. bdunogier/ezdisqus-ls

ActiveLibrary[API Development](/categories/api)

bdunogier/ezdisqus-ls
=====================

Disqus integration for eZ Publish legacy

v1.1.0(11y ago)5149[15 issues](https://github.com/bdunogier/ezdisqus/issues)[1 PRs](https://github.com/bdunogier/ezdisqus/pulls)GPL-3.0PHP

Since Sep 18Pushed 11y agoCompare

[ Source](https://github.com/bdunogier/ezdisqus)[ Packagist](https://packagist.org/packages/bdunogier/ezdisqus-ls)[ RSS](/packages/bdunogier-ezdisqus-ls/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

eZDisqus
========

[](#ezdisqus)

[![Analytics](https://camo.githubusercontent.com/1b08791924eb6d8130ccdf953bfb25808595ef406cc9278875a012566bc4a1da/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d35323132313836302d312f657a6469737175732f726561646d65)](https://github.com/igrigorik/ga-beacon)

**eZDisqus** is an integration of Disqus commenting system in eZ Publish.

The goal is to have a tight integration of the **Disqus** service inside any eZ Publish installation. This extension provides a [datatype](http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Concepts-and-basics/Content-management/Datatypes)that can be added to any content class.

Features
--------

[](#features)

Out of the box, **eZDisqus** comes with:

- Native datatype
- Dashboard widget
- Comment lookup in admin interface for each content object having Disqus datatype
- Exporters to migrate from an existing commenting system (such as [eZComments](https://github.com/ezsystems/ezcomments)or native eZ Publish comments)

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

[](#requirements)

eZ Disqus LS requires eZ Publish version 4.6+/2011.6+.

PHP 5.3.x is required if you use the export system as it uses namespaces and some advanced features. Otherwise, the requirements are the same as for eZ Publish legacy.

> **Compatibility with eZ 5**: eZ Disqus LS conflicts with [CommentsBundle](https://github.com/ezsystems/CommentsBundle), that has been released with eZ 5.2. If you use Symfony stack, please use `CommentsBundle` instead.

### Old versions of eZ Publish

[](#old-versions-of-ez-publish)

If you don't use the export API, eZDisqus would probably run smoothly on top of eZ Publish 4.1+. **However, autoload generator might have unexpected issues** (see Install 5th point) since namespace support has been added in **Annapurna**. You might need to patch the autoload generator if you have issues (see [this patch](https://github.com/ezsystems/ezpublish/commit/daaa00).

Install
-------

[](#install)

First of all, you'll need to setup a [new account to the Disqus service](http://disqus.com/admin/register/).

1. Download a release or install via Composer: `composer require bdunogier/ezdisqus-ls:~1.0`
2. Activate the extension in eZ Publish
3. Regenerate autoloads via `php bin/php/ezpgenerateautoloads.php -e -p`
4. Add the Disqus datatype to the desired content classes
5. Configure the extension by making an override of `extension/ezdisqus/settings/disqus.ini`

- Specify your **shortname**
- Optionnaly enable the **DevelopmentMode** which allows you to test comments on an inaccessible website (e.g. local development)
- Please note that at the moment **all settings must be shared between admin and front siteaccesses** to work properly.

That's it! Your now ready to use Disqus comments!

Comments migration
------------------

[](#comments-migration)

Disqus allows you to import already existing comments into their service. To make it easy, **eZDisqus** provides an export system that will generate an XML file in the right format (aka *Disqus WXR*).

Export script example from eZComments:

```
use Disqus\Export\Processor as ExportProcessor,
    Disqus\Export\Exporter\EzComments as EzCommentsExporter,
    Disqus\Export\Formatter\DisqusWXR as DisqusFormatter;

$processor = new ExportProcessor(
    new EzCommentsExporter(),
    new DisqusFormatter()
);
$processor->export();
echo $processor->render();
```

Note that above script would need to be run with `ezexec.php`:

```
php bin/php/ezexec.php extension/ezdisqus/bin/php/export.php
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

Unknown

Total

1

Last Release

4255d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/332d9fbb8a1a71e3c50adb2542bfd8a60756945d02103afb4eb395af9c0d3929?d=identicon)[lolautruche](/maintainers/lolautruche)

---

Top Contributors

[![lolautruche](https://avatars.githubusercontent.com/u/313528?v=4)](https://github.com/lolautruche "lolautruche (57 commits)")[![SylvainGuittard](https://avatars.githubusercontent.com/u/1157233?v=4)](https://github.com/SylvainGuittard "SylvainGuittard (6 commits)")[![jonmorten](https://avatars.githubusercontent.com/u/773079?v=4)](https://github.com/jonmorten "jonmorten (2 commits)")[![alafon](https://avatars.githubusercontent.com/u/304638?v=4)](https://github.com/alafon "alafon (1 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (1 commits)")

### Embed Badge

![Health badge](/badges/bdunogier-ezdisqus-ls/health.svg)

```
[![Health](https://phpackages.com/badges/bdunogier-ezdisqus-ls/health.svg)](https://phpackages.com/packages/bdunogier-ezdisqus-ls)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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