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

Assert Laravel Package

webmozart/assert

Lightweight PHP assertion library for validating method input/output. Provides fast, readable checks via Webmozart\Assert\Assert with consistent error-message placeholders, throwing InvalidArgumentException on failure. Ideal for safer, less repetitive validation code.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
15web/filament-tree 23 23 9 2K 3 2.5 27.5 MIT 1 year ago
View on GitHub
Context7
a9f/fractor 0 1 0 46K 0 0.0 55.3 NOASSERTION
View on GitHub
Context7
a9f/fractor-fluid 0 0 1 41K 0 0.0 55.3 MIT
View on GitHub
Context7
a9f/fractor-htaccess 0 0 1 46K 0 0.0 55.3 MIT
View on GitHub
Context7
a9f/fractor-typoscript 0 0 1 47K 0 0.0 55.3
View on GitHub
Context7
a9f/fractor-xliff 0 0 0 2K 0 0.0 46.8 MIT
View on GitHub
Context7
a9f/fractor-xml 0 0 1 45K 0 0.0 55.3 MIT
View on GitHub
Context7
a9f/fractor-yaml 0 0 1 43K 0 0.0 55.3 MIT
View on GitHub
Context7
agluh/outbox-bundle Laravel outbox pattern bundle for reliable event publishing: capture domain events in an outbox table within your transaction, then dispatch them asynchronously to queues or brokers. Helps avoid dual-write issues and improves consistency between your DB and integrations. 9 9 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
ahmed-bhs/doctrine-doctor Doctrine Doctor is a runtime analysis tool for Doctrine ORM integrated into the Symfony Web Profiler. It detects real-world issues like N+1 queries, slow queries, missing indexes, hydration overhead, and injection risks, with actionable backtraces and suggestions. 124 94 8 2K 15 26.1 24.5 MIT 4 months ago
View on GitHub
Context7
akeneo/pim-community-dev 1,032 1,031 538 3K 372 62.9 37.9 NOASSERTION 3 months ago
View on GitHub
Deep Wiki
Context7
alessandro_podo/git-changelog-generator 0 0 0 52 0 0.0 23.8
View on GitHub
Context7
alexandrebulete/ddd-doctrine-bridge 1 1 0 0 0 0.0
View on GitHub
Context7
alexandrebulete/ddd-foundation 3 3 0 11 1 0.1 7.9
View on GitHub
Context7
alexcrawford/lexorank-php Simple PHP implementation of Atlassian JIRA’s LexoRank for ordering database lists. Reorder items in O(1) by updating only the moved row’s rank value, avoiding mass updates and costly transactions. 29 29 7 2K 0 1.7 26.5 MIT 3 years ago
View on GitHub
Context7
answear/acs-bundle 0 0 0 278 0 21.8 39.5 MIT 1 month ago
View on GitHub
Context7
answear/boxnow-bundle 2 2 0 293 0 23.0 31.9 MIT 1 week ago
View on GitHub
Context7
answear/dpd-pl-pickup-services-bundle 0 0 1 344 0 22.6 40.9 MIT 1 month ago
View on GitHub
Context7
answear/econt-pickup-point-bundle 1 0 1 258 0 21.9 34.0 MIT 1 month ago
View on GitHub
Context7
answear/fan-courier-bundle 0 0 0 290 0 20.9 39.6 MIT 1 month ago
View on GitHub
Context7
answear/focus-contact-center-bundle 0 0 0 2 0 12.3 7.2 MIT 6 months ago
View on GitHub
Context7
answear/fox-post-parcel 1 1 1 272 0 21.6 34.4 MIT 1 month ago
View on GitHub
Context7
answear/gls-bundle 0 0 0 271 0 21.5 39.1 MIT 1 month ago
View on GitHub
Context7
answear/inpost-pickup-point-bundle Symfony bundle for integrating with InPost ShipX pickup points. Install via Composer, then use FindPoints and FindPointsRequestBuilder to search parcel machines by name, type, functions, location (postcode/city/province), partner, availability flags, and pagination. 0 0 0 280 0 23.2 39.7 MIT 2 weeks ago
View on GitHub
Context7
answear/luigis-box-bundle 6 6 2 598 0 28.6 31.4 MIT 1 week ago
View on GitHub
Context7
answear/meest-bundle 0 0 0 289 0 23.4 40.0 MIT 1 week ago
View on GitHub
Context7
answear/mwl-pickup-point-bundle 0 0 0 289 0 20.5 39.7 MIT 1 month ago
View on GitHub
Context7
answear/overseas-bundle 0 0 0 0 0 5.3 MIT 11 months ago
View on GitHub
Context7
answear/payum-pay-u 3 4 1 297 0 24.0 30.0 MIT 2 weeks ago
View on GitHub
Context7
answear/poczta-polska-bundle 2 2 0 0 0 0.2 MIT 5 years ago
View on GitHub
Context7
answear/speedy-pickup-point-bundle 2 2 0 0 0 22.7 MIT 1 week ago
View on GitHub
Context7
answear/wide-eyes-bundle 1 1 1 0 0 1.4 MIT 1 year ago
View on GitHub
Context7
assoconnect/validator-bundle 5 5 0 443 0 30.7 30.4 MIT 6 days ago
View on GitHub
Context7
atournayre/assert 0 0 0 23 1 1.3 19.0 MIT 3 years ago
View on GitHub
Context7
atournayre/collection Type-safe PHP collections with list/map factories, plus immutable variants. Includes DecimalValue collections with consistent precision handling. Build domain-specific collections by extending TypedCollection to enforce item types and safe manipulation. 0 0 0 0 0 3.6 MIT 2 years ago
View on GitHub
Context7
atournayre/entities-events-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
atournayre/maker-bundle 2 2 1 0 0 0.6 2 years ago
View on GitHub
Context7
aulasoftwarelibre/ddd-base 2 2 0 11 0 0.0 9.2 MIT
View on GitHub
Context7
aulasoftwarelibre/ddd-test 1 1 0 24 0 0.0 15.4 MIT
View on GitHub
Context7
becklyn/ddd-core DDD/CQRS/event-sourcing core building blocks for PHP: entity identities, domain events, command handling, transactions, and an event store workflow. Framework-agnostic abstractions with Symfony/Doctrine/SimpleBus bridge packages available. 1 1 0 11 0 18.7 12.9 2 months ago
View on GitHub
Context7
benjaminmal/exchangeratehost-bundle Unofficial Symfony bundle for the free exchangerate.host API. PSR-7/17/18 compatible so you can choose your HTTP client and message factories, with built-in Symfony Cache support for faster, fewer requests. PHP 8.1+ and Symfony 6.2+. 0 0 0 0 1 1.9 MIT 3 years ago
View on GitHub
Context7
birkof/rbac-bundle 0 0 0 0 0 0.6 MIT 2 years ago
View on GitHub
Context7
bitbag/sylius-feed-plugin 0 0 1 1 0 0.7 4.2 MIT 1 year ago
View on GitHub
Context7
bmitch/churn-php churn-php helps you spot PHP files that are likely refactoring candidates by analyzing Git commit churn and cyclomatic complexity, then ranking files with a combined score and presenting the results in an easy-to-read table. 1,375 1,380 60 22K 4 29.3 19.4 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
boutdecode/etl-core-bundle 2 2 0 97 0 22.8 24.7 2 weeks ago
View on GitHub
Context7
brandembassy/coding-standard Opinionated PHP coding standard ruleset for enforcing consistent code style across projects. Built on common tooling (e.g., PHP_CodeSniffer) to simplify linting in CI and local development, helping teams keep formatting and conventions uniform. 1 2 1 11K 3 24.3 58.7 3 months ago
View on GitHub
Context7
braunstetter/media-bundle 2 2 0 1 0 4.3 1.8 11 months ago
View on GitHub
Context7
braunstetter/menu-bundle 10 10 0 0 3 1.4 0.4 1 year ago
View on GitHub
Context7
braunstetter/paragraphs 0 0 0 36 0 0.0 21.7
View on GitHub
Context7
bungle/framework Laravel framework components and utilities for building PHP web applications, providing common helpers and structure for routing, configuration, events, and more as part of the bungle ecosystem. 0 0 0 0 0 0.0
View on GitHub
Context7
bytes-commerce/easy-blog Drop-in Symfony blog bundle with EasyAdmin CRUD. Manage posts, hierarchical categories and FAQs, plus built-in SEO fields. Ships with responsive Twig templates and integrates with your app’s User entity for post authors. 0 0 0 0 0 0.0
View on GitHub
Context7
bytes-commerce/newsletter-bundle 1 1 0 0 0 0.0
View on GitHub
Context7
bytes-commerce/synology-php-api Symfony bundle for the Synology NAS API (DSM). Quickly create an authenticated RequestManager and interact with shares and folders from your app. Requires PHP 8.2+ and Symfony 7.2+. Built on bytes-commerce/synology-php-api. 2 2 1 104 0 22.7 24.7 2 months ago
View on GitHub
Context7
bytes-commerce/zabbix-api Symfony bundle for the Zabbix JSON-RPC API with persistent auth/token caching, type-safe action factory, and history/metrics retrieval. PHP 8.3+ strict typing, zero-config via env vars, broad API coverage, optional async monitoring via Messenger. 0 0 0 131 0 15.8 32.8 4 months ago
View on GitHub
Context7
carloschininin/app-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
carloschininin/app-util Laravel utility helpers for building apps: handy functions, common traits, and small components to speed up development and reduce boilerplate. Lightweight package you can drop into projects for everyday tasks and consistent utilities. 1 1 0 0 0 10.7 7 months ago
View on GitHub
Context7
contao/contao-rector Automate Contao upgrades with Rector. This package provides ready-made Rector rules and configuration to refactor Contao projects for newer versions, helping you modernize code, remove deprecations, and apply consistent changes safely across your codebase. 5 5 6 1K 1 0.7 33.1
View on GitHub
Context7
creavo/option-bundle Symfony bundle to store and retrieve application options/settings via a service, Twig helper, or console commands. Persists values in Doctrine, supports typed options, optional eager loading, and PSR-16 simple cache for faster reads. 0 0 0 0 0 5.1 2 years ago
View on GitHub
Context7
cyllene-web/docusign-bundle 0 0 0 33 0 7.3 22.2 MIT 8 months ago
View on GitHub
Context7
driftingly/rector-laravel Rector extension for Laravel that applies automated refactors and upgrade rules based on your composer.json or selected Laravel version sets. Includes rules for core Laravel and first‑party packages like Cashier and Livewire. 1,251 1,244 110 1M 21 44.1 58.9 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
drinksco/console-ui-bundle 16 18 4 0 13 3.0 3.4 BSD-3-Clause 3 years ago
View on GitHub
Context7
dwalczyk/setting-bundle 0 0 0 0 0 1.2 2 years ago
View on GitHub
Context7
entropy/entropy Entropy is a lightweight PHP/Laravel package for calculating Shannon entropy and related information metrics on strings and datasets. Useful for analyzing randomness, password strength, identifiers, and distribution quality, with a simple API and minimal dependencies. 5 5 2 34K 0 0.1 51.8
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
google/auth Google’s official PHP library for OAuth 2.0 authentication with Google APIs. Supports Application Default Credentials (ADC) for Cloud environments and local development, integrates with Guzzle, and helps obtain and refresh access tokens securely via Composer installation. 1,400 1,441 197 7M 12 45.9 65.7 Apache-2.0 4 weeks 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
ibexa/behat 1 1 1 18K 0 28.8 64.3 NOASSERTION 3 weeks ago
View on GitHub
Context7
ibexa/content-forms 4 4 2 27K 0 29.1 61.0 NOASSERTION 3 weeks ago
View on GitHub
Context7
ibexa/core Ibexa Core is the foundation of the Ibexa DXP, providing the PHP domain model, repository API, content types, users, permissions, search, and persistence layer integrations. It powers content management features and serves as the base for higher-level Ibexa packages. 8 8 19 30K 0 34.0 77.4 NOASSERTION 3 weeks ago
View on GitHub
Context7
ibexa/rest 5 5 6 31K 0 29.3 61.5 NOASSERTION 3 weeks ago
View on GitHub
Context7
icanhazstring/composer-unused composer-unused detects and removes unused Composer dependencies in PHP/Laravel projects. It analyzes your codebase to find packages not referenced, reports what can be safely removed, and helps keep composer.json/lock lean and maintainable. 1,685 1,684 57 371K 11 33.5 40.0 MIT 5 months ago
View on GitHub
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,225 2,233 186 996K 167 66.3 69.6 BSD-3-Clause 3 weeks ago
View on GitHub
Deep Wiki
Context7
inisiatif/model-shared Kumpulan model Eloquent bersama untuk Inisiatif Zakat Indonesia: pekerjaan, tingkat pendidikan, wilayah (negara–provinsi–desa), dan status perkawinan. Mendukung relasi dinamis Branch dan Employee pada model Donor via resolveRelationUsing. 0 0 5 457 0 27.7 42.8 4 weeks ago
View on GitHub
Context7
jeroen-g/explorer A Laravel Scout driver for Elasticsearch and OpenSearch. Index and search Eloquent models with configurable mappings, analyzers, and settings, plus support for queues, bulk indexing, and advanced queries—ideal for scalable full‑text search. 399 399 70 19K 6 35.7 30.6 MIT 1 week ago
View on GitHub
Context7
laminas/laminas-cache Laminas Cache provides flexible caching for PHP apps with storage adapters (memory, filesystem, Redis, etc.), plugins, and cache patterns. Includes PSR-6/PSR-16 support, configuration options, and utilities for improving performance and reducing expensive operations. 107 108 61 136K 9 27.2 52.3 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-test Test adapter for laminas-cache storage, providing utilities for testing cache implementations. Useful in CI and unit tests to verify behavior of cache adapters and storage plugins within Laminas applications. 1 1 10 760 2 20.4 40.9 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-deprecated-factory 2 2 7 22K 0 1.4 53.3 1 year ago
View on GitHub
Context7
laminas/laminas-cli Console tooling for Laminas applications and components. Provides a CLI entry point, command discovery/registration, and integration helpers to build and run project-specific commands via Composer and your framework configuration. 56 56 23 132K 11 25.3 57.8 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-component-installer Composer plugin for Laminas and Mezzio apps that automates discovery, installation, and configuration of components/modules. Updates application config during composer install/update to enable packages with minimal manual setup. 29 30 11 88K 6 26.7 57.6 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-hydrator Laminas Hydrator provides flexible tools to hydrate and extract data between arrays and objects. Includes hydrator strategies, naming conventions, and integration helpers for forms and domain models, supporting multiple hydrator implementations and extensions. 129 132 35 447K 12 33.0 62.7 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-mail Abandoned Laminas component for composing, parsing, and sending email messages. No further development; use ddeboer/imap for IMAP, zbateson/mail-mime-parser for MIME parsing, and symfony/mailer for sending mail. 100 101 78 287K 64 29.4 70.2 BSD-3-Clause 2 years ago
View on GitHub
Deep Wiki
Context7
laminas/laminas-mvc Laminas MVC is a modular, event-driven MVC framework for PHP applications. It provides routing, controllers, view integration, dependency injection, and configuration management, helping you build scalable, maintainable web apps and APIs on top of Laminas components. 173 173 64 421K 24 14.7 56.9 BSD-3-Clause 1 year ago
View on GitHub
Context7
league/openapi-psr7-validator 562 566 109 511K 55 49.6 74.5 MIT 2 months ago
View on GitHub
Context7
maglnet/composer-require-checker CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. 1,006 1,012 79 566K 32 41.7 59.6 MIT 4 months ago
View on GitHub
Context7
mailgun/mailgun-php Official Mailgun PHP SDK (PSR-18/PSR-7 compatible) for sending email and managing Mailgun API features like domains, IPs/pools, analytics, and subaccounts. Works with your chosen HTTP client; supports US/EU endpoints. 1,138 1,165 315 588K 1 43.2 44.0 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
massive/search-bundle Laravel bundle that adds a flexible, driver-based search layer to your app. Define searchable models and fields, run queries across multiple sources, and return consistent results with pagination and filtering—designed to be easy to integrate and extend. 72 73 26 19K 23 28.2 44.5 MIT 5 months ago
View on GitHub
Context7
nyholm/nsa Testing helper to access and manipulate private/protected properties and methods in PHP. Set/get instance or static properties and invoke hidden methods to simplify tests and improve DX. Install via Composer: nyholm/nsa. 228 229 11 99K 0 18.0 40.9 MIT 4 months ago
View on GitHub
Context7
oroinc/laminas-mail oroinc/laminas-mail is a small bridge package for using Laminas Mail components within Oro applications. Provides the Laminas mail classes and configuration needed to send emails, manage transports, and integrate with Oro’s mailing features. 0 0 0 3K 0 18.1 55.8 BSD-3-Clause 1 month ago
View on GitHub
Context7
pedrotroller/php-cs-custom-fixer Custom fixers for PHP-CS-Fixer. Adds rules like ordering Behat context step definition methods by annotation and method name, with options for detecting context classes. Install via Composer and register the fixers in your .php_cs(.dist) config. 82 83 10 18K 4 16.2 40.1 9 months ago
View on GitHub
Context7
phparkitect/phparkitect PHPArkitect enforces architectural rules in PHP projects. Define executable constraints for namespaces, dependencies, layers, and naming conventions to prevent drift, catch violations in CI/IDE, and keep clean architecture over time. 924 922 52 177K 24 43.4 51.1 MIT 2 weeks ago
View on GitHub
Context7
phpdocumentor/filesystem Lightweight filesystem utilities from phpDocumentor: path handling, directory/file discovery, and convenience helpers for interacting with the local filesystem. Useful as a small dependency for tools that need consistent file operations and traversal. 2 2 1 6K 0 0.0 46.0 MIT
View on GitHub
Context7
phpdocumentor/guides phpDocumentor Guides is a PHP documentation generator for writing and publishing rich docs in reStructuredText/Markdown. Build structured guides with navigation, code blocks, and theming, and output to HTML or other formats for your project or package. 2 2 1 7K 0 0.0 46.8 MIT
View on GitHub
Context7
phpdocumentor/guides-restructured-text phpDocumentor guides reStructuredText parser. Converts reST documents into structured guide nodes for phpDocumentor’s Guides system, enabling documentation builds from .rst sources with directives, roles, includes, and cross-references. 0 0 1 11K 0 0.6 55.3 MIT 2 years ago
View on GitHub
Context7
phpdocumentor/phpdocumentor 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,345 4,411 647 9K 145 82.3 37.6 MIT 2 months ago
View on GitHub
Context7
phpdocumentor/reflection Static PHP code reflection library that parses one or more files (no execution) to build an object graph of your application's structure, including DocBlocks. Supports analyzing PHP versions from 5.2 up to your installed PHP version; useful for reflecting whole projects. 125 126 60 958K 8 31.6 63.8 MIT 1 month ago
View on GitHub
Context7
phpdocumentor/reflection-docblock PHPDoc-compatible DocBlock parser from phpDocumentor. Use DocBlockFactory to parse doc comments or Reflection objects, extracting summaries, descriptions, and tags for annotations and metadata. Ideal for tooling that reads and interprets PHPDoc blocks. 9,370 9,407 136 10M 10 55.9 53.0 MIT 4 months ago
View on GitHub
Context7
phpmob/data-fixture Lightweight PHP package for defining and loading data fixtures to seed databases during development and testing. Helps generate consistent sample records, manage fixture sets, and reset data quickly for repeatable test runs and local environments. 0 0 0 0 0 0.3 MIT 7 years ago
View on GitHub
Context7
phpstan/phpstan-webmozart-assert PHPStan extension for webmozart/assert that teaches PHPStan how Assert::* calls narrow types. Supports many assertions (including nullOr*/all*) so values become non-null, specific scalars, instances, arrays, etc. after validation, improving static analysis accuracy. 184 184 32 647K 6 12.8 51.3 MIT 1 year ago
View on GitHub
Context7
rector/jack Jack is an experimental CLI for safely upgrading Composer dependencies one version at a time. It can fail CI when too many major updates are overdue, highlight dev deps first, and help you open up next versions gradually to avoid risky big-bang upgrades. 103 101 1 77K 1 2.4 40.1 MIT 11 months ago
View on GitHub
Context7
rector/rector-laravel Community Rector extension to automate Laravel upgrades. Adds Laravel and first-party package rules (e.g., Cashier, Livewire), with version-based set providers that detect your composer.json or manual level sets to apply the right refactors for your target Laravel version. 1,251 1,239 110 6K 21 43.5 23.6 MIT 1 month ago
View on GitHub
Context7
rector/swiss-knife Swiss Knife for upgrades: CLI tools to keep codebases clean and PSR-4 compliant. Detect git merge conflicts and commented-out code, find multiple classes per file, fix namespaces to match PSR-4 roots, and finalize classes without children (with skips for mocks/files). 210 209 16 154K 0 3.7 40.2 MIT 11 months ago
View on GitHub
Context7
rector/type-perfect Type Perfect adds 10 PHPStan rules to tighten type declarations: replace empty/isset checks with instanceof for precise narrowing, prefer explicit getters over magic array access, and enforce interface signatures. Easy to enable even on legacy code; improves reliability fast. 105 105 7 403K 0 0.7 49.5 MIT
View on GitHub
Context7
scienta/doctrine-json-functions Adds JSON function support to Doctrine ORM DQL by registering custom function nodes for multiple databases. Use MySQL/MariaDB, PostgreSQL, SQLite (json1), or SQL Server JSON functions directly in DQL with platform validation. 589 591 51 693K 6 28.0 48.6 MIT 4 months ago
View on GitHub
Context7
setono/doctrine-orm-batcher Opinionated batch processing for Doctrine ORM using seek pagination (no slow LIMIT/OFFSET) to handle large datasets efficiently. Create ID ranges or collections of IDs/entities for synchronous or message-driven async processing. 28 28 9 6K 0 22.5 38.6 MIT 3 months ago
View on GitHub
Context7
simplesamlphp/assert Fork of webmozart/assert that lets every assertion throw your chosen exception (or a default AssertionFailedException) instead of always InvalidArgumentException. Adds a few custom assertions aimed at XML/SAML2 use cases. 7 7 3 205K 0 20.5 64.9 LGPL-2.1 1 week ago
View on GitHub
Context7
splash/bridge-bundle Symfony bridge bundle for Splash integration. Provides services and configuration to connect Splash modules with your Symfony app, handle authentication and requests, and streamline setup for synchronizing data between your application and Splash connectors. 0 0 234 0.0 32.6
View on GitHub
Context7
splash/php-bundle 0 0 1 430 0 0.8 36.4 5 years ago
View on GitHub
Context7
splash/validator Laravel validation helper that streamlines building and running validators with a simple, fluent API. Designed to reduce boilerplate around rules, messages, and attribute names, making request/data validation easier to reuse across controllers, services, and jobs. 0 0 268 0.0 33.4
View on GitHub
Context7
ssch/typo3-rector Automated TYPO3 upgrade and refactoring tool built on Rector. Apply codemods to TYPO3 sites/extensions to migrate between TYPO3 versions and remove deprecations. Install via Composer, generate config, run rector dry-run or process. 260 264 69 128K 27 41.3 55.2 MIT 3 weeks ago
View on GitHub
Context7
sulu/sulu Sulu is an extensible open-source PHP CMS built on Symfony for multi-language, multi-portal websites. It provides a powerful, intuitive admin interface and a robust framework for managing the full content lifecycle and building custom bundles. 1,341 1,342 362 22K 492 67.7 49.5 MIT 5 days ago
View on GitHub
Deep Wiki
Context7
sylius/core Sylius Core integrates all Sylius components into a flexible PHP eCommerce framework, powering storefront and admin features with a decoupled architecture and strong API support. Documentation, contribution guides, and issue tracking available. 10 10 9 6K 0 0.3 37.5 MIT
View on GitHub
Context7
sylius/fixtures-bundle Sylius Fixtures Bundle provides configurable data fixtures for Symfony apps. Define and load structured demo or test data through flexible configuration, ideal for seeding development environments and repeatable setups. 51 52 29 161K 7 18.4 55.5 MIT 5 months ago
View on GitHub
Context7
sylius/grid Sylius Grid component adds a reusable, configurable grid system for Symfony apps. Define grids in configuration, plug in data providers and drivers, then render sortable, filterable tables with pagination and actions—ideal for admin panels and back-office listings. 9 9 7 769 0 0.3 26.1 MIT
View on GitHub
Context7
sylius/grid-bundle 133 135 58 173K 38 45.6 67.8 MIT 1 week ago
View on GitHub
Context7
sylius/inventory 8 8 3 11K 0 0.1 42.6 MIT
View on GitHub
Context7
sylius/mailer Sylius Mailer provides flexible email sending for Sylius apps, with templated messages, configurable transports, and event-driven dispatching. Define email types, recipients, and templates, then trigger emails from your shop or custom code with ease. 14 14 1 287 0 0.1 18.0 MIT
View on GitHub
Context7
sylius/mailer-bundle 72 72 31 171K 5 17.6 52.6 MIT 5 months ago
View on GitHub
Context7
sylius/order 23 24 10 11K 0 0.4 36.8 MIT
View on GitHub
Context7
sylius/product 23 24 11 10K 0 0.4 36.0 MIT
View on GitHub
Context7
sylius/resource-bundle 236 240 167 204K 61 53.4 76.9 MIT 1 month ago
View on GitHub
Context7
sylius/sylius Sylius is an open-source eCommerce framework built on Symfony. Flexible, well-tested, and BDD-friendly, it includes a powerful REST API for integrations and omnichannel experiences. Great for building tailored commerce apps and complex business requirements. 8,512 8,513 2,160 104K 156 87.3 46.9 MIT 1 month ago
View on GitHub
Context7
sylius/taxonomy Sylius Taxonomy component for building and managing product taxonomies in PHP. Provides models and utilities for taxons and hierarchical trees, supporting categorization, navigation menus, and structured browsing in Sylius-based eCommerce apps. 14 14 2 10K 0 0.1 39.0 MIT
View on GitHub
Context7
sylius/twig-hooks Sylius Twig Hooks is a lightweight component from the Sylius Stack initiative that adds a hook-based extension system for Twig templates, making it easier to customize and extend views in a structured, decoupled way. 4 4 2 99K 0 0.1 55.3 MIT
View on GitHub
Context7
sylius/user-bundle 7 7 9 9K 0 0.4 42.2 MIT
View on GitHub
Context7
symfony-cmf/resource 4 4 8 793 7 1.7 22.8 NOASSERTION 7 years ago
View on GitHub
Context7
symplify/config-transformer Automates refactoring and normalization of configuration files, helping you transform legacy or inconsistent configs into a unified format. Supports common PHP config styles and streamlines upgrades by applying consistent, repeatable changes across large codebases. 263 263 13 103K 0 1.7 35.8 MIT
View on GitHub
Context7
symplify/easy-ci Automate PHP/Laravel CI chores with Symplify Easy CI: run code quality tools consistently, speed up setup, and keep checks uniform across projects. Handy for teams standardizing linting, static analysis, and test workflows in one place. 18 20 3 13K 0 0.2 39.0 MIT
View on GitHub
Context7
symplify/easy-coding-standard Easy Coding Standard (ECS) makes PHP coding standards effortless on PHP 7.2–8.5. Fast parallel runs, supports PHP_CodeSniffer and PHP-CS-Fixer, uses prepared rule sets, generates ecs.php config on first run, and can check and auto-fix code with --fix. 1,618 1,632 92 933K 0 33.5 44.3 MIT 1 month ago
View on GitHub
Context7
symplify/monorepo-builder Tools for managing PHP monorepos: scaffold a packages layout, merge and propagate composer.json data, validate shared dependency versions, bump inter-package constraints, and automate releases via a single monorepo-builder.php config. 526 526 46 176K 7 23.7 41.9 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
symplify/php-config-printer Print Symfony service and parameter configs to clean PHP files using nikic/php-parser. Generate output for configured services only or full configs (e.g., from YAML arrays) via SmartPhpConfigPrinter and YamlToPhpConverter. Ideal for config transformations and automation. 32 32 2 8K 0 0.1 23.2 MIT
View on GitHub
Context7
symplify/phpstan-rules Extra PHPStan rules by Symplify to catch bugs, improve code quality, and enforce consistent conventions. Easy to install and configure, with a broad set of checks for Symfony/Laravel and modern PHP features to keep your codebase clean. 268 267 30 538K 0 22.1 52.8 MIT 1 month ago
View on GitHub
Context7
symplify/rule-doc-generator Generate consistent, readable documentation for custom PHP rules. Symplify Rule Doc Generator creates rule descriptions and examples automatically, helping you document PHPStan, Rector, or coding-standard rules quickly and keep docs in sync with code. 31 31 3 18K 0 0.2 37.9 MIT
View on GitHub
Context7
symplify/symplify-kernel Shared kernel and infrastructure for Symplify tools. Provides common console/app bootstrapping, configuration loading, service container wiring, and utilities to build consistent PHP CLI applications and packages on top of Symplify components. 46 47 3 20K 0 0.3 25.6 MIT
View on GitHub
Context7
symplify/vendor-patches Apply and manage vendor patches in Composer projects. Automatically patch dependencies after install/update, keep patches versioned in your repo, and maintain reproducible builds without forking upstream packages. 191 192 23 246K 0 1.6 42.9 MIT
View on GitHub
Deep Wiki
Context7
testo/testo Testo is an extensible PHP testing framework with a lightweight core and middleware system. It lets you fully control your test environment while keeping familiar PHP syntax. Includes an init command, suite/plugin config via testo.php, and Composer scripts. 202 196 12 6K 17 41.4 34.5 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
theofidry/alice-data-fixtures 323 324 76 468K 5 23.2 49.2 MIT 7 months ago
View on GitHub
Context7
tomasvotruba/class-leak Finds class leaks in PHP apps: detects classes unintentionally pulled into your runtime via autoloading, service container or tests. Helps trim dependencies, speed up CI, and keep boundaries clean by reporting unexpected class usage with clear, actionable output. 149 147 7 149K 0 1.0 41.4 MIT
View on GitHub
Context7
tomasvotruba/unused-public PHPStan extension that finds unused public methods, properties, and constants by scanning calls across your codebase. Helps clean up dead APIs or spot members that should be private/protected. Supports gradual adoption via allowed % thresholds and excluding template-used methods. 196 194 15 138K 0 1.4 39.4 MIT
View on GitHub
Context7
veewee/xml Type-safe, declarative XML toolkit for PHP. Includes DOM helpers, safe error handling, memory-safe reader/writer, XML encode/decode, plus XSD and XSLT utilities. Spec-compliance ready for PHP 8.4+, with maintained v3 for older PHP. 183 183 11 385K 1 31.2 53.9 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
vincentlanglet/twig-cs-fixer A coding standards fixer for Twig templates. Analyze and automatically format Twig files with consistent style rules, configurable presets, and CI-friendly checks to keep templates clean and readable across your project. 343 346 39 562K 4 33.2 53.1 MIT 3 weeks ago
View on GitHub
Context7
webmozart/path-util Lightweight PHP utility for safe, cross-platform path handling. Normalize, join, resolve and compare filesystem paths, with helpers for absolute/relative paths and canonicalization. Useful for file operations and libraries needing consistent path logic. 470 456 27 422K 7 8.8 43.9 MIT 10 years ago
View on GitHub
Deep Wiki
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
zenstruck/foundry Expressive, autocompletable fixture factories for Symfony + Doctrine (ORM and/or MongoDB). Create random-but-valid entities on demand for fixtures and tests, with states, persistence helpers, and rich testing features via ZenstruckFoundryBundle. 796 797 112 553K 26 45.8 58.1 MIT 2 days 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.
codraw/entity-migrator
codraw/doctrine-extra
codraw/aws-tool-kit
codraw/validator
codraw/workflow
codraw/open-api
codraw/cron-job
codraw/process
codraw/log
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