r4nkt
  • Introduction
  • Getting Started
  • Concepts
    • Overview
    • Achievements
    • Actions
    • Activities
    • Badges
    • Criteria
    • Criteria Conditions
    • Criteria Groups
    • Custom Data Reference
    • Games
    • Leaderboards
    • Players
    • Rewards
    • Scores
  • Cookbook
    • Criteria Conditions
    • Achievements
  • API
    • Overview
    • Authentication
    • Achievements
    • Actions
    • Activities
    • Criteria
    • Criteria Groups
    • Leaderboards
    • Players
    • Player Badges
    • Rewards
    • Scores
  • Webhooks
    • Overview
    • Getting Started
    • Events
  • PHP SDK
    • Overview
    • Getting Started
  • Laravel Package
    • Overview
    • Installation
    • Webhooks
Powered by GitBook
On this page

Was this helpful?

  1. Laravel Package

Overview

PreviousGetting StartedNextInstallation

Last updated 3 years ago

Was this helpful?

Introduction

If you use Laravel, then you can use 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.

This package will not handle what should be done after the webhook request has been validated and the right job or event is called.

our Laravel package