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

Vfsstream Laravel Package

mikey179/vfsstream

vfsStream provides a PHP stream wrapper for an in-memory virtual file system, ideal for unit tests. Mock files, directories, permissions, and content without touching disk, and use it with PHPUnit, SimpleTest, or any test framework.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
1tomany/data-uri Parse data URIs, base64 strings, plain text, URLs, or local files into a temporary file via an immutable value object. Auto-detect or override MIME type, set an optional display name, and the temp file is deleted automatically on destruct. 0 0 0 605 1 29.6 45.2 MIT 1 month ago
View on GitHub
Context7
adlarge/fixtures-documentation-bundle Symfony bundle that generates and serves documentation for your fixtures. Builds a JSON dataset and Twig UI with sections, tables, and links between entities, and can expose an action to reload fixtures so testers can inspect and reset test data. 10 10 1 0 0 0.1 MIT
View on GitHub
Context7
airbrake/phpbrake 49 50 34 25K 8 4.0 41.1 MIT
View on GitHub
Context7
akondas/symfony-actuator-bundle 6 6 1 20 1 0.7 8.5 MIT 5 years ago
View on GitHub
Context7
alessandrolandim/translation-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
allejo/php-vcr-sanitizer Sanitize sensitive data in php-vcr cassettes. Configure hostname masking, header and query param removal, and custom scrubbers for request/response bodies and POST fields. Enable per test run and disable when needed to keep fixtures safe for version control. 14 14 5 29K 0 4.4 45.4 MIT 3 years ago
View on GitHub
Context7
alphalemon/alphalemon-bootstrap-bundle 3 3 0 0 0 0.0 MIT
View on GitHub
Context7
alphalemon/alphalemon-cms-bundle 25 26 18 0 2 1.2 0.4 NOASSERTION
View on GitHub
Context7
alphalemon/theme-engine-bundle 7 7 1 0 1 0.2 MIT
View on GitHub
Context7
antimattr/mongodb-migrations 0 24 3 0.0 8.3
View on GitHub
Context7
asm/phpflo-bundle 4 4 1 0 1 1.4 9 years ago
View on GitHub
Context7
asm/translation-loader-bundle 23 24 9 0 11 6.2 4.5 11 years ago
View on GitHub
Context7
athletic/athletic Athletic is a PHP task runner and build tool that uses YAML to define repeatable commands (test, lint, deploy, release) and run them locally or in CI. Simple, framework-agnostic, and easy to add to any project to standardize workflows. 295 317 13 1K 14 6.2 14.9
View on GitHub
Context7
atom-php/uploader 0 1 0 0.0
View on GitHub
Context7
auviis/propel-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
aymdev/fregata 24 24 1 0 3 3.9 0.4 MIT 4 years ago
View on GitHub
Context7
azuyalabs/yasumi 1,098 1,098 168 463K 4 31.3 42.2 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
babymarkt/cron-bundle 2 3 1 0 0 1.6 0.8 MIT 3 years ago
View on GitHub
Context7
baldinof/roadrunner-bundle 308 308 58 56K 12 31.5 41.3 MIT 3 months ago
View on GitHub
Context7
basster/legacy-bridge-bundle 7 7 5 0 0 0.5 7 years ago
View on GitHub
Context7
beelab/test-bundle 17 19 2 111 0 9.4 12.4 LGPL-3.0 9 months ago
View on GitHub
Context7
behat/gherkin behat/gherkin is a PHP library for parsing the Gherkin language used in BDD. Read and tokenize feature files, build an AST, and integrate with Behat or other test runners to execute human-readable scenarios in your test suite. 1,064 1,069 94 3M 7 31.3 56.6 MIT 4 months ago
View on GitHub
Context7
besimple/soap BeSimpleSoap provides tools to build SOAP and WSDL-based web services in PHP, including a Symfony2 bundle plus enhanced SoapClient/SoapServer with SwA, MTOM, and WS-Security support, along with shared utilities and WSDL generation. 106 112 135 566 35 17.7 32.5
View on GitHub
Context7
besimple/soap-client Extends PHP’s native SoapClient with support for SOAP with Attachments (SwA), MTOM optimization, WS-Security (incl. UsernameToken), and WS-Addressing. Useful when integrating SOAP services that require attachments and message-level security. 58 59 53 11K 15 6.9 38.5
View on GitHub
Context7
besimple/soap-common 12 12 20 14K 0 0.9 41.8
View on GitHub
Context7
bitecodes/factrine-bundle 0 2 0 0.0
View on GitHub
Context7
blast-project/core-bundle 2 2 3 0 1 0.2 NOASSERTION
View on GitHub
Context7
bovigo/assert Functional-style assertions for PHP unit tests. Use assertThat(value, predicate[, description]) for readable checks with helpful failure messages. Integrates with PHPUnit via AssertionFailure extending AssertionFailedError. Requires PHP 8.3+. 13 13 5 803 1 14.8 26.3 BSD-3-Clause 9 months ago
View on GitHub
Context7
braincrafted/static-site-bundle 4 4 0 0 1 0.1 MIT
View on GitHub
Context7
browscap/browscap-php browscap-php is a PHP library for detecting browser, platform, and device details from User-Agent strings using the Browscap database. It provides easy updates, caching, and a simple API for accurate capability detection in web apps. 442 447 85 88K 5 28.3 37.4 MIT 5 months ago
View on GitHub
Context7
bynder/bynder-php-sdk PHP SDK for integrating Bynder’s DAM platform. Manage assets, collections, metadata, and uploads/downloads via the Bynder API. Includes authentication helpers and convenient client methods for common media management workflows. 17 18 21 14K 5 10.7 41.0 MIT 1 year ago
View on GitHub
Context7
cakephp/cakephp CakePHP is a rapid development PHP framework built around MVC and proven patterns like Front Controller and data mapping. It helps teams quickly build robust, flexible web applications. Install via Composer or start with the official app skeleton. 8,796 8,855 3,367 396K 15 76.6 37.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
captainhook/captainhook CaptainHook is a flexible Git hooks tool for PHP. Configure hook actions in a simple JSON file to run CLI commands, validators, or custom PHP classes on commit/push/pull—enforcing code quality, tests, and shared team workflows. 1,115 1,120 88 290K 11 33.4 40.7 MIT 5 months ago
View on GitHub
Context7
chigix/chiji Chiji is a PHP 5.4+ base package for organizing and releasing front-end assets in web projects. It models resources and dependencies via Project, SourceRoad, and annotations, supporting pre-building and distribution, with optional bridge packages (e.g., Symfony). 0 1 0 0 0 1.5 Apache-2.0 11 years ago
View on GitHub
Context7
chigix/io-component Java-like IO utilities for PHP: base InputStream/OutputStream classes, stdin/stdout helpers, serialization and filesystem stream support. Create custom streams by extending base classes and plug them into file, console, or network IO workflows. 0 0 0 0 0 0.3 MIT 11 years ago
View on GitHub
Context7
chilldev/file-manager-bundle 0 10 0 0.0
View on GitHub
Context7
cocur/slugify cocur/slugify converts strings into URL-friendly slugs by stripping special characters and transliterating many languages (e.g., ä → ae). Lightweight with no external dependencies, PSR-4, PHP 8.0–8.5, and integrations for Laravel, Symfony, Twig, and more. 2,900 2,973 245 1M 20 43.1 49.4 MIT 9 months ago
View on GitHub
Deep Wiki
Context7
codeigniter/framework CodeIgniter is a lightweight PHP web framework focused on speed, simplicity, and small footprint. It offers MVC structure, clean routing, security features, database tools, and helpers—ideal for building fast, maintainable apps without heavy dependencies. 18,165 18,243 7,540 22K 71 60.0 31.7 MIT
View on GitHub
Context7
commerceguys/addressing PHP 8+ library for postal addresses powered by CLDR and Google-derived address data. Provides country names/translations, address formats, subdivisions, HTML/text formatting, Symfony Validator validation, and zones for shipping/billing. 969 976 150 732K 4 40.2 49.2 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
configuratorware/configurator-api 0 0 275 0.0 33.6
View on GitHub
Context7
corley/maintenance-bundle 22 23 16 947 1 2.0 22.4 MIT 10 years ago
View on GitHub
Context7
corley/version-bundle 3 3 0 0 0 0.0 MIT
View on GitHub
Context7
course-hero/symfony-cron-bundle 1 1 3 0 0 0.1 Apache-2.0
View on GitHub
Context7
covergenius/php-vcr PHP VCR for recording and replaying HTTP interactions during tests. Stores “cassettes” of requests/responses to make suites fast, deterministic, and offline-friendly. Useful for mocking third-party APIs without brittle stubs. 1 1 3 1K 0 22.0 46.3 MIT 2 months ago
View on GitHub
Context7
cuyz/valinor Valinor maps raw inputs (JSON/arrays) into validated, strongly typed PHP objects. Supports advanced PHPStan/Psalm types (shaped arrays, generics, ranges), produces precise human-readable errors, and can normalize data back to formats like JSON or CSV. 1,526 1,529 92 2M 25 47.7 60.1 MIT 1 month ago
View on GitHub
Context7
daniel-iwaniec/elasticsearch-bundle 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
daniellehrner/meat-up Symfony bundle that generates a full CRUD scaffold from a Doctrine entity. Provides a console command to create a controller, FormType, and Twig views (index table plus create/edit pages), based on a Symfony Skeleton starting point. 1 1 0 0 0 2.4 MIT 9 years ago
View on GitHub
Context7
danog/class-finder Fast PHP class discovery utility. Scan directories/files and find classes, interfaces, and traits without manually maintaining lists. Useful for autoload-based plugins, reflection tooling, and package indexing, with a simple API and minimal setup. 13 12 4 2K 0 0.2 30.6 MIT
View on GitHub
Context7
datadog/php-datadogstatsd DogStatsD client for PHP from Datadog. Send metrics, events, and service checks to the Datadog Agent via UDP or UDS, with support for tags, sampling, buffering, and namespacing. Useful for instrumenting PHP apps and services. 192 198 84 956K 9 13.3 53.6 BSD-3-Clause 1 year ago
View on GitHub
Context7
datafactory/ezmigrationbundle 0 0 0 0 0 3.0 GPL-2.0 8 years ago
View on GitHub
Context7
demroos/versioning-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
desarrolla2/cache Immutable PSR-16 simple cache library for PHP with multiple adapters (APCu, File, Memcached, Redis, MongoDB, etc.) plus a Chain adapter. Supports configurable options like default TTL via withOption/withOptions. Aims to be complete, correct, and fast. 135 148 37 16K 0 2.4 28.5 MIT 7 years ago
View on GitHub
Context7
devture/mongodb-migrations Laravel-friendly MongoDB migration runner that manages schema/data changes with versioned migration classes and CLI commands. Helps apply, track, and rollback database updates across environments in a predictable way. 1 1 1 12K 0 0.0 52.2 MIT
View on GitHub
Context7
digitalrevolution/phpunit-extensions 3 3 2 3K 1 18.6 43.6 MIT 6 months ago
View on GitHub
Context7
digitalrevolution/phpunit-file-coverage-inspection Define per-file code coverage thresholds from Clover coverage.xml, with directory/file overrides and optional uncovered-method rules. Fails builds with checkstyle or GitLab formatted reports so a single file can’t hide behind high overall coverage. 5 5 2 2K 1 13.5 38.8 MIT 8 months ago
View on GitHub
Context7
digitalrevolution/utils 1 1 8 2K 1 29.6 50.1 MIT 1 month ago
View on GitHub
Context7
discoverygarden/crayfish-commons-syn 0 0 0 12 0 0.3 15.8 MIT
View on GitHub
Context7
dmr/dmr Doctrine Mapping Reader (DMR) loads custom mapping data from Doctrine 2.3+ metadata using YAML, XML, or annotations, auto-selecting the right driver. Handy for reading extra mapping info (e.g., datagrid visibility) from your entity mappings. 6 5 0 0 1 0.1 MIT
View on GitHub
Context7
doesntmattr/mongodb-migrations Laravel package for running MongoDB database migrations. Provides migration commands and structure similar to Laravel’s SQL migrations, helping you version and deploy MongoDB schema/index changes safely across environments. 23 23 25 2K 2 4.5 28.6 MIT 6 years ago
View on GitHub
Context7
durimjusaj/gaufrette Filesystem abstraction layer for PHP via Gaufrette. Develop against a unified API and swap storage backends (local, S3, etc.) without changing application code. Includes maintained adapter metapackages with required dependencies and docs. 0 0 0 1 0 0.6 4.2 MIT 1 year ago
View on GitHub
Context7
elenyum/open-api 0 0 0 0 0 0.3 1 year ago
View on GitHub
Context7
emanueleminotto/domain-parser-bundle 1 1 3 0 0 0.7 MIT 9 years ago
View on GitHub
Context7
eprofos/reverse-engineering-bundle 1 1 13 4.1 4.1 Apache-2.0 1 year ago
View on GitHub
Context7
ezsystems/behatbundle 44 45 16 929 0 13.4 17.8 NOASSERTION 11 months ago
View on GitHub
Context7
ezsystems/ezmigrationbundle 1 6 0 0.3 GPL-2.0
View on GitHub
Context7
ezsystems/ezplatform-design-engine Design engine for eZ Platform / Ibexa that manages themes and templates, enabling flexible look & feel customization across sites. Provides tools for organizing design assets, resolving template fallbacks, and supporting multi-site branding. 44 44 9 2K 0 9.5 22.2 NOASSERTION 2 years ago
View on GitHub
Context7
fabpot/php-cs-fixer Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. 13,547 13,561 1,644 12K 43 91.7 37.9 MIT 3 weeks ago
View on GitHub
Context7
facile-it/facile-coding-standard PHP coding standard based on PHP-CS-Fixer by Facile.it. Installs via Composer with an interactive setup that generates a .php-cs-fixer.dist.php, auto-detects files from composer autoload (psr-0/psr-4/classmap), and adds cs-check/cs-fix scripts. 10 10 9 11K 0 21.9 47.3 3 months ago
View on GitHub
Context7
friendsofphp/php-cs-fixer PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. 13,545 13,636 1,644 6M 43 92.0 74.2 MIT 4 weeks ago
View on GitHub
Context7
goodby/csv 952 985 145 35K 27 19.1 34.4 MIT 10 years ago
View on GitHub
Context7
handcraftedinthealps/elasticsearch-bundle 21 21 11 6K 4 6.5 35.0 MIT 1 year ago
View on GitHub
Context7
handcraftedinthealps/goodby-csv 44 44 5 71K 0 1.7 44.2 MIT 1 year ago
View on GitHub
Context7
haydenpierce/class-finder Lightweight PHP utility to locate and list classes by scanning directories and Composer autoload data. Helpful for plugin discovery, reflection-based tooling, and dynamic registration tasks in frameworks like Laravel or Symfony. 0 32 566K 0.0 55.3
View on GitHub
Context7
herrera-io/phar-update Self-update library for PHP applications distributed as PHAR files. Loads a remote manifest, checks available versions, and upgrades to the next compatible release. Modular design lets you customize the update workflow for your PHAR app. 115 124 9 5K 2 0.7 16.5 MIT
View on GitHub
Context7
humbug/box 1,320 1,323 111 28K 73 50.0 49.0 MIT 6 months ago
View on GitHub
Context7
ibexa/behat 1 1 1 22K 0 30.1 65.2 NOASSERTION 1 month ago
View on GitHub
Context7
ibexa/ci-scripts Continuous integration helper scripts for Ibexa projects. Includes tooling and pipeline utilities used in Ibexa’s CI workflows, distributed under Ibexa BUL or GPLv2 depending on use. 2 2 1 2K 0 1.6 39.5 NOASSERTION 2 years ago
View on GitHub
Context7
ibexa/design-engine 6 6 2 38K 0 30.2 60.6 NOASSERTION 1 month ago
View on GitHub
Context7
ibexa/graphql 4 4 1 34K 0 29.5 62.3 NOASSERTION 1 month ago
View on GitHub
Context7
icanhazstring/composer-unused composer-unused detects and removes unused Composer dependencies in PHP/Laravel projects. It analyzes your codebase to find packages not referenced, reports what can be safely removed, and helps keep composer.json/lock lean and maintainable. 1,687 1,687 57 383K 11 31.1 39.5 MIT 7 months ago
View on GitHub
Context7
ircmaxell/random-lib 840 870 113 555K 19 13.6 45.9 MIT
View on GitHub
Context7
ircmaxell/security-lib 125 129 13 689K 1 1.5 50.5 MIT 11 years ago
View on GitHub
Context7
iron-io/iron_mq PHP client for IronMQ (API v3), an elastic cloud message queue. Composer installable and PSR-4 namespaced (v4.* recommended; Laravel 5.1/5.2 compatible). Send/receive messages and manage queues with Iron.io credentials. 86 88 41 8K 12 5.2 31.3 BSD-2-Clause
View on GitHub
Context7
islandora/crayfish-commons Shared PHP 8+ library for Islandora Crayfish microservices. Provides common Symfony bundle utilities such as ApixMiddleware and command execution services, with simple configuration for Fedora base URI and AP-IX middleware support. 2 2 11 546 0 2.8 31.3 MIT 1 year ago
View on GitHub
Context7
jms/metadata jms/metadata is a PHP library for managing class, method, and property metadata independent of its source (annotations, YAML/XML/PHP config, etc.). Extend base metadata classes, plug in drivers, and fetch metadata via MetadataFactory. 1,822 1,832 71 3M 5 24.7 47.6 MIT 9 months ago
View on GitHub
Context7
joomla/filesystem Joomla Framework filesystem utilities for common file operations. Includes helpers for safe filenames, uploads, and path handling, with a patcher component for applying file patches. Install via Composer and use in PHP apps needing lightweight filesystem tooling. 11 12 20 12K 6 28.2 51.3 GPL-2.0 1 month ago
View on GitHub
Context7
jstewmc/chunker Multi-byte safe chunked reading for huge files or strings in PHP. Avoids breaking UTF-8 characters by adjusting chunk boundaries so each chunk is valid text, reducing memory use while processing streams sequentially. 7 8 1 9K 0 0.1 42.4 MIT
View on GitHub
Context7
jstewmc/rtf PHP library for reading, parsing, and working with Rich Text Format (RTF) documents. Extract text and metadata, traverse document structure, and integrate RTF handling into your applications with a lightweight, dependency-friendly package. 46 46 4 7K 2 0.8 29.8 MIT
View on GitHub
Context7
jstewmc/stream jstewmc/stream is a small PHP library that provides a simple Stream abstraction for working with PHP stream resources. It helps with reading/writing, buffering, and common stream operations behind a cleaner, object-oriented API. 5 5 0 9K 0 0.0 44.1 MIT
View on GitHub
Context7
kleijnweb/php-api-descriptions Parse and handle PHP API Description documents (OpenAPI-like) with utilities for loading, validating, and working with structured API metadata. Useful for tooling that needs to read API specs and generate clients, docs, or integrations. 5 5 4 30 18 2.8 11.8 LGPL-3.0
View on GitHub
Context7
knplabs/gaufrette 2,464 2,484 352 560K 71 64.5 67.0 MIT 1 month ago
View on GitHub
Context7
laminas/laminas-cli Console tooling for Laminas applications and components. Provides a CLI entry point, command discovery/registration, and integration helpers to build and run project-specific commands via Composer and your framework configuration. 56 56 22 162K 11 23.5 58.3 BSD-3-Clause 6 months ago
View on GitHub
Context7
laminas/laminas-component-installer Composer plugin for Laminas and Mezzio apps that automates discovery, installation, and configuration of components/modules. Updates application config during composer install/update to enable packages with minimal manual setup. 29 30 11 93K 6 24.6 57.0 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-di Dependency injection container for Laminas apps. Supports autowiring, configuration-driven definitions, factories, and runtime instantiation to manage object creation and wiring with minimal boilerplate. Integrates with Laminas ServiceManager patterns and PSR-friendly practices. 36 36 25 352K 9 19.1 64.6 BSD-3-Clause 7 months ago
View on GitHub
Context7
laminas/laminas-diagnostics Run health checks for your PHP/Laminas apps and environments. laminas-diagnostics provides diagnostic tests and reporting for common issues, with an extensible API for custom checks and CI-friendly output. 85 85 33 112K 4 22.5 52.7 BSD-3-Clause 6 months ago
View on GitHub
Context7
laminas/laminas-servicemanager Powerful dependency injection and service container for PHP. Manage factories, abstract factories, delegators, aliases, and shared services, with PSR-11 interoperability and robust configuration for complex applications. 159 161 63 1M 13 31.9 70.6 BSD-3-Clause 4 months ago
View on GitHub
Deep Wiki
Context7
league/climate League CLImate makes PHP CLI output nicer with easy colored text, formatting, and styled messages. Install via Composer and use simple methods like red() or blue() to print readable, attention-grabbing console output for scripts and command-line tools. 1,895 1,942 125 209K 11 16.5 31.7 MIT
View on GitHub
Context7
league/plates 1,529 2,104 183 122K 18 25.5 35.9 MIT 1 year ago
View on GitHub
Context7
lexik/translation-bundle Symfony bundle to manage translations in a database: import from xliff/yml/php, edit via a web GUI, track missing domain translations, add new keys, and export back to files. Database loader overrides file-based translations. 438 448 262 31K 60 56.6 56.9 MIT 2 months ago
View on GitHub
Context7
lolautruche/ez-core-extra-bundle 27 27 8 4K 10 16.4 34.3 MIT 10 months ago
View on GitHub
Context7
maennchen/zipstream-php Stream ZIP archives on the fly in PHP without writing to disk. Fast ZIP downloads with optional HTTP headers, supports adding files from strings/paths, works with S3 and PSR-7 streams, and can output to custom callbacks. 1,896 1,922 113 10M 3 36.0 57.7 MIT 5 months ago
View on GitHub
Context7
maglnet/composer-require-checker CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. 1,010 1,017 80 683K 32 39.4 58.9 MIT 6 months ago
View on GitHub
Context7
malukenho/docheader Laravel package that adds and manages standardized documentation headers in your source files. Generate consistent file/class docblocks with project metadata, author, license, and timestamps, helping teams enforce style and keep headers up to date automatically. 68 68 8 8K 2 2.0 29.2 MIT 8 years ago
View on GitHub
Context7
microsoft/azure-storage Deprecated PHP client libraries for Microsoft Azure Storage (Blob, Table, Queue, File). Provides APIs to create/list/delete containers, blobs, tables, entities, queues, and metadata. In community support until 17 Mar 2024, then retired. 214 186 200 13K 54 16.0 30.1 MIT 4 years ago
View on GitHub
Context7
microsoft/microsoft-graph-core 16 16 7 338K 9 24.6 65.2 MIT 4 months ago
View on GitHub
Context7
microsoft/windowsazure PHP client libraries for Microsoft Azure Tables, Blobs, Storage Queues, Service Bus, and runtime/management APIs. Note: this SDK is retired (since Feb 2021) and no longer maintained; use Azure REST APIs or azure-storage-php for Storage. 419 427 276 4K 89 17.2 26.5 Apache-2.0 8 years 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. 506 514 157 8K 12 34.8 24.2 MIT 3 months ago
View on GitHub
Context7
padraic/humbug_get_contents Drop-in replacement for file_get_contents() that secures HTTPS requests on PHP 5.3+ by injecting a strict SSL/TLS stream context (CA validation, verification). Helps prevent MITM attacks when fetching APIs, PHARs, or other remote content. 125 126 14 33K 5 2.2 24.2 BSD-3-Clause 8 years ago
View on GitHub
Context7
phing/phing Phing is a PHP build tool based on Apache Ant. Define XML build files to automate testing (PHPUnit), packaging, deployments, file transforms, filesystem tasks, SQL, SCM ops (Git/SVN/Hg), and docs generation. Extensible via custom PHP tasks. 1,168 1,203 319 234K 5 35.6 36.0 LGPL-3.0 7 months ago
View on GitHub
Context7
phing/phing-composer-configurator Composer plugin that installs and configures Phing from composer.json. Ensures the Phing binary and settings are set up during Composer install/update, simplifying Phing integration in PHP projects and keeping build tooling consistent. 5 5 1 832 0 0.2 29.6
View on GitHub
Context7
phparkitect/phparkitect PHPArkitect enforces architectural rules in PHP projects. Define executable constraints for namespaces, dependencies, layers, and naming conventions to prevent drift, catch violations in CI/IDE, and keep clean architecture over time. 927 925 53 196K 27 44.4 52.1 MIT 1 month ago
View on GitHub
Context7
phpdocumentor/phpdocumentor phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. 4,345 4,419 648 11K 146 80.4 37.5 MIT 4 months ago
View on GitHub
Context7
phpdocumentor/reflection Static PHP code reflection library that parses one or more files (no execution) to build an object graph of your application's structure, including DocBlocks. Supports analyzing PHP versions from 5.2 up to your installed PHP version; useful for reflecting whole projects. 125 126 60 907K 8 29.8 62.5 MIT 3 months ago
View on GitHub
Context7
phpflo/phpflo PHPFlo is a lightweight workflow/state machine engine for PHP. Define processes, states and transitions, then run, validate and track workflow execution in your app with clear APIs for managing flow logic and outcomes. 220 220 20 1 3 4.5 0.4 MIT 9 years ago
View on GitHub
Context7
phpmd/phpmd PHPMD (PHP Mess Detector) scans PHP code for potential problems like overly complex methods, unused parameters, and suspicious code. It’s a CLI tool with configurable rulesets, Baseline support, and CI-friendly output formats to keep codebases clean. 2,449 2,521 357 2M 60 44.8 58.9 BSD-3-Clause 2 years ago
View on GitHub
Deep Wiki
Context7
php-stubs/generator 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 2 months ago
View on GitHub
Context7
php-task/php-task 27 10 7 22.5 3.1 MIT 3 weeks ago
Context7
php-vcr/php-vcr PHP-VCR records your test suite’s HTTP interactions and replays them in future runs for fast, deterministic tests. Works with common PHP HTTP clients, configurable request matching, cassette-based fixtures, YAML/JSON storage, and PHPUnit support. 1,209 1,210 214 56K 7 46.6 34.3 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
plumphp/plum Plum is a PHP data processing pipeline for building reusable, testable workflows. Chain readers, filters, converters, and writers, apply conditional conversions, concatenate workflows, and merge multiple sources to transform and export data cleanly and flexibly. 141 143 2 2K 0 2.5 15.3 MIT 10 years ago
View on GitHub
Context7
propel/propel 1,270 1,308 403 70K 240 63.4 57.0 MIT 1 month ago
View on GitHub
Context7
redhotmagma/symfony-test-utils Utilities to simplify testing in Symfony projects. Provides helpers and small tools for common test setup tasks, assertions, and fixtures to reduce boilerplate and speed up writing reliable unit and integration tests. 0 0 22 0.0 18.8
View on GitHub
Context7
respect/config 99 7 7 19.2 2.2 NOASSERTION 2 months ago
Context7
respect/validation Powerful PHP validation engine with 150+ tested validators. Build readable, chainable rules like numeric()->positive()->between(). Includes advanced exception handling and thorough docs. Great for complex input validation in any PHP app. 6,028 6,153 774 828K 8 70.6 38.9 MIT 1 month ago
View on GitHub
Context7
s9e/repdoc REPdoc is a CLI tool that brings Read-Eval-Print to documentation. It supports Markdown with paired fenced code blocks: a php block to run, immediately followed by an output block (any language) showing the expected printed result. 0 0 0 24 0 0.3 19.3 MIT 2 years ago
View on GitHub
Context7
sebastianfeldmann/git PHP library to access and interact with Git repositories. Provides a simple API for common Git commands and info (status, log, branches, tags), ideal for build scripts, CI tooling, and automation where you need Git data without shelling out manually. 48 49 13 316K 2 19.4 56.9 MIT 7 months ago
View on GitHub
Context7
simplesamlphp/simplesamlphp SimpleSAMLphp is a PHP application for SAML 2.0 authentication and single sign-on. It can act as a Service Provider or Identity Provider, offering federation support, configurable auth sources, metadata handling, and extensible modules for integration. 1,141 1,146 704 200K 104 71.1 64.0 LGPL-2.1 1 month ago
View on GitHub
Deep Wiki
Context7
slowprog/composer-copy-file Composer script handler that copies files and directories after install/update. Configure mappings in composer.json (supports dev vs prod rules), nested directories, and overwrite control (override or only if older). Useful for publishing vendor assets like fonts/JS/CSS. 48 49 15 23K 0 2.8 36.9 MIT 6 years ago
View on GitHub
Context7
speicher210/functional-test-bundle 5 5 5 566 3 2.7 27.6 MIT 4 years ago
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework built for RoadRunner. PSR-compliant components, resident memory kernel, and native support for queues, GRPC, WebSockets, and background workers. 2,061 2,063 92 129K 42 55.3 46.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
splitbrain/php-archive Pure-PHP library to create and extract common archive formats. Provides a simple API for reading/writing files in archives without requiring system binaries, useful for packaging assets, backups, or installers in PHP projects. 108 113 36 58K 3 2.3 37.9 MIT
View on GitHub
Context7
sstalle/php7cc 1,510 1,456 121 1K 20 19.0 10.6 MIT 9 years ago
View on GitHub
Deep Wiki
Context7
sweetchuck/composer-suite 2 2 0 31 1 1.6 14.6 3 years ago
View on GitHub
Context7
sweetchuck/composer-suite-handler 0 0 0 83 2 0.4 26.5
View on GitHub
Context7
sweetchuck/junit-merger-cli CLI tool to merge multiple JUnit XML reports into a single file. Reads file paths from stdin or arguments, outputs to stdout or a specified file. Supports DOM-based and fast substring handlers, with an option to recalculate testsuite counts. 1 1 1 246 1 5.2 30.0 10 months ago
View on GitHub
Context7
sweetchuck/lint-report Laravel package to generate lint reports from your PHP and frontend tooling, suitable for CI pipelines. Aggregates linter outputs into a consistent report format to help track issues across runs and surface results in build artifacts. 0 0 1 673 4 4.6 39.7 1 year ago
View on GitHub
Context7
sweetchuck/robo-composer 1 1 0 708 3 2.3 35.9 6 years ago
View on GitHub
Context7
sweetchuck/robo-phpcs 3 3 1 2K 5 8.1 37.8 6 years ago
View on GitHub
Context7
sweetchuck/robo-phpmd 0 0 1 165 1 1.7 30.6 6 years ago
View on GitHub
Context7
sweetchuck/utils Utility helpers for PHP projects: small, reusable classes and functions aimed at simplifying common tasks and reducing boilerplate. Includes tested code with CI and coverage badges. Suitable as a lightweight dependency for general-purpose apps and libraries. 1 1 0 2K 2 2.3 40.2 5 years ago
View on GitHub
Context7
sylius/sylius Sylius is an open-source eCommerce framework built on Symfony. Flexible, well-tested, and BDD-friendly, it includes a powerful REST API for integrations and omnichannel experiences. Great for building tailored commerce apps and complex business requirements. 8,513 8,513 2,162 104K 143 90.1 47.6 MIT 1 month ago
View on GitHub
Context7
sylius/theme-bundle Sylius Theme Bundle brings theme management to Symfony apps. Define and switch themes, organize templates and assets per theme, and build storefronts with clean overrides. Part of the Sylius ecosystem, with docs included and MIT licensed. 105 104 42 161K 20 25.6 57.1 MIT 7 months ago
View on GitHub
Context7
typhoon/change-detector 0 0 0 5K 0 1.2 50.6 MIT 1 year ago
View on GitHub
Context7
typhoon/opcache 13 13 0 48 0 0.7 8.9 MIT 2 years ago
View on GitHub
Context7
typo3/class-alias-loader Composer plugin that adds a class alias autoloader for backward compatibility when libraries rename classes. Packages provide PHP alias map files; on autoload dump it amends vendor/autoload.php and transparently class_alias() old names to new ones. 44 44 11 395K 0 16.7 60.3 MIT 5 months ago
View on GitHub
Context7
vich/uploader-bundle 1,907 1,935 522 521K 46 68.5 57.9 MIT 1 month ago
View on GitHub
Context7
w7corp/easywechat EasyWeChat is a PHP 8+ SDK for WeChat development by w7corp. It supports Official Accounts and more, with simple configuration and server message handling, plus active maintenance, tests, and solid documentation via easywechat.com. 10,368 10,395 2,385 27K 2 68.5 9.0 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
windwalker/filesystem 3 3 0 352 0 0.0 26.9 MIT
View on GitHub
Context7
xenolope/quahog 83 87 24 271K 5 5.6 49.7 MIT 5 years ago
View on GitHub
Context7
yamilovs/sypex-geo 4 4 7 964 1 0.9 31.6 1 year ago
View on GitHub
Context7
yethee/tiktoken PHP port of OpenAI tiktoken for fast tokenization. Get encoders by model or encoding, encode text to token IDs, with built-in vocabulary caching (configurable cache dir). Optional experimental FFI mode using tiktoken-rs for better performance on larger inputs. 166 167 28 284K 4 17.8 49.5 MIT 6 months ago
View on GitHub
Context7
zendframework/zend-di zendframework/zend-di is a PHP dependency injection container for Zend Framework apps. It supports autowiring, configurable definitions, and factories to build and wire objects at runtime, helping manage dependencies and improve testability. 45 46 27 19K 5 2.1 26.1 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-log Zend Log is a PHP logging component for writing messages to multiple backends (files, syslog, databases, email) with flexible formatting, filters, and priorities. Part of Zend Framework, it helps you capture, route, and manage application logs reliably. 60 59 48 28K 8 4.4 27.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-servicemanager Abandoned Zend Framework ServiceManager (moved to laminas/laminas-servicemanager). Implements the Service Locator pattern to create and retrieve services/objects via factories and configuration. Includes docs, tests, and PHPBench benchmarks. 186 192 86 89K 13 7.5 30.8 BSD-3-Clause 7 years 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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle