Libraries tagged by csas
php-http/multipart-stream-builder
111689044 Downloads
A builder class that help you create a multipart stream
neitanod/forceutf8
24281720 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
mustangostang/spyc
46921425 Downloads
A simple YAML loader/dumper class for PHP
mrclay/minify
19613460 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
laminas/laminas-escaper
98449402 Downloads
Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs
guzzlehttp/uri-template
280275023 Downloads
A polyfill class for uri_template of PHP
fig/http-message-util
104834127 Downloads
Utility classes and constants for use with PSR-7 (psr/http-message)
felixfbecker/language-server-protocol
85362038 Downloads
PHP classes for the Language Server Protocol
dg/bypass-finals
31539338 Downloads
Removes final keyword from source code on-the-fly and allows mocking of final methods and classes
laminas/laminas-zendframework-bridge
103571955 Downloads
Alias legacy ZF class names to Laminas Project equivalents.
doctrine/reflection
108202734 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
twig/cssinliner-extra
21614530 Downloads
A Twig extension to allow inlining CSS
tubalmartin/cssmin
45258652 Downloads
A PHP port of the YUI CSS compressor
lchrusciel/api-test-case
6131002 Downloads
Perfect PHPUnit TestCase for JSON/XML API TDD with Symfony.
jawira/case-converter
8474426 Downloads
Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.