Download the PHP package yannelli/laravel-plaud without Composer

On this page you can find all versions of the php package yannelli/laravel-plaud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
yannelli/laravel-plaud
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package laravel-plaud

Tests

Laravel Plaud API Package

An unofficial Laravel package for the Plaud API. This package provides a clean, Laravel-idiomatic interface for managing recordings, transcriptions, and summaries from the Plaud platform.

Features

Requirements

Installation

Install the package via Composer:

Publish Configuration (Optional)

You can publish the configuration file if you want to customize it:

This will create a config/plaud.php file in your Laravel application.

Environment Configuration

Add your Plaud access token to your .env file:

Usage

Authentication

First, authenticate with the Plaud API to obtain an access token:

Using Dependency Injection

You can also use dependency injection instead of the facade:

Get User Information

Get System Status

Retrieve Recordings

Get All Recordings

Get Recordings with Filters

Get Specific Recordings by ID

File Tags (Folders)

Create Shareable Links

Download Files

Download Audio File

Download Transcript

Download Summary

Manage Recordings

Move to Trash

Restore from Trash

Permanently Delete

Available File Types

The package provides a FileTypes constant class with the following supported formats:

Error Handling

The package throws PlaudException for API errors:

Advanced Usage

Using the Low-Level Client

If you need more control, you can use the PlaudClient directly:

Accessing the Client from the Service

Available Methods

PlaudService Methods

Method Description
authenticate($username, $password) Authenticate with username and password
getMyUser() Get current user information
getStatus() Get API and system status
getAllRecordings() Get all recordings without filters
getRecordingsWithFilter(...) Get recordings with custom filters
getSpecificRecordings($ids) Get specific recordings by IDs
getFileTags() Get all file tags (folders)
createShareableLink($id, $permissions) Create a shareable link
downloadAudioFile($id) Download audio file as base64
downloadTranscriptFile($id, $type) Download transcript as base64
downloadSummaryFile($id, $type) Download summary as base64
trashRecordings($ids) Move recordings to trash
untrashRecordings($ids) Restore recordings from trash
permanentlyDeleteRecordings($ids) Permanently delete recordings

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Security

If you discover any security-related issues, please email the package maintainer instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Disclaimer

This is an unofficial package and is not affiliated with, maintained, or endorsed by Plaud. Use at your own risk.


All versions of laravel-plaud with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^12.0
illuminate/http Version ^12.0
guzzlehttp/guzzle Version ^7.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yannelli/laravel-plaud contains the following files

Loading the files please wait ...