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

Paratest Laravel Package

brianium/paratest

ParaTest runs PHPUnit tests in parallel with near zero setup. Use vendor/bin/paratest to split by TestCase or individual tests, speed up CI, and combine code coverage into one report. Provides TEST_TOKEN/UNIQUE_TEST_TOKEN for per-process isolation.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
code16/sharp Sharp is a Laravel package for building a CMS/admin back office with a clean UI and strong DX. Manage structured data, search/filter/sort, run custom commands, and handle auth/validation—fully driven by PHP code, no frontend, data-agnostic. 789 789 78 1K 5 38.2 9.0 MIT 1 week ago
View on GitHub
Context7
maennchen/zipstream-php Stream ZIP files on the fly in PHP without temporary files. zipstream-php lets you send large, dynamically generated archives directly to the browser with low memory usage, supporting modern ZIP features and efficient download/response streaming. 1,880 1,906 110 8M 2 42.1 58.8 MIT 3 months ago
View on GitHub
Context7
mollie/mollie-api-php Official PHP client for the Mollie Payments API. Easily create and manage payments, refunds, customers, subscriptions, and orders from your PHP app with a simple, well-documented wrapper around Mollie’s REST endpoints. 600 201 3 30.3 2.2 BSD-2-Clause 2 months ago
Deep Wiki
Context7
nunomaduro/collision Collision provides beautiful, developer-friendly CLI error reporting for PHP apps. Built on Whoops and included with Laravel, it integrates with Symfony, PHPUnit, and more to show rich stack traces and context when exceptions happen. 4,640 4,663 178 7M 29 37.8 54.7 MIT
View on GitHub
Deep Wiki
Context7
pdepend/pdepend PHP Depend (PDepend) is a static analysis tool for PHP that measures software metrics and detects design issues. It generates reports (XML, HTML, etc.) to help spot complexity, coupling, and code structure problems for better maintainability. 954 974 138 2M 16 41.2 59.8 BSD-3-Clause 2 years ago
View on GitHub
Context7
pestphp/pest Pest is an elegant PHP testing framework focused on simplicity and joyful, expressive tests. Built for modern PHP projects, it offers a clean syntax, rich assertions, plugins, and great developer experience for unit, feature, and more. 11,409 11,369 465 3M 177 89.5 67.6 MIT 6 days ago
View on GitHub
Deep Wiki
Context7
pestphp/pest-plugin-parallel Official parallel testing plugin for Pest. Run your test suite concurrently across CPU cores to speed up feedback, with simple configuration and CLI options. Ideal for large projects and CI pipelines looking to reduce test runtime. 31 31 10 44K 0 0.6 43.3 MIT
View on GitHub
Context7
phpro/grumphp GrumPHP helps you enforce code quality on every git commit. Configure tasks like PHPStan, PHPUnit, PHPCS, and more to run as pre-commit hooks, failing fast on issues so your team keeps a consistent, clean, and build-ready codebase. 4,280 4,287 447 340K 6 65.6 33.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
phpseclib/phpseclib Pure-PHP cryptography and secure communications toolkit: SSH-2/SFTP, X.509, RSA/DSA/DH, ECDSA/ECDH, Ed25519/Curve25519, plus modern ciphers (AES/ChaCha20/Salsa20) and AEAD (GCM/Poly1305). Composer-ready, LTS branches. 5,568 5,687 906 9M 198 89.9 79.4 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
prism-php/prism Prism is a Laravel package for integrating LLMs with a fluent API for text generation, multi-step conversations, and tool usage across multiple AI providers—letting you build AI features without dealing with low-level provider details. 2,340 2,329 294 821K 41 68.2 73.9 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
rappasoft/laravel-livewire-tables Laravel Livewire Tables provides dynamic, feature-rich data tables for Laravel Livewire with sorting, searching, filtering, pagination, bulk actions, and Bootstrap/Tailwind support. Build reusable table components backed by Eloquent queries. 1,978 1,988 366 69K 3 51.1 27.9 MIT 11 months ago
View on GitHub
Deep Wiki
Context7
rebing/graphql-laravel Code-first GraphQL integration for Laravel based on webonyx/graphql-php. Define schemas, types, queries and mutations in PHP. Supports multiple schemas, per-schema middleware, resolver middleware, and n+1 prevention via dataloaders or SelectFields eager loading. 2,214 2,226 272 207K 1 50.2 32.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
sanmai/phpunit-double-colon-syntax PHPUnit extension that adds support for “double colon” syntax in tests, improving readability when referencing classes and methods. Lightweight and focused, it helps you write clearer PHPUnit test code with a familiar static-style notation. 0 0 0 927 0 21.2 48.7 BSD-3-Clause 7 months ago
View on GitHub
Context7
spatie/elasticsearch-search-string-parser Parse custom search strings into Elasticsearch queries. Supports regex-based directives like status:active or @user, grouping directives, and autocomplete suggestions. Build searches via spatie/elasticsearch-query-builder and get results + directive suggestions. 49 49 4 86 0 22.8 7.1 MIT 9 months ago
View on GitHub
Context7
spatie/laravel-artisan-dispatchable Register Laravel jobs as Artisan commands by implementing the ArtisanDispatchable interface. Dispatch queued jobs via CLI (e.g., php artisan process-podcast) so long-running tasks won’t block the scheduler, while remaining runnable from Artisan. 159 160 7 8K 0 24.6 27.7 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-google-fonts Self-host Google Fonts in Laravel with minimal setup. Register Google Fonts CSS URLs, then use the @googlefonts Blade directive to inline locally cached CSS and assets. Automatically downloads on first request, with a safe fallback to Google if needed. 488 492 36 38K 0 28.0 30.8 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-markdown Render Markdown in Laravel with a Blade x-markdown component or a configurable MarkdownRenderer. Converts content to HTML with heading IDs, links, and syntax-highlighted code blocks, using options from your config and container resolution. 405 406 32 185K 0 32.0 43.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-schemaless-attributes Add “schemaless” JSON attributes to Laravel Eloquent models. Store arbitrary key/value data in one JSON column with a fluent API: get/set via properties or arrays, dot-notation access, defaults, forget keys, and query scopes for matching attributes. 1,077 1,082 54 290K 0 36.3 39.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-signal-aware-command Add signal awareness to Laravel Artisan commands. Gracefully handle SIGINT/SIGTERM (Ctrl+C, container stop, deploy) to stop work cleanly, run shutdown logic, and avoid half-finished jobs—ideal for long-running CLI tasks and workers. 166 167 11 642K 0 23.9 58.3 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-support-bubble Add a non-intrusive support chat bubble to any Laravel page. Opens a Tailwind-styled support form, auto-fills user info when logged in, includes URL/IP metadata, honeypot spam protection, and is easily customizable via views, translations, and events. 391 394 29 9K 0 31.0 22.7 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-support-form Add a non-intrusive Tailwind-styled support chat bubble to any Laravel page. Opens a support form, auto-fills user info when logged in, includes URL/IP metadata, honeypot spam protection, and is easily customizable via views, translations, and events. 391 392 29 0 0 31.0 MIT 1 month ago
View on GitHub
Context7
stillat/blade-parser Parse, analyze, and transform Laravel Blade templates with a robust PHP parser. stillat/blade-parser provides an AST, tokenization, and utilities to inspect directives, components, and expressions—ideal for linters, formatters, editors, and automated refactoring tools. 145 144 4 124K 0 28.7 47.6 MIT 1 month ago
View on GitHub
Context7
vimeo/psalm Psalm is a powerful PHP static analysis tool that finds type errors and bugs before runtime. Install via Composer, configure for your codebase, and run it locally or try the live demo at psalm.dev. Docs and integrations available for teams and CI. 5,824 5,839 699 1M 1,886 90.5 66.6 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
wire-elements/spotlight Livewire Spotlight adds an Alfred-like command palette to Laravel. Open with configurable keyboard shortcuts or toggle via events, then search, navigate, and run actions from a sleek input bar. Easy Composer install and Livewire directive. 944 944 74 34K 7 35.6 28.0 MIT 1 week ago
View on GitHub
Deep Wiki
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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport