influxdata/influxdb-client-php
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| influxdb/influxdb-php | 0.82 | PHP client library for InfluxDB 1.x: connect via host/port or DSN, write and query time-series points, and manage databases/retention policies. Community-maintained legacy v1 client; for InfluxDB 2.x use influxdb-client-php. | 426 | 431 | 126 | 91K | 41 | 12.4 | 34.7 | MIT | 5 years ago | |
| elasticsearch/elasticsearch | 0.80 | Official PHP client for Elasticsearch. Connect to Elastic Cloud or local clusters and access 500+ REST API endpoints. Supports core operations like creating indices, indexing and retrieving documents, searching, and deleting, with documentation and tooling for testing/mocking. | 5,337 | 5,515 | 968 | 3M | 12 | 68.6 | 49.2 | MIT | 1 day ago | |
| adgoal/statsd-client-bundle | 0.80 | Symfony bundle for monitoring via StatsD/Graphite using statsd-php-client. Provides a StatsD service/factory, Monolog handler, metric collectors (visitors, auth, SQL verbs, memory), and CLI commands to aggregate and flush metrics. | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 6 years ago | |
| socialblue/laravel-query-adviser | 0.80 | — | 20 | 20 | 1 | 113 | 0 | 9.5 | 11.9 | MIT | 2 years ago | |
| async-aws/dynamo-db | 0.80 | AsyncAws DynamoDb is a lightweight PHP client for Amazon DynamoDB, designed for AsyncAws. Install via Composer and use it to perform DynamoDB operations with a modern API. Full documentation and contribution guidelines available at async-aws.com. | 5 | 5 | 1 | 57K | 0 | 23.2 | 62.0 | MIT | 3 months ago | |
| adimeo-data-suite/search-client | 0.79 | Laravel/PHP search client for Adimeo Data Suite. Provides a simple API to connect to the service, send search queries, handle responses, and integrate search features into your application with minimal setup. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ciloe/graphql-client-php | 0.79 | Lightweight PHP GraphQL client with a basic bridge/client setup or quick factory creation. Supports simple queries, named queries with variables, and optional caching via Symfony Cache adapters. Configure host/URI/token and send requests easily. | 6 | 6 | 0 | 0 | 3 | 1.0 | 0.4 | MIT | 7 years ago | |
| portphp/portphp | 0.79 | Port is a PHP data import/export workflow library. Build pipelines to read, transform, validate, and write data across formats and sources, with reusable steps and a flexible architecture for ETL-style jobs. | 283 | 287 | 45 | 55K | 9 | 28.7 | 39.9 | MIT | 2 weeks ago | |
| christhompsontldr/fluxui-devices | 0.79 | FluxUI front-end for diego-ninja/laravel-devices: manage user devices and active sessions with Livewire Volt. View device details, session locations, and remotely sign out of specific devices or all others. Designed for Laravel Livewire Starter Kit + Flux UI. | 0 | 0 | 0 | 0 | 0 | 12.8 | — | MIT | 4 months ago | |
| ezimuel/guzzlestreams | 0.78 | A lightweight library that adds stream and iterator utilities on top of Guzzle, making it easier to work with PHP streams, filters, and resource handling. Useful for piping, buffering, and composing stream operations in HTTP-related code. | 176 | 176 | 2 | 3M | 0 | 3.6 | 56.1 | MIT | 1 year ago | |
| elandlord/nats-php | 0.78 | Laravel-friendly PHP client for NATS messaging. Publish/subscribe, request/reply, and queue groups with a simple API. Suitable for event-driven apps, microservices, and background jobs needing fast, lightweight broker communication. | 2 | 2 | 1 | 134 | 0 | 15.2 | 25.7 | MIT | 4 months ago | |
| babymarkt/influxdb2-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 4 years ago | |
| the-tinderbox/clickhouse-php-client | 0.77 | PHP 7.1+ ClickHouse HTTP client built on Guzzle. Configure single servers or clusters, pick random or specific hosts, and run queries per-cluster. Supports async SELECT and INSERT from local files via a simple Client/ServerProvider API. | 34 | 34 | 29 | 132K | 1 | 9.4 | 50.9 | GPL-3.0 | 5 years ago | |
| flix-tech/confluent-schema-registry-api | 0.77 | PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and higher-level synchronous/asynchronous APIs, with optional caching and Avro support via flix-tech/avro-php for easier schema management. | 48 | 48 | 28 | 57K | 11 | 11.0 | 47.1 | MIT | 2 years ago | |
| thobbs/phpcassa | 0.77 | — | 247 | 258 | 77 | 230 | 10 | 3.3 | 5.6 | MIT | — | |
| flow-php/etl | 0.77 | Flow PHP ETL is a strongly typed, generator-powered ETL framework for efficient extract-transform-load pipelines in PHP. Process large datasets with a minimal memory footprint and plug into many adapters, extractors, and loaders for diverse sources. | 378 | 378 | 21 | 41K | 0 | 2.5 | 28.2 | MIT | — | |
| code-rhapsodie/dataflow-bundle | 0.77 | Symfony bundle for building import/export dataflows: one reader, ordered processing steps (sync/async), and one or more writers. Includes CLI tools and scheduling for jobs, status/result reporting, and support for multiple Doctrine DBAL connections. | 18 | 18 | 3 | 669 | 2 | 26.8 | 24.9 | MIT | 1 month ago | |
| inspector-apm/inspector-php | 0.75 | Inspector APM PHP agent: instrument your Laravel/PHP apps to collect traces, transactions, errors, and performance metrics. Lightweight integration, configurable sampling and context, helps you find slow requests and production issues fast. | 35 | 36 | 12 | 242K | 0 | 27.5 | 60.8 | MIT | 1 month ago | |
| bavix/clickhouse-builder | 0.75 | PHP 7.1+ query builder for ClickHouse. Build and execute SELECT queries with a fluent API: select columns with aliases, closures for complex expressions or subqueries, and integrate with the-tinderbox/clickhouse-php-client for execution. | 0 | 0 | 0 | 2K | 0 | 13.3 | 50.5 | MIT | 5 months ago | |
| app-insights-php/monolog-handler | 0.74 | Monolog handlers for Microsoft Application Insights: send traces and dependency telemetry via AppInsightsTraceHandler and AppInsightsDependencyHandler. Supports buffering for long-running workers and enforces the 64KB telemetry size limit. Includes Laravel setup example. | 3 | 2 | 7 | 3K | 3 | 2.1 | 28.9 | MIT | 3 years ago |
How can I help you explore Laravel packages today?