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,032 1,031 538 3K 372 63.0 38.0 NOASSERTION 3 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 527 0 0.2 29.3 MIT
View on GitHub
Context7
b2pweb/bdf-serializer 0 0 0 588 0 0.0 38.3 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,213 1,218 127 21K 30 27.3 29.6 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 fast, flexible PHP DataMapper ORM for long-running apps. Works with plain PHP objects, dynamic schemas, and powerful query builder. Supports relations, eager/lazy loading, migrations, and MySQL/Postgres/SQLite/SQL Server. 1,330 1,334 84 26K 82 55.7 50.9 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
doctrine/couchdb-odm 148 152 50 94 20 4.7 9.3 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 511 351K 102 69.9 68.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
doctrine/orm Doctrine ORM is a PHP 8.1+ object-relational mapper built on Doctrine DBAL, providing transparent persistence for PHP objects. Use mappings, repositories, and Unit of Work, plus DQL for powerful, object-oriented querying as an alternative to SQL. 10,168 10,342 2,544 5M 1,281 88.7 69.1 MIT 1 month 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 102 21K 54 43.5 55.6 MIT 3 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 28 28 21 1K 6 2.6 23.8 MIT
View on GitHub
Context7
gdx/p-service-bus 0 3 515 0.0 37.5
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,405 589 2M 135 69.2 70.0 MIT 4 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 93K 0 1.3 50.4 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,854 4,862 444 6K 2 63.2 7.0 MIT 2 months 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.2 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,854 4,884 444 3M 2 63.5 45.7 MIT 2 months 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. 476 485 86 53K 13 29.6 37.7 NOASSERTION 5 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 26.9 56.7 MIT 7 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 15K 5 2.5 34.8 MIT 5 years ago
View on GitHub
Context7
phpspec/phpspec PHPSpec is a behavior-driven development tool for PHP. Specify how objects should behave, then generate and evolve code through examples with fast feedback. Great for designing clean APIs, refactoring safely, and writing focused specifications. 1,904 1,947 287 229K 135 69.8 61.8 NOASSERTION 1 week 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,481 8,498 249 3M 88 73.8 64.8 MIT 4 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 554K 0 15.2 20.0 NOASSERTION 13 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 287 45 55K 27 14.3 40.6 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). 548 548 75 20K 0 14.1 21.6 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. 151 153 43 61K 6 8.6 38.8 MIT 2 years 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. 66 68 42 55K 2 22.5 45.6 NOASSERTION 3 months ago
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 309K 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.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
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