PHPackages                             open-wide/ezpublish-service-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. open-wide/ezpublish-service-bundle

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

open-wide/ezpublish-service-bundle
==================================

For Ez Publish 5, provides a complete system to create and show service in ezflow block and full page

1211PHP

Since Aug 19Pushed 10y ago17 watchersCompare

[ Source](https://github.com/Open-Wide/OwPublishServiceBundle)[ Packagist](https://packagist.org/packages/open-wide/ezpublish-service-bundle)[ RSS](/packages/open-wide-ezpublish-service-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OwServiceBundle for eZ Publish documentation
============================================

[](#owservicebundle-for-ez-publish-documentation)

[![https://github.com/Open-Wide/OwServiceBundle/raw/master/doc/images/Open-Wide_logo.png](https://github.com/Open-Wide/OwServiceBundle/raw/master/doc/images/Open-Wide_logo.png)](https://github.com/Open-Wide/OwServiceBundle/raw/master/doc/images/Open-Wide_logo.png)

Extension:OW ServiceBundle v1.0Requires:eZ Publish 5.4.xAuthor:Open Wide Presentation
------------

[](#presentation)

This extension provides a complete system to create and show service in bloc or full view.

### LICENCE

[](#licence)

This eZ Publish extension is provided *as is*, in GPL v3 (see LICENCE).

Installation via composer
-------------------------

[](#installation-via-composer)

1. Add ServiceBundle in your project's composer.json

```
{
  "require": {
    "open-wide/ezpublish-service-bundle": "dev-master"
  }
}
```

2. Enable the Bundle in your EzPublishKernel.php file:

```
