soyuka/stubs-mongodb
Laravel stub overrides to generate models/migrations geared for MongoDB usage. Adds MongoDB-friendly boilerplate when running artisan make commands so new classes start with the right base classes, traits, and conventions for jenssegers/mongodb-style projects.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| php-decimal/stubs | 0.86 | IDE and static analysis stubs for the PHP Decimal extension. Provides PHP method/function signatures to improve autocompletion and type checking without requiring the extension source. For installing the actual extension, see php-decimal/php-decimal. | 6 | 6 | 6 | 28K | 1 | 0.3 | 49.6 | MIT | — | |
| berry/extension-method-stub-generator | 0.84 | Composer plugin that scans dependencies for berry-method-extensions.json and generates PHP stub files for Berry “extension methods”. Improves IDE autocomplete and supports static analysis (e.g., PHPStan) by exposing fluent methods via generated stubs. | 0 | 0 | 0 | 181 | 0 | 0.0 | 31.2 | MIT | — | |
| jenssegers/mongodb | 0.83 | — | 7,075 | 7,144 | 1,436 | 78K | 36 | 81.9 | 35.9 | MIT | 1 week ago | |
| openswoole/ide-helper | 0.83 | Generates IDE helper stubs for OpenSwoole, improving autocompletion, type hints, and static analysis in PhpStorm and other editors. Useful for Swoole-style async/server apps to navigate APIs faster and reduce guesswork. | 58 | 60 | 7 | 26K | 0 | 0.5 | 36.4 | — | — | |
| php-stubs/generator | 0.82 | Generate PHP stub files from your codebase for better IDE autocomplete, static analysis, and documentation. php-stubs/generator scans sources and produces lightweight stubs suitable for packages and frameworks, helping consumers get accurate type hints without shipping full sources. | 82 | 82 | 24 | 15K | 3 | 23.8 | 37.1 | MIT | 1 month ago | |
| empi89/php-amqp-stubs | 0.82 | Provides PHP stub files for AMQP-related extensions, improving IDE autocomplete, static analysis, and type hints in projects that use AMQP functions/classes without bundling the actual extension. Useful for CI, analysis, and editor support. | 3 | 4 | 8 | 2K | 0 | 0.4 | 37.3 | — | — | |
| jetbrains/phpstorm-stubs | 0.82 | Syntactically correct PHP stub files for core and common extensions, providing function/class signatures, constants, and comprehensive PHPDoc for accurate IDE completion, inspections, type inference, and documentation in PhpStorm and other tools. | 1,390 | 1,373 | 825 | 2M | 0 | 48.4 | 51.7 | Apache-2.0 | 2 weeks ago | |
| phpstan/php-8-stubs | 0.81 | Stub files for PHP 8 built-in functions, classes, and extensions, maintained for PHPStan. Improves static analysis and type inference by providing accurate signatures and phpDoc where native reflection is incomplete or inconsistent. | 31 | 31 | 11 | 333K | 4 | 28.3 | 66.1 | MIT | 1 month ago | |
| binafy/laravel-stub | 0.81 | — | 98 | 100 | 8 | 5K | 0 | 18.5 | 27.0 | MIT | 3 months ago | |
| carlescliment/chained-stubs-bundle | 0.80 | — | 0 | 0 | 1 | 0 | 0 | 0.0 | — | — | — | |
| devture/mongodb-migrations-bundle | 0.79 | — | 8 | 8 | 2 | 9K | 0 | 0.1 | 42.9 | MIT | — | |
| spatie/laravel-stubs | 0.78 | Opinionated Laravel stub templates from Spatie. Publish customized stubs for migrations, controllers, and models: no down() in migrations, controllers don’t extend a base, no guarded attributes, more return types, fewer docblocks. | 252 | 252 | 37 | 26K | 0 | 22.2 | 30.7 | MIT | 5 months ago | |
| doesntmattr/mongodb-migrations-bundle | 0.78 | Symfony bundle that integrates the doesntmattr MongoDB Migrations library, providing configuration and tooling to run MongoDB schema/data migrations in Symfony apps. Supports PHP 5.6 via v1.x and PHP 7.1+ via v3.x. | 23 | 23 | 27 | 1K | 3 | 3.6 | 23.9 | MIT | 6 years ago | |
| doctrine/mongodb | 0.78 | Doctrine MongoDB library for PHP, providing an object-oriented API for working with MongoDB. Includes database and collection abstractions, query and command builders, and tools for common CRUD operations—ideal as a low-level MongoDB foundation for PHP apps. | 436 | 452 | 184 | 50K | 0 | 8.1 | 20.1 | MIT | 7 years ago | |
| mongodb/mongodb | 0.77 | High-level MongoDB PHP library built on the mongodb extension. Provides client, database, and collection abstractions with full CRUD and common commands like index and collection management—similar to other official MongoDB drivers. | 1,614 | 1,693 | 264 | 1M | 0 | 40.3 | 45.6 | Apache-2.0 | 3 months ago | |
| rawilk/laravel-stubs | 0.77 | Opinionated Laravel stubs with strict types, fewer docblocks, unguarded models, controllers without a base class, migrations without down methods, and added return type hints. Publish via artisan and optionally keep stubs updated via composer hooks. | 1 | 1 | 0 | 47 | 0 | 20.3 | 21.9 | MIT | 2 months ago | |
| kwn/php-rdkafka-stubs | 0.76 | IDE helper stubs for php-rdkafka (librdkafka) extension. Adds classes, methods and constants for Kafka producers/consumers to improve autocompletion and static analysis in PHP projects without requiring the extension at dev time. | 152 | 154 | 35 | 74K | 3 | 17.3 | 42.3 | MIT | 4 months ago | |
| dovstone/symfony-blog-admin-bundle-mongodb-based | 0.76 | — | 0 | 0 | — | 0 | — | 0.3 | — | — | — | |
| atoum/stubs | 0.76 | IDE stubs for atoum providing PHPDoc annotations and full code completion without cluttering atoum’s core source. Install via Composer, use the atoum/mageekguy\atoum aliases in tests, and get richer autocompletion for the userland API. | 16 | 17 | 5 | 7K | 4 | 3.4 | 27.0 | NOASSERTION | 9 months ago | |
| php-stubs/wordpress-stubs | 0.74 | WordPress core stubs for static analysis and IDE autocompletion (functions, classes, interfaces; no globals). Generated from johnpbloch/wordpress-core. Works with PHPStan (via phpstan-wordpress) and Psalm stubs config. Requires PHP 7.4/8.0. | 201 | 203 | 25 | 1M | 7 | 30.1 | 62.6 | MIT | 2 months ago |
How can I help you explore Laravel packages today?