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

Composer Normalize Laravel Package

ergebnis/composer-normalize

Composer plugin that automatically normalizes composer.json formatting and ordering for consistent diffs and fewer review comments. Install as a dev dependency, allow the plugin, then run to enforce a standard structure across your project.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
bensampo/laravel-enum Laravel Enum provides a powerful enum implementation for Laravel with class-constant definitions, instantiation, casting, validation, localization, bitwise/flag enums, and an artisan generator. Not recommended for new projects—use native PHP 8.1 enums. 2,035 2,051 160 309K 1 15.1 30.1 MIT
View on GitHub
Context7
composer-unused/symbol-parser composer-unused/symbol-parser is a small toolkit that parses PHP symbols from a Composer package, helping tools like composer-unused detect what code is actually referenced. Useful for analyzing dependencies, exports, and usage across a project. 14 14 13 216K 0 28.8 65.0 MIT 2 months ago
View on GitHub
Context7
dragon-code/codestyler Codestyler by The Dragon Code automatically fixes coding style issues in PHP/Laravel projects using Rector and Laravel Pint. Installs via Composer and can publish pint.json and .editorconfig via CLI for consistent formatting and linting. 29 29 0 35K 0 30.0 49.9 MIT 2 weeks ago
View on GitHub
Context7
ekino/phpstan-banned-code PHPStan extension that flags banned code patterns in your project (e.g., var_dump, dd, exit/die, eval, echo/print, shell exec/backticks). Configurable via PHPStan parameters, with optional checks like preventing use imports from Tests in non-test code. 296 292 24 206K 4 28.0 48.4 MIT 3 weeks ago
View on GitHub
Context7
eliashaeussler/deep-closure-comparator PHPUnit comparator/assertion that deeply compares closures inside objects/arrays by serializing them via opis/closure. Use DeepClosureAssert::assertEquals() as a drop-in replacement for PHPUnit’s assertEquals when closures should be treated as equal. 0 0 0 10K 1 21.9 65.0 GPL-3.0 1 month ago
View on GitHub
Context7
eliashaeussler/php-cs-fixer-config Reusable PHP-CS-Fixer config package by Elias Häussler. Provides a ready-to-use ruleset and sensible defaults to keep PHP code style consistent across projects, with easy installation and quick integration into existing fixer setups. 2 2 0 15K 1 24.9 60.3 GPL-3.0 3 months ago
View on GitHub
Context7
eliashaeussler/phpstan-config Opinionated PHPStan configuration presets and extensions by Elias Häußler. Drop-in rules and baseline settings to standardize static analysis across projects, reduce false positives, and improve code quality with minimal setup for common PHP/Laravel workflows. 2 2 0 15K 1 27.4 60.2 GPL-3.0 4 months ago
View on GitHub
Context7
eliashaeussler/phpunit-attributes PHPUnit Attributes adds modern PHP 8 attributes to define PHPUnit tests, data providers, groups, dependencies and more in a clean, declarative way. Keep test classes readable and reduce annotation/docblock noise while staying compatible with PHPUnit workflows. 4 4 1 1K 1 24.6 38.7 GPL-3.0 1 month ago
View on GitHub
Context7
eliashaeussler/rector-config Opinionated, reusable Rector configuration for PHP/Laravel projects. Provides curated rule sets and sensible defaults to quickly add automated refactoring and code upgrades, with easy integration into existing Rector setups. 3 3 0 15K 1 27.0 58.2 GPL-3.0 4 months ago
View on GitHub
Context7
ely/php-code-style Opinionated PHP-CS-Fixer rule set from Ely.by for PHP 7.4+ projects. Install alongside friendsofphp/php-cs-fixer, add a .php-cs-fixer.php using Ely\CS\Config, optionally override rules, then run php-cs-fixer to lint and fix code style. 4 4 3 501 1 22.6 32.6 Apache-2.0 2 years ago
View on GitHub
Context7
ergebnis/classy ergebnis/classy adds convenient helpers for working with PHP classes and reflection. Generate class names, namespaces, and short names, and inspect class metadata in a clean, test-friendly way—useful for tooling, libraries, and code generation. 38 38 4 64K 0 26.6 52.2 MIT 3 months ago
View on GitHub
Context7
ergebnis/data-provider Generate data providers for PHPUnit from arrays, iterables, or generators with a small, focused API. Helps build readable, reusable test datasets and named cases, reducing boilerplate when writing parameterized tests in PHP. 28 28 0 37K 1 23.9 50.5 MIT 7 months ago
View on GitHub
Context7
ergebnis/json Value object for representing valid JSON strings in PHP. Create Json instances from strings or files with strict validation and clear exceptions for invalid JSON, missing files, unreadable files, or non-JSON content. Install via Composer: ergebnis/json. 24 24 1 1M 2 23.4 66.8 MIT 7 months ago
View on GitHub
Context7
ergebnis/json-normalizer Normalize JSON documents with composable normalizers. Includes generic and vendor-specific normalizers for formatting, indentation, schema-based ordering, JSON encoding, chaining, callbacks, and controlling final newlines. Install via Composer and apply a Normalizer to produce consistent JSON output... 81 82 5 1M 0 30.4 67.7 MIT 7 months ago
View on GitHub
Context7
ergebnis/json-pointer RFC 6901 JSON Pointer abstraction for PHP. Create, parse, and encode reference tokens from plain strings, JSON strings, or URI fragment identifiers, with helpers to output JSON-safe and URI-safe forms. Install via Composer: ergebnis/json-pointer. 19 19 0 1M 0 24.0 65.0 MIT 1 day ago
View on GitHub
Context7
ergebnis/json-printer Pretty-print and re-indent JSON strings with customizable indentation (spaces or tabs). Ergebnis\Json\Printer\Printer normalizes indentation only—no escaping/unescaping—making it easy to convert minified or differently formatted JSON into a consistent style. 90 91 2 1M 0 26.2 66.8 MIT 7 months ago
View on GitHub
Context7
ergebnis/json-schema-validator Validate JSON data against JSON Schema in PHP with a focus on clear, actionable errors. Built on top of justinrainbow/json-schema, it adds structured reporting and better integration for projects needing reliable schema validation in tests and runtime. 35 36 0 1M 1 24.2 65.9 MIT 7 months ago
View on GitHub
Context7
ergebnis/license 14 15 1 28K 0 24.0 53.2 MIT 7 months ago
View on GitHub
Context7
ergebnis/php-cs-fixer-config Factory package for friendsofphp/php-cs-fixer configs. Provides ready-made rule sets per PHP version (5.3–8.5) and helpers to build a consistent, reusable fixer configuration for your projects. 69 69 17 47K 1 30.7 46.0 MIT 4 weeks ago
View on GitHub
Context7
ergebnis/phpstan-rules A set of extra PHPStan rules to enforce stricter, opinionated code standards in PHP projects. Install via Composer and include rules.neon (auto via phpstan/extension-installer) to catch issues like named arguments, class design, and more. 444 444 22 254K 6 33.8 48.0 MIT 2 months ago
View on GitHub
Context7
ergebnis/phpunit-slow-test-detector Detect slow PHPUnit tests with an extension delivered as a Composer package or PHAR. Configure a global maximum duration and get a report of tests exceeding the threshold after each run—ideal for catching performance regressions in your suite. 146 148 12 487K 8 33.2 62.6 MIT 3 weeks ago
View on GitHub
Context7
ergebnis/rector-rules Custom Rector rules from Ergebnis to standardize and modernize PHP code. Includes sorting associative arrays and match arms, converting Faker generator property fetches to method calls, and fixing namespaced symbol references. Install via Composer for dev. 9 9 0 18K 0 30.3 52.8 MIT 1 week ago
View on GitHub
Context7
erickskrauch/php-cs-fixer-custom-fixers Custom PHP-CS-Fixer fixers by Erick Skrauch. Adds opinionated formatting rules like aligning multiline parameters, inserting blank lines around class bodies and before returns, spacing after control statements, fixing multiline if braces, ordering overrides, and Yii2 ::className() replacement. 30 30 2 108K 2 23.6 57.5 MIT 4 months ago
View on GitHub
Context7
fidry/makefile Helpers for writing Makefiles with consistent conventions: built-in checks, convention validation, and a simple structure for targets like help/default/cs/test. Aims to make Makefiles clearer, safer, and more contributor-friendly across projects. 10 10 2 22K 1 24.5 53.7 BSD-3-Clause 2 months ago
View on GitHub
Context7
fidry/php-cs-fixer-config Personal base PHP-CS-Fixer configuration by Théo Fidry. Install as a dev dependency, then use FidryConfig in php-cs-fixer.dist.php with your Finder, a header comment, and minimum supported PHP version. Extend or override rules as needed. 6 6 1 269 0 22.8 25.9 MIT 2 months 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,676 1,678 57 220K 10 42.2 39.4 MIT 2 months ago
View on GitHub
Context7
infection/abstract-testframework-adapter Interfaces and base classes for building Infection test framework adapters. Provides a common abstraction layer to integrate different PHP test runners with Infection’s mutation testing, making adapters consistent, reusable, and easier to implement. 25 25 3 960K 0 22.9 65.0 BSD-3-Clause 4 years 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 112 30 510K 3 29.5 60.4 MIT 1 month ago
View on GitHub
Context7
jawira/plantuml-client Laravel-friendly PHP client for PlantUML servers. Generate UML diagrams from text in your apps, with simple API calls, server URL configuration, and easy integration into projects needing rendered class, sequence, and other diagrams. 8 8 0 8K 0 21.8 47.5 MIT 3 years ago
View on GitHub
Context7
laragraph/utils Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. 21 21 7 502K 0 25.1 65.0 MIT 1 month ago
View on GitHub
Context7
lctrs/psalm-psr-container-plugin Psalm plugin that improves static analysis for PSR-11 containers. Adds smarter type inference for container get/has calls so services and dependencies resolve to the right classes, reducing false positives and making container-heavy code safer to refactor. 17 17 7 8K 2 25.5 44.1 MIT 1 year ago
View on GitHub
Context7
lmc/coding-standard Deprecated PHP coding standard for Alma Career Czechia (formerly LMC). Based on PSR-12 and partially PER 2.0, delivered via EasyCodingStandard with rules for PHP-CS-Fixer and PHP_CodeSniffer to enforce readable, consistent code and catch common mistakes. 0 0 0 1K 0 0.0 30.3 MIT
View on GitHub
Context7
localheinz/phpstan-rules Custom PHPStan rules to enforce stricter coding standards in PHP projects. Includes ready-to-use rules.neon (auto-loaded via phpstan/extension-installer) with checks like no named arguments, class final enforcement, and more. Install via Composer as a dev dependency. 444 443 22 297 6 33.8 6.8 MIT 2 months ago
View on GitHub
Context7
mayflower/mo4-coding-standard PHP_CodeSniffer ruleset for the MO4 coding standard. Extends Symfony’s standard with extra sniffs for array formatting (alignment, multiline rules), property docblocks (@var), and lexicographically sorted use statements (configurable ordering). 17 17 10 7K 2 25.9 43.4 MIT 3 weeks ago
View on GitHub
Context7
mll-lab/graphql-php-scalars Custom scalar types for webonyx/graphql-php, including BigInt, Date/DateTime/DateTimeTz, Email, JSON, and IntRange for bounded integers. Drop-in types for schema definitions with strict parsing and DateTimeImmutable conversion for date scalars. 147 139 14 133K 0 29.9 48.0 MIT 9 months ago
View on GitHub
Context7
mll-lab/php-cs-fixer-config Shared php-cs-fixer configuration package. Install as a dev dependency and use the config($finder) helper in .php-cs-fixer.php. Optionally enable risky rules via risky($finder), override specific rules, or further customize the returned Config instance. 0 0 0 11K 0 29.0 65.0 MIT 2 months ago
View on GitHub
Context7
nicmart/tree A lightweight, flexible tree data structure for PHP. Provides NodeInterface/Node implementations with parent/child management, leaf/child checks, and easy child add/remove/set operations. Includes fluent builder classes to assemble trees quickly. 574 586 63 593K 5 31.0 53.5 MIT 4 months ago
View on GitHub
Context7
nuwave/lighthouse Lighthouse is a Laravel-first GraphQL server framework. Define your schema, wire resolvers, and handle common tasks like validation, auth, pagination, and Eloquent integration, with flexibility for custom GraphQL needs. 3,484 3,489 470 303K 106 80.8 60.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
ondram/ci-detector Detects when your PHP app is running in CI. Provides a simple API to identify common CI providers via environment variables, so you can tweak behavior for tests, builds, and deployments without hardcoding provider logic. 222 225 13 2M 3 2.5 55.9 MIT
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,166 1,202 318 279K 5 46.5 43.6 LGPL-3.0 2 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 782 0 0.2 29.3
View on GitHub
Context7
php-http/message PSR-7 HTTP message utilities for PHP: authentication implementations, stream encoders, message decorators, cookie handling, request matchers, and PSR-7 factory adapters for Guzzle and Diactoros—handy building blocks for HTTP clients and workflows. 1,319 1,324 40 5M 5 37.1 60.1 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
php-webdriver/webdriver PHP bindings for Selenium WebDriver. Drive real browsers from PHP via W3C WebDriver (and legacy JsonWireProtocol), compatible with Selenium 2–4. Install via Composer and connect to Selenium Server or other remote ends for automation/testing. 5,214 5,244 847 2M 19 46.3 44.7 MIT
View on GitHub
Context7
phpbench/phpbench PHPBench is a PHP benchmark runner (like PHPUnit for performance). Run benchmarks with revolutions and iterations in isolated processes, track time and memory, generate customizable reports (console/CSV/HTML), store results, compare baselines, and detect regressions. 1,990 1,999 132 455K 29 53.6 53.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
phpyh/psalm-tester Run and compare Psalm static analysis results across versions and configurations. Handy for CI, regression checks, and testing plugin or baseline changes, with simple CLI tooling to spot new issues or verify improvements quickly. 2 1 1 20.2 MIT 2 years ago
Context7
ramsey/coding-standard ramsey/coding-standard provides Ramsey’s PHP_CodeSniffer ruleset to enforce consistent, modern PHP style across projects. Easy to install, integrates with CI, and helps catch formatting and code quality issues early with sensible defaults. 10 10 4 2K 0 25.8 37.1 MIT 1 month ago
View on GitHub
Context7
ramsey/collection ramsey/collection is a PHP library for representing and manipulating typed collections. Provides data structures and APIs inspired by the Java Collections Framework, helping you store, validate, and work with groups of objects and values consistently. 1,194 1,209 56 13M 4 34.3 66.8 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
ramsey/composer-repl Interactive REPL for Composer projects. Quickly bootstrap a PHP shell that autoloads your dependencies and project classes, making it easy to explore APIs, test snippets, and debug in the context of your installed packages—without creating a script. 105 105 3 2K 0 25.4 20.3 MIT 1 year ago
View on GitHub
Context7
ramsey/composer-repl-lib Library for building interactive Composer-powered PHP REPLs. Provides the core loop and helpers to evaluate code in a Composer project context, load autoloaded classes, and inspect results—useful for CLI shells, debugging tools, and developer consoles. 2 2 2 2K 0 22.4 46.9 MIT 1 month ago
View on GitHub
Context7
ramsey/conventional-commits PHP library for parsing and working with Conventional Commits. Read commit messages into structured objects, validate format, and extract type/scope/description, body, footers, and breaking changes—useful for changelogs, release automation, and tooling. 193 194 24 67K 9 28.4 45.7 MIT 1 month ago
View on GitHub
Context7
ramsey/http-range Parse, validate, and work with HTTP Range headers in PHP. ramsey/http-range helps you interpret byte ranges, handle partial content requests, and generate correct range responses for downloads, media streaming, and resumable transfers. 33 33 7 10K 0 22.4 39.9 MIT 1 year ago
View on GitHub
Context7
ramsey/uuid Generate and work with UUIDs in PHP using ramsey/uuid. Create v1, v4, and other UUID types, parse and validate UUID strings, and integrate easily via Composer. Well-documented, widely used, and standards-aware for reliable identifiers. 12,623 12,840 516 13M 17 74.6 58.3 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
sanmai/di-container Lightweight PSR-11 compatible dependency injection container for PHP. Supports autowiring via reflection, bindings and shared services, simple configuration, and fast resolution with minimal boilerplate—suitable for small apps and libraries needing a straightforward DI container. 7 7 2 743K 3 24.9 66.4 BSD-3-Clause 2 months ago
View on GitHub
Context7
sanmai/duoclock PSR-20 clock abstraction with dual time access (DateTimeImmutable, time(), microtime()) plus mockable sleep/usleep/nanosleep for testing. Includes deterministic TimeSpy and tick helpers to measure elapsed time. Minimal dependency (psr/clock) and easy to mock. 3 3 1 768K 0 21.3 65.0 Apache-2.0 3 months ago
View on GitHub
Context7
sanmai/later Later is a tiny PHP library for scheduling delayed callbacks and lightweight task execution. Queue functions to run after a given time, manage timers, and build simple background jobs without a full framework. Useful for CLI daemons and event loops. 72 73 3 953K 1 23.0 65.0 Apache-2.0 10 months ago
View on GitHub
Context7
sanmai/phpstan-rules Extra PHPStan rules from sanmai that extend static analysis for PHP projects. Helps catch additional issues not covered by core rules, improving code quality and consistency with minimal setup. 3 4 0 1K 0 25.3 39.4 Apache-2.0 1 month ago
View on GitHub
Context7
sanmai/phpunit-double-colon-syntax PHPUnit extension that adds support for “double colon” syntax in tests, improving readability when referencing classes and methods. Lightweight and focused, it helps you write clearer PHPUnit test code with a familiar static-style notation. 0 0 0 927 0 21.2 48.7 BSD-3-Clause 7 months ago
View on GitHub
Context7
sanmai/pipeline sanmai/pipeline is a lightweight PHP pipeline library to process data through a chain of stages. Compose reusable, testable transformations with clear input/output flow, and plug in custom middleware-like steps for flexible processing in any app. 74 77 6 1,000K 14 34.4 74.0 Apache-2.0 2 months ago
View on GitHub
Context7
shipmonk/coding-standard ShipMonk’s PHP coding standard built on PHP_CodeSniffer and Slevomat rules. Install as a dev dependency, add a phpcs.xml.dist referencing ShipMonkCodingStandard, then run phpcs to check code and phpcbf to auto-fix issues. 1 1 1 10K 0 21.8 60.4 MIT 3 weeks ago
View on GitHub
Context7
shipmonk/composer-dependency-analyser Fast, zero-dependency tool to analyze Composer dependencies. Detects unused, shadowed, and misplaced packages/extensions by scanning your autoload paths. Works out of the box, highly configurable, and very performant (15k files in ~2s). Compatible with PHP 7.2–8.5. 609 604 13 569K 17 34.2 55.5 MIT 4 months ago
View on GitHub
Context7
shipmonk/coverage-guard Enforce PHP code coverage in CI by targeting specific core methods/blocks instead of overall %. Legacy-friendly: enforce only new/changed code via git patch. Lightweight (nikic/php-parser), extensible rules, easy CLI to check PHPUnit Clover reports. 54 54 0 8K 0 21.4 35.5 MIT 3 months ago
View on GitHub
Context7
shipmonk/dead-code-detector PHPStan extension that finds and can auto-remove unused PHP code: dead methods/properties/constants/enum cases, dead cycles, transitive dead members, and even dead tested code. Supports popular libs like Symfony and Doctrine with customizable usage providers. 377 361 20 360K 5 33.7 49.5 22 hours ago
View on GitHub
Context7
shipmonk/name-collision-detector Fast CLI tool to detect duplicate names in PHP code: classes, interfaces, traits, enums, functions, and constants defined multiple times in the same namespace. Scans thousands of files in seconds, supports config/excludes, exits non-zero on collisions. 34 36 2 222K 0 21.1 61.8 MIT 2 years ago
View on GitHub
Context7
shipmonk/phpstan-baseline-per-identifier Split a PHPStan baseline into multiple NEON files grouped by error identifier, with a loader include. Generate baseline as usual, then run split-phpstan-baseline to organize ignores per identifier for easier reviews and maintenance. 91 93 5 126K 1 24.0 51.0 4 months ago
View on GitHub
Context7
shipmonk/phpstan-dev Utilities for developing PHPStan rules: write expected errors directly in fixture files using // error: comments and avoid brittle line-number assertions. Includes an autofix mode to generate/update inline error comments during rule development. 7 7 1 9K 0 22.2 49.4 MIT 2 months ago
View on GitHub
Context7
shipmonk/phpstan-rules 40 super-strict PHPStan rules from ShipMonk to close gaps even in extra-strict setups. Installs as an extension, configurable per rule (enable/disable, tweak defaults), with options like safer comparisons, enum generics checks, and more. 150 152 24 103K 1 31.3 47.4 1 day ago
View on GitHub
Context7
ssch/typo3-rector Automated upgrades and refactoring for TYPO3 sites and extensions using Rector. Apply version migrations, remove deprecations, and modernize code safely in development with configurable rule sets for TYPO3 7–12+. 259 260 66 110K 31 42.0 55.4 MIT 4 weeks ago
View on GitHub
Context7
typo3/coding-standards TYPO3 Coding Standards provides shared PHP_CodeSniffer rules and tooling to enforce consistent, TYPO3-specific PHP coding conventions. Integrate with CI and local development to automatically detect style issues, improve code quality, and keep contributions uniform. 66 15 2 21.4 0.9 MIT 1 year ago
Context7
vincentlanglet/twig-cs-fixer A coding standards fixer for Twig templates. Analyze and automatically format Twig files with consistent style rules, configurable presets, and CI-friendly checks to keep templates clean and readable across your project. 335 335 36 617K 5 33.7 57.1 MIT 1 month ago
View on GitHub
Context7
webmozarts/strict-phpunit Enforces strict PHPUnit configuration for PHP projects using the Webmozart standards. Helps catch risky tests, deprecated usage, and unintended behavior by turning on stricter PHPUnit settings and providing an easy way to apply and maintain them across projects. 30 31 1 9K 0 0.2 34.3 MIT
View on GitHub
Context7
webonyx/graphql-php PHP implementation of the GraphQL specification, based on graphql-js. Build schemas, types, and execute queries/mutations in your PHP apps. Widely used, well-tested, and documented with examples and class reference. 4,707 4,730 572 2M 36 81.3 65.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
wyrihaximus/test-utilities Shared test utilities for PHP projects: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-to-use PHPStan defaults and a preconfigured RectorConfig for common project layouts and doc-tag to attribute conversions. 7 7 1 36K 6 31.8 64.6 MIT 4 days 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport