Libraries tagged by likes
symfony/serializer
341629564 Downloads
Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
nunomaduro/termwind
289824018 Downloads
It's like Tailwind CSS, but for the console.
hashids/hashids
53910575 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
tracy/tracy
25977217 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.
milon/barcode
15072851 Downloads
Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)
wire-elements/spotlight
1168261 Downloads
Livewire component that provides Spotlight/Alfred-like functionality to your Laravel application.
timokoerber/laravel-one-time-operations
2297407 Downloads
Run operations once after deployment - just like you do it with migrations!
sunra/php-simple-html-dom-parser
9774066 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.
silviolleite/laravelpwa
1437741 Downloads
Looks like an app, feels like an app, but NOT an app.
shipmonk/dead-code-detector
4475308 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.
rakit/validation
5094251 Downloads
PHP Laravel like standalone validation library
paquettg/php-html-parser
8389230 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.
nette/database
7086274 Downloads
💾 Nette Database: layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
moxiecode/plupload
599491 Downloads
Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.
kris/laravel-form-builder
2315986 Downloads
Laravel form builder - symfony like