Skip to content

Commit

Permalink
improve Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Aug 28, 2015
1 parent 0cf5085 commit a4e1052
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,10 +1,10 @@
# ezobject
Symfony Bundle eZObjectWrapperBundle for eZ Publish 5 development (>=5.3).
# eZObjectWrapperBundle

version 1.0 24/10/2014
A Symfony Bundle for eZ Publish 5 development (>=5.3).

Developed by the [Kaliop](http://www.kaliop.com/) team.


## Description

This bundle offers a simple model to encapsulate location and content for eZPublish 5 development.
Expand All @@ -18,6 +18,7 @@ These extended classes are built via a class_mapping in `eZObjectWrapper.yml`.
This bundle also provides a Twig function, `renderLocation`, wich uses the ViewController as a service, and doesn't
relaunch the Symfony kernel, for more efficiency.


## Installation

The recommanded way to install this bundle is through [Composer](http://getcomposer.org/).
Expand All @@ -42,6 +43,7 @@ new \eZObject\WrapperBundle\eZObjectWrapperBundle()
```

## Usage

### Building `eZObjectWrapper`
```php
// get the service
Expand All @@ -68,7 +70,5 @@ parameters:
```




## Contact
E-mail : asavoie@kaliop.com / sbressey@kaliop.com

0 comments on commit a4e1052

Please sign in to comment.