We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f2431 commit b815485Copy full SHA for b815485
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# StringGeneratorBundle
2
3
+[](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/build-status/master) [](https://scrutinizer-ci.com/g/vivait/StringGeneratorBundle/?branch=master)
4
+
5
This bundle allows you to automatically generate a unique random string on an entity property, useful for
6
creating keys. Using Doctrine's `prePersist` callback, StringGenerator adds the generated string to a property
7
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