This commit is contained in:
Daniel Wilkowski 2022-09-29 23:43:03 -03:00 committed by GitHub
commit 23e121e842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ Libraries to help manage database schemas and migrations.
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
* [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
* [T-Regx](https://github.com/T-Regx/T-Regx) - An advanced regular expressions library, eliminating the gotchas of PHP.
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
* [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.