String Component
The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.
A tiny PHP class-based program to analyze an input file and extract all of that words and detect how many times every word is repeated
The ability to encode and decode a certain set of characters called 'Html Entities' has existed since PHP4. Amongst the vast number of functions built into PHP, there are 4 nearly identical functions that are used to encode and decode html entities; despite their similarities, however, 2 of them do provide additional capabilities not available to the others.
SqlFormatter A lightweight php class for formatting sql statements. It can automatically indent and add line breaks in addition to syntax highlighting
cocur/slugify Converts a string into a slug. Developed by Florian Eckerstorfer in Vienna, Europe with the help of many great contributors. Features Re
URLify for PHP A fast PHP slug generator and transliteration library, started as a PHP port of URLify.js from the Django project. Handles symbols from
#Getting started: ColorJizz-PHP uses the PSR-0 standards for namespaces, so there should be no trouble using with frameworks like Symfony 2. ###Autolo
GoogleTranslateForFree Packagist: https://packagist.org/packages/dejurin/php-google-translate-for-free Library for free use Google Translator. With at
đī¸ HtmlMin: HTML Compressor and Minifier for PHP Description HtmlMin is a fast and very easy to use PHP library that minifies given HTML5 source by r
SqlFormatter A lightweight php class for formatting sql statements. It can automatically indent and add line breaks in addition to syntax highlighting
Got the following issue this morning in symfony 5.4-RC1 with php 8.1:
!!
!! Fatal error: Declaration of Symfony\Component\String\Slugger\AsciiSlugger::getLocale() must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::getLocale(): string in /opt/project/vendor/symfony/string/Slugger/AsciiSlugger.php on line 93
!! Symfony\Component\ErrorHandler\Error\FatalError {#6153
!! #message: "Compile Error: Declaration of Symfony\Component\String\Slugger\AsciiSlugger::getLocale() must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::getLocale(): string"
!! #code: 0
!! #file: "./vendor/symfony/string/Slugger/AsciiSlugger.php"
!! #line: 93
!! -error: array:4 [
!! "type" => 64
!! "message" => "Declaration of Symfony\Component\String\Slugger\AsciiSlugger::getLocale() must be compatible with Symfony\Contracts\Translation\LocaleAwareInterface::getLocale(): string"
!! "file" => "/opt/project/vendor/symfony/string/Slugger/AsciiSlugger.php"
!! "line" => 93
!! ]
!! }
!!
Changelog (https://github.com/symfony/string/compare/v6.1.8...v6.1.9)
Changelog (https://github.com/symfony/string/compare/v6.0.16...v6.0.17)
Changelog (https://github.com/symfony/string/compare/v5.4.16...v5.4.17)
Changelog (https://github.com/symfony/string/compare/v6.2.1...v6.2.2)
Changelog (https://github.com/symfony/string/compare/v6.2.0-RC2...v6.2.0)
Changelog (https://github.com/symfony/string/compare/v6.2.0-BETA3...v6.2.0-RC1)
Changelog (https://github.com/symfony/string/compare/v6.2.0-BETA2...v6.2.0-BETA3)
Changelog (https://github.com/symfony/string/compare/v6.2.0-BETA1...v6.2.0-BETA2)
Changelog (https://github.com/symfony/string/compare/v6.1.6...v6.1.7)
Changelog (https://github.com/symfony/string/compare/v6.0.14...v6.0.15)
Changelog (https://github.com/symfony/string/compare/v5.4.14...v5.4.15)
Changelog (https://github.com/symfony/string/compare/v6.1.6...v6.2.0-BETA1)
Changelog (https://github.com/symfony/string/compare/v6.1.5...v6.1.6)
Changelog (https://github.com/symfony/string/compare/v6.0.13...v6.0.14)
Changelog (https://github.com/symfony/string/compare/v5.4.13...v5.4.14)
Changelog (https://github.com/symfony/string/compare/v6.1.4...v6.1.5)
Changelog (https://github.com/symfony/string/compare/v6.0.12...v6.0.13)
Changelog (https://github.com/symfony/string/compare/v5.4.12...v5.4.13)
Changelog (https://github.com/symfony/string/compare/v6.1.3...v6.1.4)
Changelog (https://github.com/symfony/string/compare/v6.0.11...v6.0.12)
Changelog (https://github.com/symfony/string/compare/v5.4.11...v5.4.12)
Changelog (https://github.com/symfony/string/compare/v6.1.2...v6.1.3)
width
method in AbstractUnicodeString
(TBoileau)Changelog (https://github.com/symfony/string/compare/v6.0.10...v6.0.11)
width
method in AbstractUnicodeString
(TBoileau)Changelog (https://github.com/symfony/string/compare/v5.4.10...v5.4.11)
width
method in AbstractUnicodeString
(TBoileau)Changelog (https://github.com/symfony/string/compare/v6.1.1...v6.1.2)
Changelog (https://github.com/symfony/string/compare/v6.0.9...v6.0.10)
Changelog (https://github.com/symfony/string/compare/v5.4.9...v5.4.10)
Changelog (https://github.com/symfony/string/compare/v6.1.0-RC1...v6.1.0)
Changelog (https://github.com/symfony/string/compare/v6.0.8...v6.0.9)
Changelog (https://github.com/symfony/string/compare/v5.4.8...v5.4.9)
Strings Component Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple stri
?? Portable UTF-8 Description It is written in PHP (PHP 7+) and can work without "mbstring", "iconv" or any other extra encoding php-extension on your
Persian-Glyphs Purpose This class takes Persian text (encoded in Windows-1256 character set) as input and performs Persian glyph joining on it and out
indentation PHP library to detect and manipulate the indentation of files and strings Installation composer require --dev colinodell/indentation Usage
Case converter Use this library to convert string between: Name Method Output example ?? Camel case toCamel() myNameIsBond ??â?? Pascal case toPascal(
Opis String Multibyte strings Opis String is a tiny library that allows you to work with multibyte encoded strings in an object-oriented manner. The l
Open Plant Names NOTE: At this point I'm trying this out as an idea. I need to check that what is written here will work. e.g. how many files will Git
Access Notion API from you PHP application This package allows you to use the Notion API from PHP. Installation This package requires PHP => 7.4. You
DeviceDetector Code Status Description The Universal Device Detection library that parses User Agents and detects devices (desktop, tablet, mobile, tv
php-crossplane Reliable and fast NGINX configuration file parser and builder âšī¸ This is a PHP port of the Nginx Python crossplane package which can be