Download the PHP package jeffersongoncalves/laravel-buffer without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-buffer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-buffer
More information about jeffersongoncalves/laravel-buffer
Files in jeffersongoncalves/laravel-buffer
Package laravel-buffer
Short Description PHP/Laravel client for the Buffer (bufferapp.com) REST API v1: user, profiles, and scheduled/pending/sent updates.
License MIT
Homepage https://github.com/jeffersongoncalves/laravel-buffer
Informations about the package laravel-buffer
Laravel Buffer
A Laravel client for the Buffer (bufferapp.com) REST API v1. Manage the authenticated user, connected social profiles, and pending/sent/scheduled updates through a simple, resource-based API, authenticated via a Bearer access token.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Add your Buffer access token to .env. Generate one at buffer.com/developers/apps by creating an app:
Usage
All methods return the decoded JSON response as an array, or throw a JeffersonGoncalves\Buffer\Exceptions\BufferException when the Buffer API returns a failed HTTP response.
User
Profiles
Updates
API Configuration
Handling errors
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jèfferson Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-buffer with dependencies
illuminate/http Version ^12.0|^13.0
illuminate/support Version ^12.0|^13.0
spatie/laravel-package-tools Version ^1.14.0