guzzle/inflection
guzzle/inflection is a tiny PHP inflection utility for converting words between singular and plural forms and applying basic naming transformations. Useful in frameworks and code generators where consistent human-readable naming is needed without heavy dependencies.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| guzzle/http | 0.88 | Legacy Guzzle HTTP component providing request/response objects, message abstractions, and client utilities for making HTTP calls in PHP. Useful for older Guzzle integrations and compatibility layers; for new projects, prefer modern guzzlehttp/guzzle versions. | 32 | 42 | 9 | 52K | 0 | 0.5 | 44.1 | — | — | |
| guzzle/plugin-log | 0.86 | Adds logging to Guzzle HTTP requests and responses via a plugin/listener. Capture and format request/response headers, bodies, and timing to help debug API calls, trace issues, and record activity to PSR-3 logs or custom handlers. | 2 | 2 | 1 | 193 | 0 | 0.0 | 25.1 | — | — | |
| guzzle/stream | 0.85 | Lightweight stream abstraction for PHP and Guzzle, offering common stream utilities and decorators to read, write, and transform data consistently. Useful for building HTTP clients, middleware, and I/O workflows that need simple, testable stream handling. | 19 | 22 | 1 | 51K | 0 | 0.1 | 47.1 | — | — | |
| pragmarx/ia-str | 0.85 | Framework-agnostic extraction of Laravel’s Illuminate\Support\Str and string helper functions, repackaged under IlluminateAgnostic\Str to avoid namespace conflicts. Use Str:: methods or global str_* helpers in any PHP project, including Laravel apps. | 52 | 52 | 11 | 29K | 3 | 1.3 | 38.2 | MIT | — | |
| guzzle/parser | 0.85 | guzzle/parser provides lightweight message parsing utilities for Guzzle, helping you parse HTTP request/response messages, headers, and related components. Useful when working with raw HTTP strings or building tooling around Guzzle’s message format. | 21 | 18 | 2 | 51K | 0 | 0.2 | 46.4 | — | — | |
| doctrine/inflector | 0.85 | Doctrine Inflector is a lightweight PHP library for common string transformations: convert words between singular and plural forms, and handle case changes. Useful for naming conventions in frameworks and tools where consistent word inflection is needed. | 11,343 | 11,379 | 139 | 15M | 10 | 39.9 | 48.1 | MIT | 11 months ago | |
| symfony/inflector | 0.85 | Deprecated since Symfony 5.1. Symfony Inflector converts English words between singular and plural forms. Use the String component’s EnglishInflector instead. Issues and PRs should be filed in the main Symfony repository. | 2,172 | 2,211 | 10 | 461K | 0 | 10.1 | 22.7 | MIT | 1 year ago | |
| guzzle/plugin-mock | 0.84 | guzzle/plugin-mock provides a mock plugin for Guzzle, letting you queue predefined responses and simulate HTTP requests during testing. Useful for isolating API clients, reproducing edge cases, and running fast, reliable unit tests without real network calls. | 3 | 3 | 0 | 505 | 0 | 0.0 | 29.1 | — | — | |
| guzzle/common | 0.84 | guzzle/common provides the shared utility layer used by Guzzle: collections, event dispatching, caching helpers, and other common abstractions that power Guzzle HTTP clients and related packages. Useful when maintaining legacy Guzzle 3-based code. | 16 | 14 | 2 | 49K | 0 | 0.1 | 47.8 | — | — | |
| bornfight/jsonapi-documentation | 0.84 | — | 3 | 3 | 0 | 68 | 5 | 2.2 | 18.4 | MIT | 5 years ago | |
| oodle/inflect | 0.84 | Lightweight PHP inflector for converting English words between singular and plural forms. Install via Composer and use static methods like Inflect::singularize('tests') and Inflect::pluralize('test') for quick string inflection. | 2 | 2 | 0 | 4K | 0 | 0.0 | 43.2 | NOASSERTION | — | |
| guzzle/log | 0.83 | — | 3 | 5 | 0 | 1K | 0 | 0.0 | 35.5 | — | — | |
| myerscode/utilities-strings | 0.83 | A small PHP utility library providing string helper functions for common formatting and manipulation tasks. Useful for Laravel or plain PHP projects to reduce boilerplate for trimming, case conversion, searching, and other everyday string operations. | 1 | 1 | 0 | 517 | 0 | 14.0 | 37.4 | MIT | 4 months ago | |
| yansongda/supports | 0.83 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| csa/guzzle-bundle | 0.82 | — | 250 | 259 | 72 | 41K | 16 | 4.8 | 24.9 | — | 10 years ago | |
| chaplean/rest-client-bundle | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| hyperf/stringable | 0.82 | — | 0 | 0 | 0 | 44K | 0 | 27.4 | 64.1 | MIT | 1 month ago | |
| tomb1n0/guzzle-mock-handler | 0.82 | Lightweight mock handler for Guzzle to fake HTTP responses in tests. Queue responses, simulate status codes, headers, and body content, and inspect requests without making real network calls—useful for unit/integration testing of API clients. | 3 | 3 | 2 | 2K | 4 | 1.1 | 37.3 | MIT | — | |
| phrity/util-transformer | 0.82 | Lightweight PHP utility for transforming values between types. Provides transformers with canTransform()/transform(), plus resolvers to chain and recurse converters. Includes JSON/flatten decoders and converters for basic types, DateTime, enums, Stringable, Throwable and more. | 0 | 0 | 0 | 37K | 0 | 10.5 | 59.5 | MIT | 8 months ago | |
| respect/stringifier | 0.82 | Respect\Stringifier converts any PHP value into a readable string for logging, debugging, and error messages. Use the stringify() function or the HandlerStringifier object. Secure-by-default handling of strings in newer versions. Requires PHP 8.3+. | 26 | 27 | 2 | 710K | 0 | 17.6 | 63.1 | MIT | 2 months ago |
How can I help you explore Laravel packages today?