sirsquall / rankcrew
Provide the integartion module to work with rankcrew.ai
1.8.2
2026-02-05 13:33 UTC
Requires
- php: >=8.0
- illuminate/support: ^10.0|^11.0|^12.0
README
Official Laravel integration for RankCrew.ai.
Installation
-
Require the package:
composer require sirsquall/rankcrew
-
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.