Download the PHP package dij-digital/deepgram-laravel without Composer
On this page you can find all versions of the php package dij-digital/deepgram-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dij-digital/deepgram-laravel
More information about dij-digital/deepgram-laravel
Files in dij-digital/deepgram-laravel
Package deepgram-laravel
Short Description A Laravel package for integrating Deepgram’s AI voice services
License MIT
Homepage https://github.com/dij-digital/deepgram-laravel
Informations about the package deepgram-laravel
Deepgram Laravel - A Laravel Package for Deepgram AI Voice Services
This package provides a seamless integration with Deepgram's AI voice services. Built following Laravel conventions.
This package supports the following features:
Speech-to-Text
- Transcribe local audio files
- Configurable transcription options (model, language, smart formatting)
Requires PHP 8.3 or higher and Laravel 12+
⚡️ Install the package using Composer:
Configuration
Publish the config file:
Add your Deepgram API credentials to your .env file:
How to use this package
Basic File Transcription
Configuration Options
The published config file (config/deepgram-laravel.php) contains the following options:
Testing
When testing your application, you can use Deepgram::fake() to prevent real HTTP calls to the Deepgram API:
The fake will return realistic fake transcription data so your tests can run without hitting the actual Deepgram API.
You can also use Laravel's standard facade mocking methods, like Deepgram::shouldReceive()->once()->andReturn() for more precise control if needed.
Deepgram Laravel was created by DIJ Digital under the MIT license.
All versions of deepgram-laravel with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^12.0||^13.0