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

Property Access Laravel Package

symfony/property-access

Symfony PropertyAccess lets you read and write values on objects and arrays using a simple property-path string syntax. Supports nested properties, indexed access, getters/setters, and safe navigation for flexible data mapping and forms.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
composer-unused/symbol-parser composer-unused/symbol-parser is a small toolkit that parses PHP symbols from a Composer package, helping tools like composer-unused detect what code is actually referenced. Useful for analyzing dependencies, exports, and usage across a project. 14 14 13 216K 0 28.8 65.0 MIT 2 months ago
View on GitHub
Context7
craftcms/cms Craft CMS is a flexible, user-friendly PHP content management system for building custom websites and applications. It combines a clean authoring experience with powerful templating, structured content, and an extensible plugin ecosystem for developers. 3,559 685 460 72.8 31.5 NOASSERTION 1 day ago
Deep Wiki
Context7
hirethunk/verbs Verbs is a PHP event sourcing package for Laravel artisans. It delivers the benefits of event sourcing while minimizing boilerplate and jargon, making it simpler to model behavior and build systems by thinking in actions (verbs) instead of nouns. 512 511 47 19K 1 35.6 36.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
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,676 1,678 57 220K 10 42.2 39.4 MIT 2 months ago
View on GitHub
Context7
phpdocumentor/json-path PHP library from phpDocumentor that adds JSONPath query support for selecting and extracting data from JSON structures. Useful for tooling and document generation workflows needing simple path-based access to nested JSON. 1 1 1 4K 1 21.0 53.2 MIT 6 months ago
View on GitHub
Context7
spatie/laravel-event-projector Deprecated in favor of spatie/laravel-event-sourcing. Entry-level event sourcing toolkit for Laravel: define aggregates, projectors, and reactors; persist domain events, build read models, and react to events for auditing and reporting-friendly apps. 636 661 61 204 0 17.0 2.0 MIT 6 years ago
View on GitHub
Context7
spatie/laravel-event-sourcing Event sourcing toolkit for Laravel: build aggregates, projectors, and reactors to store state changes as events. Ideal for audit trails, decisions based on history, and future reporting needs. Includes docs, examples, and an optional course. 900 902 175 151K 0 38.8 36.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/phpunit-snapshot-assertions Add snapshot testing to PHPUnit with simple assertions for JSON, XML, and text. First run creates snapshots; later runs compare outputs and fail on regressions. Ideal for verifying serialized data and responses with minimal test boilerplate. 695 699 77 608K 1 34.9 47.8 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-bridge Symfony Doctrine Bridge integrates Doctrine with Symfony components, providing glue code for ORM/DBAL usage across the framework. Part of the main Symfony repository; report issues and submit pull requests there. 3,231 3,236 43 4M 0 48.8 51.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-messenger Doctrine integration for Symfony Messenger. Store, dispatch, and consume messages using Doctrine-backed transports and tooling. Part of the Symfony ecosystem; issues and contributions go through the main Symfony repository. 529 530 20 3M 0 33.2 60.4 MIT 1 month ago
View on GitHub
Context7
symfony/form Symfony Form component helps you build, process, validate, and reuse HTML forms with a robust, extensible API. Includes field types, data mapping, CSRF protection, and integration hooks for Symfony apps or standalone PHP projects. 2,774 2,791 109 3M 0 49.2 50.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/http-kernel Symfony HttpKernel provides a structured, event-driven workflow to turn HTTP Requests into Responses. Built on the EventDispatcher, it’s flexible enough for full-stack frameworks, micro-frameworks, and CMS platforms like Drupal. 8,126 8,152 98 14M 0 57.8 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/messenger Symfony Messenger helps PHP apps send and receive messages via async transports and message queues. Dispatch commands/events, route to handlers, and integrate with workers and transports to decouple services and improve scalability. 1,107 1,111 90 4M 0 38.1 57.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/mime Symfony MIME component for creating and parsing MIME messages: build emails and attachments, manage headers, encoders, addresses, and content types. Works standalone or with Symfony Mailer. Includes docs, contribution guidelines, and issue tracking. 2,836 2,841 38 14M 0 47.0 59.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/object-mapper Symfony Object Mapper maps data between objects (e.g., DTOs to entities) using PHP attributes to define field mappings. It reduces boilerplate transformation code, supports configurable mapping logic, and integrates cleanly with Symfony applications. 34 34 2 172K 0 28.0 60.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-core Symfony Security Core provides the building blocks for authentication and authorization. Use tokens, voters, role hierarchies, and an access decision manager to cleanly separate access rules from user providers and credential storage. 1,885 1,891 31 4M 0 40.3 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-http Symfony Security HTTP integrates the Security Core with HTTP: firewalls, request handling, and authenticators to secure parts of your app and authenticate users. Install via composer require symfony/security-http. 1,713 1,715 22 4M 0 39.7 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/serializer Symfony Serializer component for converting objects and complex data structures to/from arrays, JSON, XML and more. Supports object graphs, custom normalizers/encoders, and flexible context options for reliable serialization and deserialization. 2,546 2,574 76 6M 0 44.9 55.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/ux-live-component Build interactive UIs in Symfony with Live Components: stateful server-driven components that update via Ajax without writing much JavaScript. Integrates with Twig, Stimulus and Symfony UX for reactive forms, lists, and real-time interactions. 163 19 0 21.4 MIT 2 weeks ago
Deep Wiki
Context7
symfony/ux-twig-component Build reusable UI components in Twig with Symfony UX. Create component classes + templates, pass props, use slots, and keep rendering logic clean and testable. Integrates smoothly with Symfony apps to structure views without a frontend framework. 219 218 21 1M 0 22.3 60.4 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/validator Symfony Validator component validates values and objects using a constraint-based system inspired by JSR-303 Bean Validation. Supports built-in and custom constraints, rich violation messages, and integration with Symfony forms and frameworks. 2,684 2,741 103 6M 0 48.6 55.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/var-exporter Symfony VarExporter lets you export any serializable PHP value to fast, OPcache-friendly PHP code (preserving __sleep/__wakeup, Serializable, __serialize). Includes Instantiator/Hydrator for bypassing constructors, deep cloning, and lazy-loading traits. 2,102 2,108 6 8M 0 40.6 58.6 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
web-auth/webauthn-lib PHP WebAuthn library for adding passkeys/FIDO2 authentication to apps and APIs. Implements registration and login flows, credential validation, and related WebAuthn data structures, suitable for Laravel or custom frameworks. 119 124 24 484K 0 1.3 49.8 MIT
View on GitHub
Context7
zenstruck/foundry Zenstruck Foundry supercharges Laravel/Symfony testing with fluent model factories, fixtures, and story-based data builders. Create, persist, and customize entities easily, manage relations, and write cleaner, faster tests with powerful helpers and states. 783 110 23 34.6 12.1 MIT 1 month ago
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