Download the PHP package sleemkeen/fireflies without Composer
On this page you can find all versions of the php package sleemkeen/fireflies. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fireflies
Laravel Fireflies
A Laravel package for integrating with the Fireflies.ai API.
Installation
You can install the package via composer:
Configuration
Publish the configuration file:
Add your Fireflies API key to your .env
file:
Usage
User Management
Transcripts
Bites
Meeting Management
AI Apps
Available Methods
User Methods
getCurrentUser(array $fields)
getUser(array $fields, string $userId = null)
setUserRole(string $userId, string $role)
Transcript Methods
getTranscripts(array $fields)
getTranscript(string $transcriptId, array $fields)
deleteTranscript(string $transcriptId)
Bite Methods
getBites(array $fields, array $options)
getBite(string $biteId, array $fields)
getTranscriptBites(string $transcriptId, array $fields)
createBite(string $transcriptId, float $startTime, float $endTime)
updateBitePrivacy(string $biteId, array $privacies)
Meeting Methods
uploadAudio(string $audioUrl, array $options)
addToLiveMeeting(string $meetingLink)
getMeetingSummary(string $meetingId, array $fields)
AI Apps Methods
getAIAppsOutputs(array $options, array $fields)
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Haruna Ahmadu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
This updated README:
1. Added the new AI Apps section with usage examples
2. Added the `getAIAppsOutputs` method to the Available Methods section
3. Maintained the existing structure while incorporating the new functionality
4. Removed any controller-specific implementation details to keep the focus on the package usage
The documentation now provides a clear overview of all available features, including the new AI Apps functionality, while maintaining a clean and professional format.
All versions of fireflies with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0|^8.1
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
The package sleemkeen/fireflies contains the following files
Loading the files please wait ....