We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a0c04 commit 447fdc4Copy full SHA for 447fdc4
README.md
@@ -29,3 +29,8 @@ print $ulid; // 01b8kyr6g8bc61ce8r6k2t16hy
29
## License
30
31
MIT © [Robin van der Vleuten](https://www.robinvdvleuten.nl)
32
+
33
34
+## See also
35
36
+- [bentools/doctrine-ulid](https://github.com/bpolaszek/doctrine-ulid) - To use this library with Doctrine ORM.
composer.json
@@ -32,5 +32,8 @@
"branch-alias": {
"dev-master": "2.0.x-dev"
}
+ },
+ "suggest": {
37
+ "bentools/doctrine-ulid": "Use ULID with Doctrine ORM"
38
39
0 commit comments