Libraries tagged by like php
nunomaduro/termwind
182193473 Downloads
Its like Tailwind CSS, but for the console.
tracy/tracy
21337947 Downloads
😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
sunra/php-simple-html-dom-parser
9010484 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
paquettg/php-html-parser
7213496 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
graylog2/gelf-php
34359149 Downloads
A php implementation to send log-messages to a GELF compatible backend like Graylog2.
shipmonk/dead-code-detector
455909 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.
aimeos/map
335287 Downloads
Easy and elegant handling of PHP arrays as array-like collection objects similar to jQuery and Laravel Collections
rakit/validation
3618347 Downloads
PHP Laravel like standalone validation library
squirrelphp/twig-php-syntax
6732923 Downloads
Adds common PHP syntax to twig templates, like ===, foreach and continue/break.
daniel-zahariev/php-aws-ses
1341185 Downloads
Send emails via Amazon Simple Email Service (SES) with REST-like interface
calcinai/xero-php
3644747 Downloads
A client implementation of the Xero API, with a cleaner OAuth interface and ORM-like abstraction.
silviolleite/laravelpwa
942499 Downloads
Looks like an app, feels like an app, but NOT an app.
hedii/laravel-gelf-logger
2883717 Downloads
A Laravel package to send logs to a gelf compatible backend like graylog
sybio/image-workshop
843116 Downloads
Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)
nicmart/string-template
1542555 Downloads
StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.