Libraries tagged by strong

eboreum/caster

0 Favers
4650 Downloads

Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.

Go to Download


drupal/core-datetime

3 Favers
174 Downloads

This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.

Go to Download


dragoniscz/php-value-dumper

0 Favers
956 Downloads

PHPValueDumper is a library designed to convert objects into PHP strings that can be used to create corresponding variables.

Go to Download


divineomega/is_offensive

8 Favers
1464 Downloads

This PHP package provides an `is_offensive` helper function. Passing a string to `is_offensive` will return a boolean telling you if it contains offensive words.

Go to Download


dimanzver/fio-analyzer

0 Favers
1424 Downloads

Analyze user input string, and split it into Russian first name, second name and last name

Go to Download


dimanzver/fast-fuzzy-search

0 Favers
1455 Downloads

Fast fuzzy search in an array of strings for the most similiar ones

Go to Download


digicomp/flow-translation-endpoint

0 Favers
932 Downloads

A simple endpoint providing XLIFF translations as string

Go to Download


dewan/dewan-multilang-slug

0 Favers
105 Downloads

It takes a string, a model, a filed, and a divider, and returns a unique string with a number or random string appended to it if the slug already exists in the database.

Go to Download


danack/float-hex

11 Favers
845 Downloads

Float to hex strings, and float comparison.

Go to Download


cumanzorx07/coupon_code_generator

0 Favers
4160 Downloads

PHP library to generate and validate coupon code strings.

Go to Download


cosnavel/laravel-query-localization

50 Favers
8167 Downloads

Query String Localization Package for Laravel

Go to Download


codewiser/polyglot

2 Favers
2855 Downloads

Translation strings parser and web editor for Laravel applications

Go to Download


cmpayments/schemavalidator

9 Favers
4091 Downloads

SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.

Go to Download


cmpayments/jsonlint

7 Favers
4637 Downloads

JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JSON) string. It supports both RFC 4627 and (its superseding) RFC 7159.

Go to Download


clue/caret-notation

2 Favers
3663 Downloads

^B A dead-simple PHP library to add caret notation in order to safely show strings that contain ASCII control characters (unprintable characters)

Go to Download


<< Previous Next >>