|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| alexlcdee/messenger-tarantool | 0.77 | Symfony Messenger transport for Tarantool Queue. Install via Composer and use either tarantool/client or the ext-tarantool PECL extension to connect to Tarantool and run messenger messages through a Tarantool-backed queue. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 6 years ago | |
| m4tthumphrey/php-gitlab-api | 0.76 | Modern GitLab API v4 client for PHP 8.1–8.5. Provides a clean, feature-rich wrapper around GitLab endpoints with PSR-18 HTTP client and PSR-17 factories support, plus maintained releases, changelog, and strong community tooling. | 952 | 956 | 456 | 128K | 1 | 43.0 | 33.3 | MIT | 3 months ago | |
| tarantool/phpunit-extras | 0.76 | — | 2 | 2 | 1 | 798 | 0 | 4.0 | 33.5 | MIT | 3 years ago | |
| alexlcdee/messenger-tarantool-bundle | 0.76 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 6 years ago | |
| twilio/sdk | 0.75 | Official Twilio PHP SDK for working with Twilio’s APIs (SMS, Voice, WhatsApp, Verify, and more). Install via Composer, supports PHP 7.2–8.4, and provides a typed client to send messages, make calls, and manage Twilio resources. | 1,636 | 1,666 | 576 | 3M | 26 | 59.9 | 71.6 | MIT | 3 months ago | |
| influxdb/influxdb-php | 0.75 | 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 | |
| google/apiclient | 0.75 | Official Google APIs Client Library for PHP to access services like Gmail, Drive, and YouTube from your server. PHP 8+ and Composer install supported. Library is in maintenance mode: critical bug/security fixes only, no new features. | 9,806 | 9,962 | 3,540 | 5M | 15 | 72.6 | 48.7 | Apache-2.0 | 1 month ago | |
| tarantool/queue | 0.75 | PHP bindings for Tarantool Queue (LuaRock). Connect to a Tarantool instance and work with tubes: put tasks, consume/reserve/ack/bury/release, inspect stats, and call custom queue methods. Install via Composer; requires a configured running Tarantool server. | 65 | 65 | 7 | 351 | 2 | 4.8 | 11.0 | MIT | 3 years ago | |
| connectholland/tulip-api-client | 0.73 | PHP client for the Tulip API, providing a simple way to authenticate and call Tulip endpoints from Laravel or any PHP app. Wraps requests and responses to help you integrate with Tulip services with minimal boilerplate. | 0 | 0 | 3 | 13 | 1 | 1.7 | 15.8 | MIT | 8 years ago | |
| dunglas/php-torcontrol | 0.71 | PHP TorControl is a lightweight library to control a Tor server via the Tor Control Protocol. Connect over TCP/SSL/UNIX sockets, authenticate via null/password/cookie, send commands (e.g., NEWNYM), and handle multi-line replies. Composer install. | 87 | 88 | 19 | 13 | 0 | 1.4 | 0.8 | MIT | 10 years ago | |
| php-http/client-common | 0.70 | Common utilities for HTTPlug HTTP clients: a BatchClient for parallel requests, a convenience client exposing HTTP verbs as methods, and emulator/decorator layers for sync and async clients. Designed to simplify client composition and tooling. | 1,050 | 1,053 | 53 | 4M | 12 | 26.2 | 56.6 | MIT | 8 months ago | |
| platformsh/client | 0.70 | PHP client library for the Platform.sh API. Authenticate with an API token, then manage projects, environments, and activities (e.g., branch operations) and create subscriptions. Used by the Platform.sh CLI; supports PHP 8.2+ in v3. | 28 | 29 | 31 | 9K | 7 | 4.2 | 40.4 | MIT | — | |
| taiga/php-sdk | 0.69 | — | 6 | 5 | 1 | 0 | 0 | 1.0 | — | MIT | 9 years ago | |
| 21torr/bundle-helpers | 0.69 | Helpers for Symfony bundles to streamline implementation. Provides shared utilities and conveniences for other bundles, reducing boilerplate and keeping bundle setup consistent and easier to maintain. Docs available online. | 2 | 2 | 1 | 444 | 0 | 16.1 | 34.5 | — | 4 months ago | |
| rusticisoftware/tincan | 0.65 | PHP library for implementing the Experience API (Tin Can/xAPI). Provides tools to build and send statements, integrate with an LRS, and work with xAPI data. Install via Composer, includes PHPUnit tests and phpDocumentor docs generation. | 87 | 88 | 84 | 4K | 10 | 12.9 | 28.8 | Apache-2.0 | 7 years ago | |
| spatie/crawler | 0.65 | PHP web crawler with concurrent requests via Guzzle. Crawl internal/external links, limit depth, and collect discovered URLs. Supports JavaScript-rendered sites using Chrome/Puppeteer. Includes faking responses for testing crawl logic without real HTTP calls. | 2,829 | 2,835 | 367 | 733K | 0 | 56.5 | 39.1 | MIT | 2 weeks ago | |
| spatie/robots-txt | 0.65 | Generate and serve a correct robots.txt in Laravel with an expressive API. Add user-agents, allow/disallow rules, sitemaps and host directives, then publish it via a route or controller—perfect for managing crawler access per environment. | 258 | 263 | 44 | 766K | 0 | 23.2 | 52.9 | MIT | 5 months ago | |
| spatie/twitter-labs | 0.63 | ReactPHP-powered PHP client for Twitter Developer Labs realtime endpoints, focused on the new filtered stream API as legacy streaming is deprecated. Works without deep React knowledge but integrates with event loops; easy migration from spatie/twitter-streaming-api. | 40 | 40 | 5 | 0 | 0 | 1.6 | — | MIT | 6 years ago | |
| spatie/sun | 0.63 | Compute sun position times for any coordinates: get sunrise, solar noon (zenith), and sunset as Carbon instances, optionally for a specific date. Simple PHP API from Spatie, ideal for scheduling, dashboards, and daylight-aware features. | 75 | 77 | 14 | 5K | 0 | 11.1 | 26.4 | MIT | 8 months ago | |
| spatie/url | 0.63 | Immutable URL parser/builder for PHP. Parse scheme, host, path and query, then fluently transform parts (withHost, withPath, withScheme) and manage query parameters. Supports allowed/sanitized schemes for safer URL handling. | 741 | 754 | 60 | 458K | 0 | 12.4 | 38.6 | MIT | 2 years ago |
How can I help you explore Laravel packages today?