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

Safe Laravel Package

thecodingmachine/safe

Safe PHP functions: a drop-in wrapper around PHP’s native functions that converts warnings and notices into exceptions, improving type safety and error handling. Includes namespaced alternatives for many standard functions with IDE/static analysis support.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
ajgl/logout-redirector-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ajgl/validator-es 1 1 0 115 0 0.1 24.4 MIT
View on GitHub
Context7
assoconnect/php-date 7 7 1 427 0 17.0 26.0 MIT 7 months ago
View on GitHub
Context7
bentools/crontab-bundle 2 2 1 0 0 0.6 5 years ago
View on GitHub
Context7
bentools/shh Shh! is a lightweight PHP library for handling secrets: generate RSA key pairs, change private key passphrases, encrypt/decrypt payloads, and store encrypted secrets safely so only holders of the private key can decrypt. 4 4 0 78 0 0.9 16.9 5 years ago
View on GitHub
Context7
bentools/shh-bundle 3 3 0 26 0 1.2 22.2 1 year ago
View on GitHub
Context7
coddin-web/idp-openid-connect-bundle 0 0 0 0.0
View on GitHub
Context7
cushon/health-bundle 0 1 1 141 0 1.5 29.7 MIT 3 years ago
View on GitHub
Context7
dobryprogramator/smartform-bundle 0 0 0 10 0 5.4 14.4 MIT 5 years ago
View on GitHub
Context7
exoticca/kafka-transport 2 2 0 2K 4 21.7 44.2 3 months ago
View on GitHub
Context7
fidry/console Lightweight, robust wrapper around symfony/console. Uses a single IO object (SymfonyStyle-like, with access to Input/Output) plus typed, validated args/options. Prefer explicit interfaces over inheritance; works with Symfony or standalone CLI apps. 19 19 3 96K 6 8.8 53.5 MIT 1 year ago
View on GitHub
Context7
hosmelq/sse WHATWG-compliant PHP 8.2+ client for consuming Server-Sent Events. Connect via GET/POST using Guzzle, iterate events with a memory-efficient generator, and access data/event/id/retry fields with optional JSON decoding. 14 14 1 260 0 0.4 17.5 MIT 1 year ago
View on GitHub
Context7
humbug/box 1,320 1,323 111 28K 73 50.0 49.0 MIT 6 months ago
View on GitHub
Context7
humbug/php-scoper PHP-Scoper prefixes your project and its dependencies into a unique namespace to avoid conflicts, especially when building PHARs that bundle vendor code and run alongside other PHP projects with overlapping packages or versions. 808 808 77 121K 22 35.9 54.5 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
infection/infection Infection is a PHP mutation testing framework that measures how well your tests detect small code changes. Run it in CI to get a Mutation Score Indicator (MSI), uncover weak assertions, and improve test quality. PHP 8.3+. 2,235 2,245 190 1M 165 68.9 72.1 BSD-3-Clause 1 month ago
View on GitHub
Deep Wiki
Context7
infection/phpspec-adapter 3 3 2 3K 1 18.7 46.1 BSD-3-Clause 4 months ago
View on GitHub
Context7
jaumo/avro 0 2 2K 0.0 46.3
View on GitHub
Context7
kcs/class-finder Discover and filter PHP classes and namespaces in your project using Composer’s autoloader with PSR resolution. Iterate found classes and reflections, then narrow results by interfaces, subclasses, annotations, PHP 8 attributes, directories, namespaces, or custom callbacks. 31 31 6 91K 2 4.3 47.6 MIT 1 year ago
View on GitHub
Context7
laragraph/utils Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. 22 22 8 674K 0 15.5 60.3 MIT 6 months ago
View on GitHub
Context7
mll-lab/graphql-php-scalars Custom scalar types for webonyx/graphql-php, including BigInt, Date/DateTime/DateTimeTz, Email, JSON, and IntRange for bounded integers. Drop-in types for schema definitions with strict parsing and DateTimeImmutable conversion for date scalars. 147 139 14 156K 0 10.0 41.8 MIT 1 year ago
View on GitHub
Context7
nuwave/lighthouse Lighthouse is a Laravel framework for serving GraphQL. Define schemas, queries, mutations, and subscriptions with powerful directives and Eloquent integration. Flexible, extensible, and well-documented for building GraphQL APIs in Laravel apps. 3,501 3,507 469 374K 106 80.7 60.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
pelago/emogrifier Emogrifier converts CSS from blocks and stylesheets into inline style attributes in HTML. Ideal for HTML email rendering in clients with poor CSS support (e.g., Outlook, Gmail), ensuring consistent styling across email and mobile readers. 947 958 158 825K 81 40.1 66.8 MIT 9 months ago
View on GitHub
Context7
rebing/graphql-laravel Code-first GraphQL integration for Laravel built on webonyx/graphql-php. Define schema in PHP (types, queries, mutations), support multiple schemas with per-schema middleware, resolver middleware, privacy rules, and data loading to avoid N+1 (dataloaders/SelectFields). 2,220 2,230 271 244K 0 47.4 32.4 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
sabberworm/php-css-parser Parse and manipulate CSS in PHP with a fast, flexible parser. Convert CSS into an object model, inspect and edit rules, selectors, and declarations, then render back to CSS. Useful for minifying, rewriting assets, or building CSS tooling. 1,826 1,836 153 8M 136 57.6 82.0 MIT 3 months ago
View on GitHub
Context7
solido/php-coding-standards Solido PHP coding standards meta-package: shared dev requirements for Solido suite tooling and analyzers (e.g., PHPStan, PHP_CodeSniffer). Use dev-master; no stable releases. Include as a dev dependency in all Solido PHP packages. 4 4 1 479 1 0.3 27.4
View on GitHub
Context7
thecodingmachine/phpstan-safe-rule PHPStan rule set that flags calls to “unsafe” PHP functions that can return false on failure and suggests using the thecodingmachine/safe equivalents that throw exceptions, helping enforce safer, exception-based error handling in your codebase. 62 62 25 216K 3 25.1 56.7 2 months ago
View on GitHub
Context7
webmozarts/console-parallelization Parallelize Symfony Console commands using multiple processes. A main process distributes items to child workers, restarts workers after segments to avoid slowdown, and supports batching with hooks for setup/teardown (e.g., DB flush) for faster bulk jobs. 227 227 19 57K 8 12.9 37.4 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
webonyx/graphql-php Spec-compliant GraphQL server implementation for PHP, based on graphql-js. Build schemas, types, resolvers, validation and execution with full October 2021 spec support (Sept 2025 in progress). Foundation library used by many PHP frameworks. 4,718 4,742 575 2M 39 86.1 66.0 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
worksome/envy 688 688 32 48K 0 17.5 29.2 MIT 6 months 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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle