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

Protobuf Php Laravel Package

centraldesktop/protobuf-php

PHP implementation of Google Protocol Buffers with a protoc plugin to generate type-hinted PHP classes from .proto files. Supports binary serialization, multiple codecs (JSON/XML/etc), services, extensions, reflection, and dynamic messages with lazy decoding.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
google/cloud-common-protos 0.90 Generated PHP Protocol Buffer classes shared across Google Cloud APIs (part of google-cloud-php). Install via Composer as google/cloud-common-protos to use stable, Apache-2.0 licensed common proto message types in your apps. 3 3 2 3K 0 19.9 44.0 Apache-2.0 4 months ago
View on GitHub
Context7
rybakit/msgpack 0.85 Pure-PHP MessagePack serializer/deserializer. Fully compliant with the spec, supports streaming unpacking, unsigned 64-bit integers, custom types/extensions (including timestamps), and object serialization. Well-tested and relatively fast. 408 412 19 401K 0 24.6 46.8 MIT 3 months ago
View on GitHub
Context7
google/common-protos 0.85 Generated PHP classes for Google’s common Protocol Buffer types used across Google APIs. Stable, backwards-compatible shared dependencies published as the google/common-protos Composer package (Apache 2.0), part of the Google Cloud PHP ecosystem. 176 177 11 5M 0 29.8 64.1 Apache-2.0 1 month ago
View on GitHub
Context7
google/protobuf 0.77 PHP support files for Google Protocol Buffers via Composer. This repo mirrors the main protocolbuffers/protobuf project and exists for PHP installation. For issues, support, and development, use the upstream protobuf repository. 371 390 48 6M 0 3.7 55.3 BSD-3-Clause
View on GitHub
Context7
lcobucci/coding-standard 0.70 PHPCS coding standard based on Doctrine’s rules with a few tweaks. Provides a reusable ruleset to enforce consistent PHP code style across projects, suitable for CI checks and team-wide formatting conventions. 6 6 2 6K 1 20.1 46.1 MIT 3 months ago
View on GitHub
Context7
slevomat/coding-standard 0.70 1,479 1,490 192 4M 92 63.6 81.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
shiftonelabs/codesniffer-standard 0.70 Opinionated PHP_CodeSniffer ruleset by ShiftOneLabs. Provides a shared coding standard for consistent style, formatting, and best practices across PHP/Laravel projects. Easy to install and run with phpcs in CI or local development. 0 0 1 36 0 0.1 21.7 MIT
View on GitHub
Context7
camelot/coding-style 0.70 Camelot coding style standard for PHP projects, based on PSR-2 and Symfony2. Provides ready-to-use configurations for PHP_CodeSniffer and PHP-CS-Fixer (composer install, sample phpcs.xml.dist and .php_cs.dist, customizable rules). 0 0 1 6 0 0.1 12.5 MIT
View on GitHub
Context7
lookyman/coding-standard 0.70 Opinionated PHP coding standard package for your projects. Install via Composer and reference the bundled ruleset.xml in PHP_CodeSniffer to enforce consistent formatting and style, with room to add your own project-specific rules. 0 0 0 8 0 1.1 MIT 8 years ago
View on GitHub
Context7
pccomponentes/coding-standard 0.69 PcComponentes Coding Standard adds PHP_CodeSniffer sniffs to enforce consistent PHP style. Install via Composer as a dev dependency and reference vendor/pccomponentes/coding-standard/src/ruleset.xml in your phpcs.xml(.dist) to apply the rules. 3 3 3 2K 0 26.2 43.7 MIT 1 month ago
View on GitHub
Context7
codeat3/phpcs-styles 0.69 codeat3/phpcs-styles provides PHP_CodeSniffer rulesets and coding style configurations to standardize formatting and code quality across PHP projects, helping teams enforce consistent conventions in CI and local development. 0 0 0 705 0 0.0 39.4
View on GitHub
Context7
iodigital-com/php-code-sniffer-standard 0.69 Extends PHP_CodeSniffer with iO Digital coding standards. Install via Composer, add an IO ruleset to your phpcs.xml, configure excluded paths and PHP version ranges, and run vendor/bin/phpcs. Includes guidance for properly ignoring sniff violations. 1 1 3 600 1 11.7 37.0 MIT 6 months ago
View on GitHub
Context7
humbug/php-scoper 0.69 PHP-Scoper prefixes your project and its dependencies into a unique namespace to avoid conflicts, especially when building PHARs that bundle vendor code and run alongside other PHP projects with overlapping packages or versions. 806 808 77 121K 22 36.7 54.9 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
php-amqplib/php-amqplib 0.69 PHP client for RabbitMQ using the AMQP 0-9-1 protocol. Create connections and channels, publish and consume messages, manage exchanges/queues, acks and QoS. Widely used, framework-agnostic, suitable for workers and microservices. 4,600 4,708 1,025 2M 15 58.3 46.7 LGPL-2.1 8 months ago
View on GitHub
Deep Wiki
Context7
phpyh/coding-standard 0.69 PHPyh Coding Standard provides a ready-to-use PHP CS Fixer configuration for consistent formatting across your project. Install via Composer and apply the PhpCsFixerCodingStandard to your .php-cs-fixer.dist.php, with support for overriding rules. 23 23 1 2K 1 10.2 28.1 MIT 9 months ago
View on GitHub
Context7
phpcsstandards/phpcsutils 0.69 Utilities and helper classes for building and maintaining PHP_CodeSniffer (PHPCS) standards and sniffs. Provides common abstractions and compatibility helpers to simplify writing custom rulesets and speed up development of consistent coding standards. 63 63 8 3M 25 35.5 73.3 LGPL-3.0 1 week ago
View on GitHub
Context7
videlalvaro/php-amqplib 0.69 Pure PHP AMQP 0-9-1 client for RabbitMQ. Provides connections and channels for publishing and consuming messages, plus RabbitMQ extensions like publisher confirms, basic nack, consumer cancel notifications, and exchange-to-exchange bindings. 4,600 4,606 1,025 9K 15 58.3 15.2 LGPL-2.1 8 months ago
View on GitHub
Context7
wdes/coding-standard 0.69 0 0 0 933 0 3.0 41.2 Unlicense 2 years ago
View on GitHub
Context7
corpus/coding-standard 0.69 0 0 0 4K 1 7.8 51.5 MIT 10 months ago
View on GitHub
Context7
phpcompatibility/phpcompatibility-paragonie 0.68 PHP_CodeSniffer rulesets that extend PHPCompatibility to account for Paragonie polyfills (random_compat and sodium_compat), reducing false positives when checking PHP cross-version compatibility. Includes separate RandomCompat and SodiumCompat standards. 10 12 2 1M 0 11.8 59.3 LGPL-3.0 8 months ago
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.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity