Skip to content

Commit b815485

Browse files
author
Robin Cawser
committed
Update readme
1 parent 82f2431 commit b815485

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# StringGeneratorBundle
22

3+
[![Build Status](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/build-status/master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/?branch=master)
4+
35
This bundle allows you to automatically generate a unique random string on an entity property, useful for
46
creating keys. Using Doctrine's `prePersist` callback, StringGenerator adds the generated string to a property
57
before the entity is persisted. It also checks whether the string is unique to that property (just in case) and if not, quietly

0 commit comments

Comments
 (0)