PHPackages                             aw/ezp-fetch-bundle - 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. aw/ezp-fetch-bundle

AbandonedArchivedEzpublish-bundle

aw/ezp-fetch-bundle
===================

A content query language for ezpublish 5

5442PHP

Since Sep 2Pushed 10y ago4 watchersCompare

[ Source](https://github.com/amiralweb/AwEzpFetchBundle)[ Packagist](https://packagist.org/packages/aw/ezp-fetch-bundle)[ RSS](/packages/aw-ezp-fetch-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This project is no longer maintained

AwEzpFetchBundle
================

[](#awezpfetchbundle)

Presentation
------------

[](#presentation)

AwEzpFetchBundle is a facade for the search service. It brings a content query language for eZ Publish 5.

Bundle documentation
--------------------

[](#bundle-documentation)

The bundle documentation is available in `Resources/doc/index.rst`

[Read the Documentation](https://github.com/amiralweb/AwEzpFetchBundle/blob/master/Resources/doc/index.rst)

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

[](#installation)

1. With Composer add the following to your `composer.json` file, then run composer `update` command:

    ```
        {
            require: {
                "aw/ezp-fetch-bundle": "dev-master",
            }
        }
    ```
2. Register AwEzpFetchBundle by adding following to `EzPublishKernel.php` file:

    ```
