Browse Source

add url highlight library

pull/1344/head
Volodymyr Stelmakh 8 months ago
parent
commit
469bd59958
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -697,6 +697,7 @@ Libraries to help manage database schemas and migrations.
697 697
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
698 698
 * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
699 699
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
700
+* [Url highlight](https://github.com/vstelmakh/url-highlight) - A library for parsing URLs from text and converting them into clickable links.
700 701
 * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
701 702
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
702 703
 

Loading…
Cancel
Save