Download the PHP package josrom/laravel-trello-wrapper without Composer
On this page you can find all versions of the php package josrom/laravel-trello-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download josrom/laravel-trello-wrapper
More information about josrom/laravel-trello-wrapper
Files in josrom/laravel-trello-wrapper
Package laravel-trello-wrapper
Short Description Trello API wrapper for Laravel 11
License MIT
Informations about the package laravel-trello-wrapper
Laravel 11 Trello API wrapper
A simple Laravel 11 package that wraps Trello API.
Requirements
- PHP 8.2 or higher
Installation
You can install the package using the Composer package manager running this command in your project root:
Laravel
The package includes a service providers and a facade for easy integration and a nice syntax for Laravel.
Configuration
Publish the configuration file with:
Head into the file and configure the keys and defaults you'd like the package to use.
Usage
Creating a basic card
Creating a more complex card
More examples
For more examples of usage, please see the original PHP Trello API package documentation: https://github.com/cdaguerre/php-trello-api
Contributing
If you're having problems, spot a bug, or have a feature suggestion, please log and issue on Github. If you'd like to have a crack yourself, fork the package and make a pull request.
All versions of laravel-trello-wrapper with dependencies
guzzlehttp/guzzle Version ^6.3 | ^7.0.1
guzzlehttp/psr7 Version ^2.1.0
illuminate/contracts Version ^11.0
illuminate/support Version ^11.0
josrom/php-trello-api Version 3.0.0