Libraries tagged by to string
triquang/laravel-model-doc
9 Downloads
A Laravel package to generate PHPDoc for Laravel models (@property varchar string $name...)
noahheck/e_mysqli
173 Downloads
Replacement for default Mysqli class to allow viewing a parameterized query with the arguments inserted into the string
mistralys/php-sprintf-parser
311 Downloads
Parser to find all sprintf format placeholders in a string, and get information on them.
davidjeddy/normie
11 Downloads
Attempt to normalize the PHP standard library array and string function parameter order.
audero/audero-wav-extractor
1427 Downloads
Audero Wav Extractor is a PHP library that allows to extract a chunk from a wav file. The extracted chunk can be saved on the hard disk, can be forced to be prompted as download by the user's browser or returned as a string for a later processing.
asika/sql-splitter
4753 Downloads
This is a class that can split BIG SQL file or string as iterator so that can help us save memory when importing SQL to database.
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
velitsol/eloquent-filter
11 Downloads
A laravel package to filter eloquent models and their relationships based on URL query strings.
cbwar/php-text-difference
2215 Downloads
A comprehensive library for generating differences between two hashable objects (strings or arrays). Fork of a fork to add namespaces and psr-4 autoloading
weconstudio-it/propel-to-string-behavior
64 Downloads
Propel ORM 2 ToString Behaviour
tommus/stringo
6 Downloads
An object oriented solution to strings in php.
standardlibrary/casts-to-string
42 Downloads
Reuseable interface for describing PHP objects that can be cast to a string
sk/object-to-string
27 Downloads
__toString on steroids.
sfadless/number-to-string-converter
139 Downloads
Converts numbers to text
plepe/json-multiline-strings
236 Downloads
One shortcoming of JSON is the lack of multiline support. This module will split/join multiline strings to string arrays which is more readable.