Download the PHP package jeffersongoncalves/laravel-typeform without Composer
On this page you can find all versions of the php package jeffersongoncalves/laravel-typeform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersongoncalves/laravel-typeform
More information about jeffersongoncalves/laravel-typeform
Files in jeffersongoncalves/laravel-typeform
Package laravel-typeform
Short Description Typeform API integration for Laravel
License MIT
Homepage https://github.com/jeffersongoncalves/laravel-typeform
Informations about the package laravel-typeform
Laravel Typeform
Typeform API integration for Laravel. A thin, typed wrapper around the Typeform API covering forms, responses, webhooks, themes, images and workspaces, built on Laravel's HTTP client.
Installation
You can install the package via composer:
Publish the config file with:
This is the contents of the published config file:
Add your Typeform personal access token to your .env:
Usage
You can use the Typeform facade, or inject Jeffersongoncalves\Typeform\Typeform wherever you need it.
Forms
Responses
Webhooks
Themes
Images
Workspaces
Every method returns an Illuminate\Http\Client\Response, so you can use ->json(), ->successful(), ->status(), etc. as usual.
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
- Jefferson Simão Gonçalves
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-typeform with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/support Version ^12.0|^13.0