Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Drop Laravel Package

donatj/drop

Lightweight PHP debug helper with drop() and see() for quickly printing one or more variables in a readable format on web or CLI. drop() dumps values and exits (status 1); see() dumps without halting. Ideal for quick “print statement” debugging.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
devportolio/laravel-dump-viewer 0.86 0 0 0 4 0 0.0 9.7 MIT
View on GitHub
Context7
laradumps/laradumps 0.83 LaraDumps is a modern PHP/Laravel debugging tool that sends dumps to a desktop app so your app flow stays uninterrupted. Inspect models/collections, Livewire, SQL queries, logs, exceptions, mails, jobs, timers, JSON and more. 1,267 1,266 51 100K 3 31.3 30.0 MIT 2 days ago
View on GitHub
Deep Wiki
Context7
sebastian/exporter 0.82 Exports PHP variables into readable, stable string representations for visualization and debugging. Handles scalars, arrays, objects, resources, binary strings, and recursive references, producing clear output useful in test failures and developer tooling. 6,820 6,829 40 15M 1 51.6 53.7 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
spatie/laravel-log-dumper 0.82 Adds an ld() helper to dump any values to your Laravel application log using Symfony VarDumper formatting. Log multiple arguments, choose or chain log levels (info/debug/error/etc.), and enable/disable logging when needed. 120 121 10 13K 0 17.1 30.7 MIT 5 months ago
View on GitHub
Context7
symfony/var-dumper 0.81 Symfony VarDumper provides a powerful dump() replacement for var_dump(), with smart variable inspection and rich output for debugging PHP applications. Walks complex data structures safely, improving readability and developer productivity. 7,428 7,576 101 17M 0 60.7 54.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
yiisoft/var-dumper 0.75 Yii VarDumper enhances var_dump()/var_export() with safe handling of recursive references, syntax highlighting, and closure export. Includes handy d(), dump(), and dd() helpers for quick debugging. Configurable depth and highlighting. 21 21 13 53K 4 11.0 50.6 BSD-3-Clause 8 months ago
View on GitHub
Context7
zendframework/zend-debug 0.67 zend-debug provides debugging utilities for Zend Framework apps, including variable dumping, debug messages, and helpers to inspect execution during development. Useful for troubleshooting and profiling in legacy ZF-based projects. 12 13 14 15K 0 0.4 29.8 BSD-3-Clause 8 years ago
View on GitHub
Context7
devanoxltd/php-html-parser 0.63 Lightweight PHP HTML parser with jQuery-style CSS selectors. Load HTML from strings or files, handle imperfect markup, and traverse nodes (attributes, innerHtml, siblings). Ideal for quick web scraping and DOM extraction in PHP 7.2–7.4. 0 0 0 24 0 2.5 19.6 MIT 11 months ago
View on GitHub
Context7
judev/php-htmltruncator 0.63 26 28 6 4K 3 1.0 29.6 MIT
View on GitHub
Context7
paquettg/php-html-parser 0.63 Fast, lightweight HTML parser for PHP that turns messy markup into a DOM-like tree. Crawl and scrape pages, query elements with CSS selectors, and extract text/attributes easily. Works with imperfect HTML and focuses on simple, fluent usage. 2,401 2,448 468 92K 54 43.7 47.4 MIT
View on GitHub
Deep Wiki
Context7
phpdocumentor/phpdocumentor 0.62 phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. 4,346 4,419 647 11K 146 81.5 37.8 MIT 2 months ago
View on GitHub
Context7
adbario/php-dot-notation 0.62 Lightweight, fast dot-notation access for PHP arrays. Get, set, and manipulate nested data using keys like info.home.address, with optional auto-parsing of dot keys, custom delimiters, and ArrayAccess support so Dot objects behave like arrays. 462 468 49 231K 0 23.6 42.0 MIT 4 months ago
View on GitHub
Context7
loophp/collection 0.62 A high-performance, functional-style collection library for PHP. Provides lazy, immutable, chainable operations built on generators to map, filter, reduce, group, zip, and more. Works standalone or with Laravel, aiming for speed, memory efficiency, and fluent pipelines. 743 747 34 36K 1 13.9 23.4 MIT 1 year ago
View on GitHub
Context7
nickcernis/html-to-markdown 0.61 Convert HTML into clean, readable Markdown in PHP. Parse tags and structure into Markdown output with configurable rules, custom converters, and strong defaults—handy for scraping, email content, CMS migrations, and turning rich text into Markdown for storage or editing. 1,900 1,895 215 8K 14 30.0 18.2 MIT 3 years ago
View on GitHub
Context7
league/html-to-markdown 0.61 1,900 1,915 215 1M 14 30.0 46.6 MIT 3 years ago
View on GitHub
Context7
graphp/graph 0.60 Graphp/graph is a PHP graph data structure library for building and traversing graphs of vertices and edges. Create directed or undirected graphs, attach attributes, and run common algorithms like shortest paths, cycles, and connectivity for analysis and visualization. 715 715 74 7K 0 8.5 14.4 MIT 4 years ago
View on GitHub
Context7
easyrdf/easyrdf 0.60 EasyRdf is an object-oriented PHP library for consuming and producing RDF. Parse and serialize common RDF formats, build and traverse graphs, run SPARQL queries, and load/save to SPARQL 1.1 Graph Stores. Includes dumps, tests, and docs. 615 623 154 146K 70 31.4 58.1 NOASSERTION 5 years ago
View on GitHub
Deep Wiki
Context7
code-lts/doctum 0.60 Doctum for Laravel: generate versioned API documentation for your PHP codebase with a clean, searchable HTML output. Supports configuration, theming, and multi-version docs, making it easy to publish and maintain docs for packages and applications. 357 358 45 3K 13 23.3 19.0 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
lstrojny/functional-php 0.60 Functional PHP adds a rich set of functional programming helpers for PHP: map/filter/reduce, partial application, currying, composition, and collections utilities. Write cleaner, more declarative code without changing your framework or coding style. 1,986 1,996 204 60K 8 32.9 28.6 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
theseer/phpdox 0.60 phpDox is a PHP documentation generator that builds API docs from your source code using reflection, tokens, and optional PHPDoc. It produces structured HTML output and integrates with PHPUnit coverage, offering configurable builds for libraries and apps. 601 606 120 8K 47 24.1 32.5 NOASSERTION 7 years ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity