Base API client for all 4 AltumCode products (analytics, biolinks, pusher, socialproof). Shared REST conventions: Bearer auth, form-encoded POST, Admin API (/admin-api/) and User API (/api/) with CRUD helpers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
697 B
JSON
29 lines
697 B
JSON
{
|
|
"name": "lthn/php-plug-altum",
|
|
"description": "AltumCode product API clients (analytics, biolinks, pusher, socialproof)",
|
|
"type": "library",
|
|
"license": "EUPL-1.2",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"illuminate/http": "^12.0",
|
|
"illuminate/support": "^12.0"
|
|
},
|
|
"require-dev": {
|
|
"pestphp/pest": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\Plug\\Altum\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Core\\Plug\\Altum\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"replace": {
|
|
"core/php-plug-altum": "self.version"
|
|
}
|
|
}
|