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 613 0 19.5 28.9 MIT 5 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 226 0 0.9 23.0 5 years ago
View on GitHub
Context7
bentools/shh-bundle 3 3 0 158 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 76 0 1.5 26.1 MIT 3 years ago
View on GitHub
Context7
dobryprogramator/smartform-bundle 0 0 0 30 0 5.4 20.6 MIT 4 years 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 91K 6 8.8 53.2 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 0 525 0 0.4 19.2 MIT 1 year ago
View on GitHub
Context7
humbug/box 1,315 1,319 110 32K 73 52.2 50.7 MIT 4 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. 806 808 77 111K 22 37.8 54.9 MIT 4 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,224 2,233 186 996K 167 66.3 69.6 BSD-3-Clause 3 weeks ago
View on GitHub
Deep Wiki
Context7
infection/phpspec-adapter 3 3 2 1K 1 20.4 42.8 BSD-3-Clause 2 months ago
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 562K 0 17.6 61.3 MIT 4 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 145K 0 10.0 41.3 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,502 3,507 469 374K 107 80.7 60.9 MIT 2 weeks 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. 948 957 158 803K 81 42.5 68.2 MIT 7 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,218 2,227 270 223K 0 49.3 32.2 MIT 1 month 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,824 1,834 152 7M 134 59.9 82.8 MIT 1 month 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 889 1 0.3 31.1
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 234K 3 26.2 57.7 4 weeks 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 17 58K 6 12.2 36.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,716 4,742 576 2M 39 83.9 66.1 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
worksome/envy 688 688 32 36K 0 19.8 27.8 MIT 4 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.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
ecotone/kafka
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata