Download the PHP package nikolaposa/zf-disqus without Composer
On this page you can find all versions of the php package nikolaposa/zf-disqus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nikolaposa/zf-disqus
More information about nikolaposa/zf-disqus
Files in nikolaposa/zf-disqus
Package zf-disqus
Short Description ZF module which facilitates integration of Disqus widgets
License MIT
Informations about the package zf-disqus
ZfDisqus
ZF module which facilitates integration of Disqus widgets.
Installation
The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json
:
Provide your Disqus shortname through configuration:
Enable the module in your application.config.php
:
Usage
This module provides a Disqus
view helper (ZfDisqus\View\Helper\Disqus
) which is essentially a wrapper around the DisqusHelper. Refer to the DisqusHelper project documenation for more information about available widget methods.
Examples
Typical example would be in some application which uses layouts. Widgets should be rendered in specific templates, while Disqus assets will be rendered somewhere in the layout, most commonly within the head or tail sections:
Template
Layout
Credits
- Nikola Poša
- All Contributors
License
Released under MIT License - see the License File for details.
All versions of zf-disqus with dependencies
nikolaposa/disqus-helper Version ^2.0
zendframework/zend-servicemanager Version ^3.0
zendframework/zend-view Version ^2.7