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

Shim Laravel Package

php-cs-fixer/shim

Shim package for PHP CS Fixer, providing a lightweight Composer entrypoint and compatibility layer. Use this package to pull in PHP-CS-Fixer via Composer; for configuration, usage, and docs, see the main FriendsOfPHP/PHP-CS-Fixer repository.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
1mcodes/api-problem-bundle 0 0 0 0 0 13.2 MIT 4 months ago
View on GitHub
Context7
adamwojs/symfony-config-schema-gen Generate JSON Schema from your Symfony app’s configuration. Adds a config:dump-schema console command to export schemas (JSON by default), with options like schema id, pretty-print, strict mode, and extension whitelisting. 1 1 3 91 0 8.4 24.1 GPL-2.0 9 months ago
View on GitHub
Context7
ajgarlag/openid-connect-provider-bundle 8 6 0 626 0 19.1 30.1 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
behat/behat Behat is a PHP BDD framework for testing business expectations with executable specifications. Install via Composer and run scenarios from the CLI. Ideal for acceptance and behavior-driven tests, with strong docs and semantic versioning. 3,956 4,001 614 2M 48 77.4 60.9 MIT 1 month ago
View on GitHub
Context7
calamityju/object-translation-bundle 0 0 0 0 0 12.8 MIT 4 months ago
View on GitHub
Context7
cesurapp/api-bundle 0 0 30 23.5 23.2
View on GitHub
Context7
cesurapp/media-bundle 0 0 0 40 0 28.1 MIT 1 month ago
View on GitHub
Context7
cesurapp/storage-bundle 0 0 0 46 0 18.5 26.1 MIT 3 months ago
View on GitHub
Context7
cesurapp/swoole-bundle 4 4 2 47 0 26.9 16.3 MIT 1 month ago
View on GitHub
Context7
champs-libres/wopi-bundle 8 8 2 376 4 11.8 25.3 MIT 5 months ago
View on GitHub
Context7
cmsig/seal SEAL Core (cmsig/seal) is a Search Engine Abstraction Layer inspired by Doctrine DBAL and Flysystem. Provides a unified API and schema for indexing, searching, and filtering across multiple search engines. Part of the cmsig/search project. 33 33 0 28K 0 0.2 40.3 MIT
View on GitHub
Context7
cmsig/seal-algolia-adapter Algolia adapter for the SEAL search engine (cmsig/search). Writes SEAL documents to Algolia SaaS and can be configured via Algolia SearchClient or a simple DSN (algolia://APP_ID:ADMIN_KEY). Early-stage; feedback welcome. 1 1 0 2 0 0.0 4.2 MIT
View on GitHub
Context7
cmsig/seal-elasticsearch-adapter Elasticsearch adapter for the CMSIG/SEAL search engine. Indexes and updates documents in an Elasticsearch cluster via the official PHP client. Install with composer and configure directly or via DSN (tls, auth). 1 1 1 2K 0 0.0 40.0 MIT
View on GitHub
Context7
cmsig/seal-laravel-package 4 4 0 71 0 0.0 16.3 MIT
View on GitHub
Context7
cmsig/seal-loupe-adapter Loupe adapter for the SEAL search engine: write indexed documents into a Loupe SQLite instance. Install via Composer and configure through code or a loupe:// DSN (e.g., loupe://var/indexes/). Part of the cmsig/search project. 6 6 0 19K 0 0.0 47.5 MIT
View on GitHub
Context7
cmsig/seal-meilisearch-adapter 1 1 1 611 0 0.0 34.3 MIT
View on GitHub
Context7
cmsig/seal-memory-adapter In-memory adapter for the SEAL search engine. Stores indexed documents in an array, making it ideal for tests and as a reference implementation. Use directly via Engine or via DSN: memory:// 2 2 0 11K 0 0.0 49.3 MIT
View on GitHub
Context7
cmsig/seal-multi-adapter SEAL Multi Adapter writes indexing operations to multiple adapters at once. Commonly paired with ReadWriteAdapter to keep search reads on one engine while mirroring writes to several indexes, useful during migrations or multi-backend setups. 2 2 0 0 0 0.0 MIT
View on GitHub
Context7
cmsig/seal-opensearch-adapter OpenSearch adapter for the cmsig/search SEAL project. Write and index documents in an OpenSearch server via the OpenSearch PHP client, usable directly or via DSN (TLS and basic auth supported). Still under active development. 3 3 0 857 0 0.0 31.8 MIT
View on GitHub
Context7
cmsig/seal-read-write-adapter SEAL Read Write Adapter lets you use separate search adapters for reads and writes, enabling reindexing without downtime. Combine any AdapterInterface implementations (e.g., Elasticsearch) and configure via DSN for your framework. 2 2 1 0 0 0.0 MIT
View on GitHub
Context7
cmsig/seal-redisearch-adapter RediSearch adapter for the SEAL search engine. Index and query documents in a Redis Stack instance using RediSearch + RedisJSON. Supports ext-redis/ext-json and DSN-based configuration; note: no GeoBoundingBox or HIGHLIGHT support. 4 4 0 264 0 0.0 23.9 MIT
View on GitHub
Context7
cmsig/seal-solr-adapter Apache Solr adapter for the SEAL search engine. Index and write documents to a SolrCloud instance using collections, with direct client setup or DSN-based configuration for common frameworks. 2 2 0 81 0 0.0 16.6 MIT
View on GitHub
Context7
cmsig/seal-symfony-bundle 15 15 2 28K 0 0.1 45.1 MIT
View on GitHub
Context7
cmsig/seal-typesense-adapter Typesense adapter for the SEAL search engine abstraction. Index and update documents in a Typesense server, create an Engine with a Typesense client, or configure via a typesense:// DSN (including optional TLS). Part of the cmsig/search project. 4 4 0 338 0 0.0 25.4 MIT
View on GitHub
Context7
crazy-goat/workerman-bundle Symfony bundle integrating Workerman to run a high-performance async HTTP server, scheduler and supervisor in pure PHP. Keeps the Symfony kernel/container alive between requests for faster apps. Supports SO_REUSEPORT and optional direct Request creation for speed. 2 2 2 20 96 46.3 37.7 MIT 1 week ago
View on GitHub
Context7
damienfern/vault-symfony-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
friendsofsymfony/elastica-bundle 1,262 1,282 788 196K 68 67.7 62.1 MIT 5 days ago
View on GitHub
Context7
handcraftedinthealps/rest-routing-bundle Symfony bundle that restores FOSRestBundle-style automatic REST route generation. Supports format options and method/name prefixing, and includes a command to dump/convert type: rest routes into standard Symfony routes for migration or opt-out. 58 58 7 49K 0 5.3 40.6 MIT 11 months ago
View on GitHub
Context7
hautelook/alice-bundle 185 196 100 250K 4 25.4 50.4 MIT 2 months ago
View on GitHub
Context7
jangregor/phpstan-prophecy PHPStan extension for phpspec/prophecy that improves type inference in tests. It teaches PHPStan the real types returned from Prophecy workflows like prophesize(), willExtend(), and reveal(), so your revealed doubles are understood as the mocked class. 111 111 30 455K 3 23.0 56.1 MIT 3 months ago
View on GitHub
Context7
league/oauth2-server-bundle 236 236 100 178K 47 38.1 65.8 MIT 4 months ago
View on GitHub
Context7
lendable/composer-license-checker Checks your Composer dependencies’ licenses against configurable allow rules (by SPDX license, vendor, or package) to help ensure OSS compliance and reduce legal risk. Works in CI and can read license data from Composer’s installed.json or composer licenses. 15 15 3 13K 3 17.5 46.6 MIT 4 months ago
View on GitHub
Context7
lendable/phpunit-extensions 2 2 0 3K 2 17.8 49.5 MIT 3 months ago
View on GitHub
Context7
litesaml/lightsaml 105 107 30 255K 16 6.4 52.2 MIT
View on GitHub
Deep Wiki
Context7
maml/maml 1 1 0 43K 0 19.3 63.8 MIT 1 month ago
View on GitHub
Context7
mcp/sdk 1,532 1,531 142 351K 74 52.3 67.7 NOASSERTION 4 days ago
View on GitHub
Context7
meilisearch/meilisearch-php Official PHP client for Meilisearch, the open‑source search engine. Connect to Meilisearch or Meilisearch Cloud to index documents, configure indexes, and run fast, typo‑tolerant searches. Supports customizable HTTP clients and common PHP tooling. 747 751 117 827K 39 48.2 69.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
norkunas/onesignal-php-api 235 244 82 14K 6 14.6 27.2 MIT 1 year ago
View on GitHub
Context7
norkunas/youtube-dl-php PHP wrapper for youtube-dl/yt-dlp to download videos or extract audio from YouTube and other sites. Configure options, set output paths, run downloads, and parse results/errors from a simple, fluent API for CLI-driven media fetching. 504 514 159 9K 12 30.8 25.4 MIT 1 week ago
View on GitHub
Context7
overblog/graphql-bundle 795 802 226 167K 115 56.9 63.9 MIT 1 month ago
View on GitHub
Context7
phpbench/container Lightweight, extensible PHP dependency injection container with parameters and service tagging. Register services as closures, load extensions to provide defaults and wiring, and discover tagged services. Implements container-interop for portability. 15 16 6 541K 0 9.0 59.3 MIT 7 months ago
View on GitHub
Context7
phpbench/phpbench PHPBench is a PHP benchmarking runner, like PHPUnit for performance. Run isolated iterations and revolutions, track time and memory, generate reports (console/CSV/HTML), store and compare results, and add assertions to catch regressions. 2,006 2,010 132 515K 30 50.3 51.9 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
phpro/api-problem 67 68 7 20K 2 12.1 36.2 MIT 7 months ago
View on GitHub
Context7
phpro/api-problem-bundle Symfony bundle that turns exceptions into RFC7807 Problem Details responses (application/problem+json). Listens for ApiProblemException/HttpException/Security exceptions and converts them to standardized JSON errors based on phpro/api-problem, with support for custom transformers. 0 25 9K 20.1 39.4
View on GitHub
Context7
phpro/grumphp GrumPHP is a Composer plugin that installs Git hooks to run quality checks (tests, linters, code style) on staged changes before you commit. If tasks fail, the commit is blocked—helping teams enforce standards and improve code quality automatically. 4,293 4,300 448 345K 4 65.5 33.1 MIT 2 weeks 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
spiral/code-style PER-2–based PHP CS Fixer ruleset for Spiral components. Install as a dev dependency, add a .php-cs-fixer.dist.php via the Builder to include project paths, run via composer scripts, and integrate checks or auto-fixes in GitHub Actions CI. 7 7 3 28K 0 12.5 51.9 MIT 8 months ago
View on GitHub
Context7
sulu/form-bundle SuluFormBundle adds dynamic form creation to the Sulu Admin. Content managers build fields in a simple grid, configure notification and confirmation emails, and render forms using Symfony Form Component theming. Compatible with Sulu 2.0+. 88 88 77 6K 61 48.6 55.9 MIT 2 weeks ago
View on GitHub
Context7
sulu/sulu Sulu is an extensible open-source PHP CMS built on Symfony, designed for robust multilingual, multi-portal websites. It provides an intuitive admin interface to manage the full content lifecycle and serves as the core framework dependency for Sulu projects. 1,333 1,333 357 20K 493 66.9 49.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
trsteel/ckeditor-bundle 96 99 57 3K 0 21.5 22.3 5 months ago
View on GitHub
Context7
twig/twig Twig is a fast, secure, and flexible templating engine for PHP. Create clean, readable templates with inheritance, filters, functions, and auto-escaping. Works great with frameworks or standalone, with a robust ecosystem and strong extensibility. 8,361 8,703 1,285 7M 55 79.0 76.1 BSD-3-Clause 1 week ago
View on GitHub
Context7
veewee/xml Type-safe, declarative XML toolkit for PHP. Includes DOM helpers, xml_encode/xml_decode, safe error handling, memory-safe reader/writer, plus XSD and XSLT utilities. Spec-compliance ready (v4 for PHP 8.4+; v3 maintained). 183 183 11 313K 1 29.2 51.7 MIT 1 month ago
View on GitHub
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.
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
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