graylog2/gelf-php
PHP library for creating and sending GELF messages to Graylog. Build structured log entries with additional fields, levels, and timestamps, and ship them over supported transports (e.g., UDP/TCP/HTTP) for centralized logging and analysis.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| giggsey/libphonenumber-for-php-lite | 0.75 | Lite PHP port of Google’s libphonenumber for parsing, formatting, storing, and validating international phone numbers. Includes core PhoneNumberUtils only (no geolocation/carrier/short numbers). Requires PHP 8.1+ and mbstring; install via Composer. | 84 | 86 | 8 | 1M | 0 | 30.0 | 65.0 | Apache-2.0 | 1 week ago | |
| andrewsville/php-token-reflection | 0.75 | PHP library for reflecting and analyzing PHP token streams. Parse source code into tokens and inspect structures like classes, functions, namespaces, and docblocks—useful for static analysis, code generation, and tooling without executing the code. | 190 | 190 | 43 | 8K | 17 | 4.0 | 21.4 | NOASSERTION | — | |
| symplify/symplify-kernel | 0.74 | Shared kernel and infrastructure for Symplify tools. Provides common console/app bootstrapping, configuration loading, service container wiring, and utilities to build consistent PHP CLI applications and packages on top of Symplify components. | 46 | — | 3 | — | 0 | 0.3 | — | MIT | — | |
| m4tthumphrey/php-gitlab-api | 0.74 | Modern GitLab API v4 client for PHP 8.1–8.4. Provides a clean, php-github-api-inspired interface to GitLab endpoints, with PSR-18 HTTP client and PSR-17 factory support for flexible integration and authentication. | 948 | 956 | 458 | 97K | 5 | 50.6 | 42.1 | MIT | 1 year ago | |
| pear/xml_util | 0.73 | PEAR XML_Util provides handy helpers for working with XML: build attribute lists from arrays, generate tags, validate XML names, and more. Lightweight utility methods for creating and checking XML document parts in PHP. | 2 | 2 | 3 | 36K | 0 | 11.4 | 65.0 | — | 5 years ago | |
| php-debugbar/php-debugbar | 0.73 | PHP Debug Bar adds a developer-only in-browser toolbar to PHP apps, showing profiling and request details without var_dump(). Includes collectors for time, memory, exceptions, messages, config, PDO, Monolog, Symfony components, and more; supports AJAX and saved requests. | 4,383 | 4,384 | 426 | 3M | 1 | 66.8 | 45.8 | MIT | 1 day ago | |
| stripe/stripe-php | 0.73 | Official Stripe PHP SDK for accessing the Stripe API. Install via Composer, configure your API key, and use resource classes to create charges, customers, subscriptions, and more. Works with PHP 7.2+ (requires curl, json, mbstring). | 3,992 | 4,072 | 893 | 4M | 10 | 70.8 | 53.5 | MIT | 18 hours ago | |
| zendframework/zend-diactoros | 0.73 | zendframework/zend-diactoros provides PSR-7 HTTP message implementations for PHP, including ServerRequest, Response, Stream, UploadedFile and Uri. Useful for building middleware, APIs and frameworks with interoperable request/response handling. | 1,532 | 1,593 | 145 | 207K | 27 | 24.6 | 46.8 | BSD-3-Clause | 6 years ago | |
| cocur/slugify | 0.73 | 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,905 | 2,974 | 248 | 1M | 20 | 57.9 | 55.5 | MIT | 4 months ago | |
| symfony/polyfill-php56 | 0.73 | Symfony polyfill providing PHP 5.6 features for older runtimes. Adds missing functions and constants so modern libraries can run on legacy PHP versions, smoothing compatibility across environments and easing upgrades without changing application code. | 1,560 | 1,562 | 2 | 1M | 0 | 7.9 | 41.0 | MIT | — | |
| zendframework/zend-http | 0.72 | Zend\Http is a PHP HTTP component for building and processing HTTP messages. It provides clients and adapters for making requests, plus request/response objects, headers, cookies, and utilities to work with URIs and HTTP-level features in your apps. | 133 | 134 | 82 | 73K | 27 | 18.2 | 56.1 | BSD-3-Clause | 6 years ago | |
| sebastian/version | 0.72 | Library for deriving a PHP project’s version from Git. Provide a release string and project path; Version::asString() returns the release, a -dev suffix, or git describe output (tags/commits) depending on repo state and release format. | 6,583 | 6,602 | 36 | 13M | 0 | 47.4 | 53.4 | BSD-3-Clause | 2 months ago | |
| react/async | 0.72 | Async utilities and fibers for ReactPHP. Provides async/await-style control flow plus Promise combinators (delay, parallel, series, waterfall, coroutine) to simplify sequencing and coordination of non-blocking, event-loop driven operations. | 223 | 221 | 19 | 475K | 2 | 25.9 | 56.3 | MIT | 1 year ago | |
| pear/pear_exception | 0.72 | PEAR_Exception provides a base exception class for PEAR-style PHP libraries, adding standardized error messaging, cause chaining, and improved debugging context. Useful for modernizing legacy PEAR code or integrating consistent exception handling across packages. | 98 | 98 | 18 | 1M | 0 | 21.3 | 65.0 | NOASSERTION | 5 years ago | |
| symplify/package-builder | 0.72 | Helper utilities for building Symfony/PHP packages: lightweight DI and service configuration, parameter resolution, class and file helpers, and tooling-friendly conventions. Designed to reduce boilerplate when composing reusable packages and developer tools. | 165 | — | 7 | — | 0 | 0.5 | — | MIT | — | |
| lucianotonet/groq-php | 0.71 | PHP client for the Groq API. Provides a simple, lightweight way to call Groq LLM endpoints from PHP apps, with support for common chat/completions workflows and easy integration into existing projects. | 81 | 83 | 18 | 26K | 3 | 25.6 | 41.2 | MIT | 10 months ago | |
| pear/pear | 0.71 | PEAR (PHP Extension and Application Repository) provides a classic package manager and installer for PHP, enabling you to discover, install, and update reusable libraries and extensions. Includes tooling for packaging, channels, dependency resolution, and versioned releases. | 114 | 115 | 105 | 19K | 1 | 29.0 | 36.2 | NOASSERTION | 2 months ago | |
| symfony/polyfill-php70 | 0.68 | Symfony Polyfill PHP 7.0 provides compatibility shims for older PHP versions, letting modern PHP 7+ functions and features run on legacy environments. Used by Symfony components and many libraries to ensure consistent behavior across PHP versions. | 3,197 | 3,199 | 7 | 788K | 0 | 16.2 | 33.1 | MIT | — | |
| php-debugbar/monolog-bridge | 0.68 | Bridge integration between Monolog and PHP DebugBar, sending log records to the DebugBar collector for easier inspection while developing. Useful for Laravel/Symfony or any PHP app using Monolog and DebugBar. | 0 | 0 | 0 | 2K | 0 | 20.6 | 53.6 | MIT | 2 months ago | |
| http-interop/http-middleware | 0.67 | Interfaces for reusable PSR-7/PSR-15-style HTTP middleware components, enabling interoperability across frameworks and libraries. Define, compose, and share middleware pipelines with minimal coupling between request handlers and implementations. | 71 | 76 | 7 | 9K | 0 | 0.3 | 20.6 | MIT | — |
How can I help you explore Laravel packages today?