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
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.