ergebnis/http-method
Tiny PHP package providing named constants for HTTP request methods (GET, POST, PUT, DELETE, etc.). Use it to avoid magic strings and share a single source of truth across frameworks, libraries, and your own code.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ergebnis/classy | 0.87 | 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. | 39 | 39 | 4 | 60K | 0 | 14.7 | 46.9 | MIT | 7 months ago | |
| ergebnis/json-printer | 0.81 | 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 | 92 | 2 | 1M | 0 | 7.7 | 56.2 | MIT | 10 months ago | |
| ergebnis/phpstan-rules | 0.81 | 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. | 459 | 457 | 24 | 345K | 6 | 24.1 | 47.8 | MIT | 6 months ago | |
| localheinz/phpstan-rules | 0.81 | 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. | 459 | 456 | 24 | 395 | 6 | 24.1 | 8.9 | MIT | 6 months ago | |
| ergebnis/data-provider | 0.81 | 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. | 27 | 28 | 0 | 32K | 1 | 6.0 | 43.0 | MIT | 11 months ago | |
| open-southeners/extended-php | 0.80 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 750 | 0 | 12.2 | 41.5 | MIT | 9 months ago | |
| ergebnis/license | 0.80 | — | 14 | 15 | 1 | 24K | 0 | 5.5 | 45.0 | MIT | 11 months ago | |
| anahkiasen/underscore-php | 0.80 | Underscore.php brings functional helpers to PHP inspired by Underscore.js. Chainable, collection and array utilities like map, filter, reduce, groupBy, sortBy, pluck, and more. Handy for concise data manipulation in any PHP project, including Laravel. | 1,107 | 1,108 | 87 | 25K | 29 | 8.7 | 21.5 | — | — | |
| shureban/laravel-easy-request | 0.80 | Laravel package that adds typed getters to FormRequest via PHPDoc @method annotations. Call $request->name(), $request->age(), etc., and values are cast to bool/int/float/Carbon/DateTime. Supports camelCase methods with snake_case input keys. | 3 | 3 | 0 | 200 | 0 | 0.9 | 23.6 | MIT | 2 years ago | |
| boson-php/http | 0.80 | Lightweight HTTP client utilities for PHP. Provides simple request/response handling with a focus on clear, minimal APIs suitable for small services, scripts, and internal tools. Designed to keep dependencies low while staying easy to extend and integrate. | 0 | 0 | 0 | 23 | 0 | 0.0 | 22.6 | MIT | — | |
| atldays/laravel-url | 0.79 | — | 0 | 0 | 0 | 204 | 0 | 16.1 | 36.4 | MIT | 3 months ago | |
| dualmedia/common | 0.79 | Shared interfaces and reusable logic for DualMedia packages. Typically installed as an internal dependency rather than directly. Provides common contracts and helpers used across the DualMedia ecosystem. | 0 | 0 | 1 | 66 | 0 | 10.7 | 27.1 | MIT | 6 months ago | |
| loophp/unaltered-psr-http-message-bridge-bundle | 0.79 | Symfony bundle bridging PSR-7 HTTP messages without altering them. Converts between PSR-7 requests/responses and Symfony HttpFoundation safely, preserving headers, body streams, and URIs—useful when integrating PSR-7 middleware or clients in Symfony apps. | 5 | 5 | 1 | 67 | 1 | 3.0 | 16.1 | MIT | 4 years ago | |
| imanghafoori/laravel-makesure | 0.79 | — | 21 | 21 | 3 | 65 | 1 | 1.0 | 8.3 | MIT | 2 years ago | |
| yansongda/supports | 0.79 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| sunrise/http-message | 0.79 | Sunrise HTTP Message provides a PSR-7 HTTP message implementation with PSR-17 factories, aligned with RFC-7230. Use it to create and work with requests, responses, URIs, streams, and uploaded files in a standards-compliant way. | 16 | 18 | 2 | 605 | 1 | 21.4 | 23.2 | MIT | 5 months ago | |
| dontdrinkandroot/common | 0.79 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| digital-link/httpclient | 0.79 | Lightweight Laravel/PHP HTTP client wrapper for making outbound requests with a clean, simple API. Provides convenient helpers for common methods, headers, and payloads to speed up calling external APIs in your applications. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 20steps/versioning-bundle | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| spatie/string | 0.79 | Fluent string handling for PHP. Wrap strings with string() to get a chainable object with helpers like between(), case conversion, concatenation, and array-offset access for reading/updating characters. Lightweight utility by Spatie, installable via Composer. | 559 | 571 | 26 | 16K | 0 | 24.6 | 22.8 | MIT | 3 months ago |
How can I help you explore Laravel packages today?