Download the PHP package kanuu-io/kanuu-laravel without Composer
On this page you can find all versions of the php package kanuu-io/kanuu-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kanuu-io/kanuu-laravel
More information about kanuu-io/kanuu-laravel
Files in kanuu-io/kanuu-laravel
Package kanuu-laravel
Short Description Integrate Kanuu to your Laravel application
License MIT
Homepage https://github.com/kanuu-io/kanuu-laravel
Informations about the package kanuu-laravel
Integrate Kanuu to your Laravel application
🛶 Quickly integrate your Laravel application with Kanuu in 3 simple steps.
Installation
Documentation
:books: Read the full documentation at docs.kanuu.io
Basic usage
1. Add your Kanuu API key to your .env
file.
2. Add a route to your routes/web.php
that will redirect your user to Kanuu based on a unique identifier.
3. Add a "Manage your subscription" button that uses that route.
Note that your can use any identifier you want as long as it's unique throughout your application. For example, if you want to provide team-based subscription, you can use route('kanuu.redirect', $team)
or route('kanuu.redirect', $team->uuid)
.
And that's it! ✨
Advanced usage
Kanuu's package provide a lot more for you to get started using Kanuu and Paddle. This includes:
- A
HandleWebhookController
that takes care of both handling Paddle's webhooks and verifying their signature. - A
kanuu:publish
command that provides all the boilerplate you need to get started with billing.
Full documentation available at docs.kanuu.io
License
The MIT License (MIT). Please see License File for more information.
All versions of kanuu-laravel with dependencies
guzzlehttp/guzzle Version ^7.0.1
illuminate/contracts Version ^8.0|^9.0
ext-json Version *
ext-openssl Version *