Libraries tagged by WH
filp/whoops
351890905 Downloads
php error handling for cool kids
tijsverkoyen/css-to-inline-styles
442107442 Downloads
CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.
sebastian/code-unit-reverse-lookup
720499626 Downloads
Looks up which function or method a line of code belongs to
league/commonmark
342585200 Downloads
Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
composer/installers
120706448 Downloads
A multi-framework Composer library installer
whichbrowser/parser
9680215 Downloads
Useragent sniffing library for PHP
spatie/laravel-sluggable
9344843 Downloads
Generate slugs when saving Eloquent models
setasign/fpdi
119144644 Downloads
FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.
setasign/fpdf
51736221 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
seld/signal-handler
54588672 Downloads
Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development
seld/phar-utils
161797795 Downloads
PHAR file format utilities, for when PHP phars you up
mrclay/minify
15443100 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
matthiasmullie/minify
25416314 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
drush/drush
50931146 Downloads
Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.
doctrine/reflection
103288111 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.