Skip to content

Commit

Permalink
Adding composer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rdohms committed Jun 11, 2013
1 parent 1cfffa0 commit e642c92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This library provides a service that can be used to filter object values based on annotations

## Installation

### Composer

composer.phar require dms/dms-filter=~1.1

## Usage

Your Entity:
Expand Down Expand Up @@ -94,4 +100,4 @@ Feel free to send pull requests, just follow these guides:

This library is inspired by the Symfony 2 Validator component and is meant to work alongside it.

Symfony 2 Validator: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator
Symfony 2 Validator: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator

0 comments on commit e642c92

Please sign in to comment.