> For the complete documentation index, see [llms.txt](https://docs.r4nkt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r4nkt.com/laravel-package/overview.md).

# Overview

## Introduction

If you use Laravel, then you can use [our Laravel package](https://github.com/r4nkt/laravel-r4nkt-sdk) to help get you up and running quickly. Here are some of the things it will do for you:

* It will help you easily manage r4nkt resources, e.g., creating achievements, listing actions, getting leaderboards.
* It allows you easily report player activity.

Coming soon:

* It allows you to easily report player activity.
* It helps get webhook handling functionality in place.
* It allows you to easily define jobs or events that should be dispatched when specific webhook events hit your app.

{% hint style="info" %}
This package will *not* handle what should be done *after* the webhook request has been validated and the right job or event is called.
{% endhint %}
