sirsquall/rankcrew

Provide the integartion module to work with rankcrew.ai

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/sirsquall/rankcrew

1.8.2 2026-02-05 13:33 UTC

This package is auto-updated.

Last update: 2026-02-05 13:33:35 UTC


README

Official Laravel integration for RankCrew.ai.

Installation

  1. Require the package:

    composer require sirsquall/rankcrew
  2. Run migrations:

    php artisan migrate

Configuration

The package automatically registers its routes and service provider.

Routes provided:

  • POST /rankcrew/login: Authenticate via RankCrew.
  • GET /session/token: Retrieve CSRF token.
  • POST /api/rankcrew: Create blog posts.
  • GET /api/rankcrew/categories: List categories.

Usage

This package is designed to work out-of-the-box with the RankCrew SaaS platform. Authenticate your website in the RankCrew dashboard using your admin credentials.