Libraries tagged by string convert
tamaledns/base64-to-file-lara
0 Downloads
Convert base64 String to File of Laravel
suchmaske/rasmiphize
4 Downloads
Convert arabic strings to their rasm (PHP)
smeghead/text-link-encoder
13 Downloads
A library that converts any string containing a URL (such as a user-entered string) into a html string containing url link. Non-URL parts are html-encoded.
simon-barton/seo-url
135 Downloads
Module converts any string to valid URL
ronappleton/php-to-xml
3 Downloads
Convert Json String, Object or Array to Simple XML
robinthehood/tokenizer
836 Downloads
With Tokenizer you can easily convert a string to a stream or array of tokens.
pokap/uslugify
6 Downloads
Converts a string into unicode slugs.
oukhennicheabdelkrim/slug
10 Downloads
Converts a string to a slug
mre/csvtable
7 Downloads
Convert CSV strings to Markdown tables
konstantind/otus-flexible-float-parser
5 Downloads
Flexible Float Parser is a lightweight PHP package that converts numeric strings with either a comma or a dot as a decimal separator into a float. It supports negative numbers and values without a leading zero (e.g., .5 → 0.5).
jeslopcru/simply-slug
4 Downloads
Simple implementation for convert a string into a slug
indeev/asciify
38 Downloads
This tool is used to convert any string containing letters with diacritics to string with ASCII (a-zA-Z) version of accented letters
damianociarla/polygon-form-field-bundle
28 Downloads
PolygonFormFieldBundle adds a new field type to convert a string '[longitude,latitude longitude,latitude n,n...]' in Polygon object and vice versa in Symfony2.
damianociarla/point-form-field-bundle
364 Downloads
DCSPointFormFieldBundle adds a new field type to convert a string 'longitude,latitude' in Point object and vice versa in Symfony2.
bingogg14/slugify
33 Downloads
Converts a string into a slug. Port from simov/slugify