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

Instantiator Laravel Package

doctrine/instantiator

Lightweight PHP library to instantiate objects without calling their constructors. Useful for hydrators, serializers, proxies, and testing/mocking. Part of the Doctrine ecosystem; creates instances via reflection while avoiding side effects and required constructor args.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
akeneo/pim-community-dev 1,023 1,021 534 3K 371 65.9 39.2 NOASSERTION 2 months ago
View on GitHub
Deep Wiki
Context7
alexmanno/serializer 0 0 0 0 0 0.0 Apache-2.0
View on GitHub
Context7
b2pweb/bdf-prime 3 3 0 393 0 0.6 29.1 MIT
View on GitHub
Context7
b2pweb/bdf-serializer 0 0 0 534 0 0.0 37.6 MIT
View on GitHub
Context7
bernard/bernard Bernard is a PHP background processing library that makes queueing and long-running workers easy. Supports multiple backends including Redis (Predis/PhpRedis), Amazon SQS, RabbitMQ (PhpAmqp), Doctrine DBAL, Pheanstalk, IronMQ, and queue-interop. 1,212 1,218 127 18K 30 27.3 28.8 MIT 7 years ago
View on GitHub
Context7
codete/form-generator-bundle 33 36 7 0 2 1.1 MIT 8 years ago
View on GitHub
Context7
cycle/orm Cycle ORM is a PHP DataMapper and modeling engine for safe use in classic and long-running apps (e.g., RoadRunner). Supports POPOs, flexible schemas, rich relations, eager/lazy loading, powerful queries, and MySQL/Postgres/SQLite/SQLServer. 1,329 1,332 84 23K 82 56.7 50.6 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
doctrine/couchdb-odm 148 152 50 105 20 4.7 9.5 MIT 10 years ago
View on GitHub
Context7
doctrine/mongodb-odm Doctrine MongoDB ODM is an object document mapper for PHP that brings Doctrine-style persistence to MongoDB. Define documents with metadata, map fields and relations, run queries, and handle unit of work, identity map, and migrations for MongoDB apps. 1,096 1,107 512 381K 102 62.6 64.7 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
doctrine/orm Doctrine ORM is an object-relational mapper for PHP 8.1+ providing transparent persistence for PHP objects on top of Doctrine DBAL. Includes Doctrine Query Language (DQL), an object-oriented SQL-like dialect for flexible querying without duplication. 10,174 10,347 2,535 5M 1,278 91.5 70.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
doctrine/phpcr-odm Doctrine PHPCR-ODM brings Doctrine-style object document mapping to PHP Content Repository (PHPCR) implementations. Map PHP objects to nodes and query content repositories via familiar Doctrine APIs. Supports Jackrabbit and Doctrine DBAL setups, with tests and docs available. 181 181 101 21K 54 46.2 56.7 MIT 2 months ago
View on GitHub
Context7
domenik88/grid-bundle 0 0 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
dtc/queue 120 119 38 0 22 8.5 8.6 MIT
View on GitHub
Context7
effiana/config-bundle 0 0 0 0 0 2.7 NOASSERTION 6 years ago
View on GitHub
Context7
egeloen/serializer 0 28 1K 2.6 24.6
View on GitHub
Context7
gdx/p-service-bus 0 3 778 0.0 40.2
View on GitHub
Context7
jms/serializer Serialize and deserialize complex PHP object graphs to JSON or XML with flexible metadata (annotations, YAML, XML). Handles circular references, exclusion strategies, versioning, dates/intervals, and integrates with Doctrine ORM—ideal for APIs and data interchange. 2,345 2,408 590 2M 135 72.3 71.5 MIT 2 months ago
View on GitHub
Context7
lasserafn/php-string-script-language Detect which writing system a string uses with a simple PHP API. Check if text contains Arabic, Latin, Cyrillic, Thai, Han/Chinese, Japanese (Hiragana/Katakana), and many more scripts via boolean helpers like StringScript::isThai($text). 20 22 1 84K 0 1.3 49.8 MIT 2 years ago
View on GitHub
Context7
mathiasverraes/money Small PHP money library that treats monetary values as immutable value objects to avoid floating-point errors. Includes currency support, arithmetic and comparisons, and formatting helpers—useful for modeling prices, totals, and discounts in a robust, domain-driven way. 4,843 4,844 443 6K 3 66.5 8.3 MIT 1 month ago
View on GitHub
Context7
mmucklo/grid-bundle Symfony bundle to generate searchable, customizable grids from Doctrine ORM entities or MongoDB ODM documents. Renders via jQuery DataTables, jqGrid, or styled HTML tables with Bootstrap-friendly output, column customization, and easy setup for Symfony 3.4–8.0. 20 21 11 1K 12 4.0 27.3 MIT
View on GitHub
Context7
moneyphp/money moneyphp/money is a PHP value-object library for safe money handling without floats. Uses string-based big integers, supports arithmetic, allocation, currencies/ISO repositories, formatting (incl. intl), JSON serialization, and exchange rates. Requires BCMath. 4,843 4,867 443 3M 3 66.7 46.8 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
phake/phake Phake is a PHP mocking framework for PHPUnit and other test runners. Create mocks, stubs, and spies with a simple API, verify method calls and arguments, and define return values or exceptions—ideal for fast, isolated unit tests. 475 483 86 66K 13 32.6 40.0 NOASSERTION 3 months ago
View on GitHub
Context7
php-http/client-common Common utilities for HTTPlug HTTP clients: a BatchClient for parallel requests, a convenience client exposing HTTP verbs as methods, and emulator/decorator layers for sync and async clients. Designed to simplify client composition and tooling. 1,050 1,053 53 4M 12 29.3 58.1 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
php-vfs/php-vfs Simple virtual filesystem via a PHP stream wrapper for unit tests. Emulates files/dirs in memory so you can test code that reads/writes the filesystem without temporary folders or fixtures. Works with PHPUnit, PHPSpec, and other frameworks. 57 57 8 28K 5 2.5 38.3 MIT 5 years ago
View on GitHub
Context7
phpspec/phpspec PHPSpec is a behavior-driven development (BDD) tool for PHP. Specify how your objects should behave, then let PHPSpec guide implementation with fast feedback, focused examples, and automated specs. Ideal for designing clean, testable code. 1,901 1,944 287 259K 135 65.0 61.5 NOASSERTION 1 month ago
View on GitHub
Deep Wiki
Context7
phpspec/prophecy Highly opinionated yet flexible PHP mocking framework for unit tests. Create test doubles with a Prophet, define expected calls and return values, then reveal mocks and verify predictions. Works with PHPUnit and other frameworks; requires PHP 7.2+. 8,482 8,501 247 3M 87 76.2 66.1 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
phpunit/phpunit-mock-objects Default mock object library for PHPUnit. Create test doubles (mocks, stubs, spies) to isolate units under test, define expectations, control method returns, and verify interactions. Designed for PHPUnit projects and compatible with PHP 7.1+. 4,934 5,056 153 580K 0 15.2 20.2 NOASSERTION 12 years ago
View on GitHub
Context7
portphp/portphp Port is a PHP data import/export workflow library. Build pipelines to read, transform, validate, and write data across formats and sources, with reusable steps and a flexible architecture for ETL-style jobs. 284 273 45 51K 27 14.3 40.4 MIT 2 years ago
View on GitHub
Context7
prooph/event-store Common interfaces and classes for Prooph Event Store implementations. Provides the core building blocks to work with event stores, with persistent implementations available via separate TCP and HTTP client packages. Supports PHP 7.4+ (v7). 547 548 76 17K 0 14.1 20.4 BSD-3-Clause 1 year ago
View on GitHub
Context7
slim/http Slim-Http provides Slim-style PSR-7 decorators and factories for responses, server requests, and URIs. Wrap any PSR-7 implementation (Nyholm, Laminas, etc.) to get convenient methods like Response::withJson() while staying PSR-7 compatible. 150 153 43 59K 6 8.6 38.6 MIT 1 year ago
View on GitHub
Context7
smsapi/php-client PHP client library for SMSAPI, providing a simple way to send SMS and manage messaging features from PHP applications. Suitable for integrating SMS notifications and related services into Laravel or custom PHP projects. 0 68 57K 24.1 46.5
View on GitHub
Context7
typo3/cms-extbase TYPO3 Extbase framework extension: provides the MVC foundation for TYPO3 CMS extensions, including controllers, domain models, persistence, validation, and property mapping. Used to build structured, maintainable TYPO3 applications and plugins. 18 18 4 296K 0 0.2 55.3 GPL-2.0
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.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai