|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bestmomo/laravel-edge-tts | 0.82 | Laravel package integrating Microsoft Edge Text-to-Speech with streaming output, optional MP3 caching via Laravel storage, configurable default voice, and route security via middleware (auth/throttle). Provides a contract and facade, built on edge-tts-php. | 2 | 2 | 0 | 29 | 1 | 7.9 | 15.0 | — | 8 months ago | |
| symfony/ai-eleven-labs-platform | 0.81 | Symfony AI bridge for the ElevenLabs Platform API. Provides integration for ElevenLabs authentication plus text-to-speech (convert/stream) and speech-to-text endpoints, enabling voice generation and transcription in Symfony applications. | 0 | 0 | 0 | 330 | 0 | 21.4 | 40.7 | MIT | 3 weeks ago | |
| google/cloud-text-to-speech | 0.80 | — | 66 | 67 | 15 | 32K | 0 | 26.7 | 42.5 | Apache-2.0 | 1 month ago | |
| laravel/ai | 0.79 | Laravel AI SDK offers a unified, Laravel-friendly API for OpenAI, Anthropic, Gemini, and more. Build agents with tools and structured output, generate images, transcribe/synthesize audio, and create embeddings—all through one consistent interface. | 956 | 956 | 250 | 824K | 35 | 56.0 | 69.8 | MIT | 1 week ago | |
| bestnetwork/2n-voiceblue | 0.78 | — | 0 | 0 | 2 | 0 | 0 | 0.1 | — | — | — | |
| symfony/ai-cartesia-platform | 0.76 | Symfony AI bridge for the Cartesia Platform. Integrates Cartesia APIs for text-to-speech (bytes) and speech-to-text transcription, enabling easy API requests and usage within Symfony applications via the Symfony AI ecosystem. | 1 | 1 | 0 | 130 | 0 | 21.4 | 29.4 | MIT | 3 weeks ago | |
| discord-php-helpers/voice | 0.76 | Helpers for using DiscordPHP voice: connect to voice channels, handle voice gateway/UDP, and stream audio from PHP 8+ CLI apps. Built on ReactPHP/event loops with promises; intended for bot developers needing voice support. | 3 | 3 | 3 | 8K | 1 | 2.2 | 45.4 | MIT | — | |
| spatie/packagist-api | 0.75 | Search Packagist and fetch package details via the official Packagist API. Provides a simple PackagistClient built on Guzzle with a URL generator, plus helpers to list all packages or filter by vendor/type, and browse popular packages with pagination. | 130 | 134 | 21 | 117K | 0 | 5.2 | 40.8 | MIT | 1 year ago | |
| edeoliv/gpt-translate | 0.75 | Laravel package to generate and translate JSON language files using OpenAI ChatGPT. Scans PHP/JS/TS/Vue for __(), @lang(), trans(), etc., builds a base locale, then translates to other languages with optional context, exclusions, and model selection. | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 1 year ago | |
| google/cloud-translate | 0.75 | Idiomatic PHP client for Google Cloud Translation. Supports V2 (handwritten) and V3 (generated) APIs to translate text, detect language, and manage datasets/models. Auth via Google Cloud credentials; install with Composer for easy integration. | 203 | 206 | 22 | 420K | 0 | 28.6 | 52.8 | Apache-2.0 | 1 month ago | |
| bicycle/tesseract-bridge | 0.75 | PHP wrapper for Tesseract OCR with CLI and FFI backends. Configure the Tesseract binary, list available languages, and recognize text from images via a simple API. Tested on FreeBSD/Debian/Ubuntu with Tesseract 3/4. | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| symfony/ai-platform | 0.75 | — | 52 | 51 | 13 | 149K | 0 | 22.4 | 55.7 | MIT | 3 weeks ago | |
| ise/php-soundcloud | 0.75 | PHP wrapper for the SoundCloud API with OAuth 2.0 authentication. Provides convenient GET/POST request helpers and JSON handling. PEAR-oriented library with a PSR-4, Composer-installable branch supporting namespaces. Requires PHP 5+ and cURL. | 7 | 9 | 3 | 434 | 6 | 0.9 | 17.9 | — | — | |
| chatgpt/doc | 0.75 | Laravel package that adds a /chatgpt-doc route to serve helpful OpenAI and ChatGPT documentation. Install via Composer; optionally register the service provider if auto-discovery is disabled. No specific PHP or Laravel version dependency. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| symfony/ai-hugging-face-platform | 0.74 | Symfony AI HuggingFace bridge for the HuggingFace Inference API and multiple providers (Cerebras, Cohere, Groq, Together, etc.). Invoke thousands of pretrained models across 40+ tasks—chat, text generation, vision, audio, embeddings—with model discovery, flexible I/O, and typed results. | 3 | 3 | 0 | 280 | 0 | 21.4 | 29.9 | MIT | 3 weeks ago | |
| phpcsstandards/phpcsutils | 0.66 | Utilities and helper classes for building and maintaining PHP_CodeSniffer (PHPCS) standards and sniffs. Provides common abstractions and compatibility helpers to simplify writing custom rulesets and speed up development of consistent coding standards. | 63 | 63 | 8 | 2M | 25 | 25.7 | 68.3 | LGPL-3.0 | 5 months ago | |
| phpcsstandards/phpcsdevtools | 0.64 | Developer tools for building and maintaining PHP_CodeSniffer standards. Helps scaffold sniffs, run and debug PHPCS rules, manage tests, and streamline local workflows so you can create, validate, and ship custom coding standards faster. | 17 | 17 | 6 | 13K | 4 | 4.7 | 42.7 | LGPL-3.0 | 11 months ago | |
| ergebnis/phpunit-slow-test-detector | 0.64 | PHPUnit extension (Composer package and PHAR) that detects and reports slow tests during test runs. Configure a global maximum duration; when tests exceed it, the extension lists them with timings to help you spot and fix performance regressions. | 146 | 148 | 12 | 560K | 8 | 29.0 | 60.5 | MIT | 2 months ago | |
| phpunit/phpunit | 0.64 | PHPUnit is the de facto unit testing framework for PHP, based on the xUnit architecture. Run tests, make assertions, and generate reports via PHAR or Composer-installed tooling. Maintained by Sebastian Bergmann and contributors. | 20,038 | 20,551 | 2,223 | 14M | 19 | 80.9 | 54.5 | BSD-3-Clause | 1 week ago | |
| open-southeners/extended-php | 0.64 | 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 | 82 | 0 | 15.2 | 28.4 | MIT | 7 months ago |
How can I help you explore Laravel packages today?