r4nkt / laravel-r4nkt-sdk
A Laravel SDK that makes working with r4nkt even easier.
Fund package maintenance!
r4nkt
Requires
- php: ^8.0
- illuminate/contracts: ^8.37
- juststeveking/laravel-transporter: ^0.9.3
- spatie/data-transfer-object: ^3.7
- spatie/laravel-package-tools: ^1.4.3
- spatie/laravel-webhook-client: ^3.0
Requires (Dev)
- guzzlehttp/guzzle: ^7.3
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- pestphp/pest: ^1.18
- pestphp/pest-plugin-laravel: ^1.1
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8
README
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
- Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-r4nkt-sdk
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
- Remove this block of text.
- Have fun creating your package.
- If you need help creating a package, consider picking up our Laravel Package Training video course.
R4nkt makes it easy to gamify just about anything. This package makes it even easier to gamify your Laravel-based projects.
Before using this package we highly recommend reading the documentation over at R4nkt.
Installation
You can install the package via composer:
composer require r4nkt/laravel-r4nkt-sdk
You can publish and run the migrations with:
php artisan vendor:publish --provider="R4nkt\\LaravelR4nkt\\LaravelR4nktServiceProvider" --tag="laravel-r4nkt-sdk-migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="R4nkt\\LaravelR4nkt\\LaravelR4nktServiceProvider" --tag="laravel-r4nkt-sdk-config"
This is the contents of the published config file:
return [ /** @todo */ ];
Usage
/** @todo */
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security related issues, please email support@r4nkt.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.