chrisreedio/laravel-multilogin-sdk
Composer 安装命令:
composer require chrisreedio/laravel-multilogin-sdk
包简介
Provides a Laravel SDK for the Multilogin API.
README 文档
README
A comprehensive Laravel package that provides an elegant SDK for the Multilogin API. This package allows you to manage browser profiles, automate browser sessions, handle proxies, and perform advanced browser fingerprinting operations through Multilogin's powerful antidetect browser platform.
Built on top of the robust Saloon HTTP client, this SDK provides a clean, Laravel-friendly interface to all of Multilogin's API endpoints with full type safety and IDE autocompletion.
Features
- Complete API Coverage: Access all Multilogin API endpoints through intuitive resource classes
- Browser Profile Management: Create, update, clone, and manage browser profiles with ease
- Advanced Proxy Support: Validate and manage proxy configurations
- Cookie Management: Handle pre-made cookies and import/export functionality
- Two-Factor Authentication: Full 2FA management capabilities
- Object Storage: Manage extensions and cloud storage objects
- Script Runner: Execute Selenium automation scripts with browser profiles
- Laravel Integration: Service provider, facade, and publishable config/migrations
- Type Safety: Full PHP type declarations and IDE autocompletion support
Installation
You can install the package via composer:
composer require chrisreedio/laravel-multilogin-sdk
Optionally, you can publish the config file:
php artisan vendor:publish --tag="laravel-multilogin-sdk-config"
You can also publish migrations and views if needed:
# Publish migrations php artisan vendor:publish --tag="laravel-multilogin-sdk-migrations" php artisan migrate # Publish views php artisan vendor:publish --tag="laravel-multilogin-sdk-views"
Usage
Basic Setup
use ChrisReedIO\MultiloginSDK\MultiloginSDK; // Create SDK instance $sdk = new MultiloginSDK(); // Or use the facade use MultiloginSDK;
Browser Profile Management
// Start a browser profile $response = $sdk->launcher()->startBrowserProfile( folderId: 'your-folder-id', profileId: 'your-profile-id', automationType: 'selenium' ); // Create a new profile $response = $sdk->profileManagement()->profileCreate([ 'name' => 'My New Profile', 'browser' => 'mimic', 'os' => 'win' ]); // Stop a running profile $response = $sdk->launcher()->stopBrowserProfile('your-profile-id');
Proxy Management
// Validate a proxy $response = $sdk->launcher()->validateProxy( type: 'http', host: '127.0.0.1', port: '8080', username: 'user', password: 'pass' );
Quick Profile Operations
// Start a quick profile with custom settings $response = $sdk->launcher()->startQuickProfileV3( browserType: 'mimic', osType: 'windows', automation: 'selenium' ); // Get status of all profiles $response = $sdk->launcher()->getAllProfilesStatus();
Available Resources
The SDK provides access to all Multilogin API endpoints through these resource classes:
bookmarkManagement()- Import/export bookmarksbrowserProfileData()- Manage profile datalauncher()- Core browser operationsobjectStorage()- Manage extensions and cloud objectspreMadeCookies()- Handle pre-made cookie setsprofileAccessManagement()- User authentication and workspacesprofileImportExport()- Import/export profile dataprofileManagement()- Create, update, manage profilesproxy()- Proxy validation and managementscriptRunner()- Execute automation scriptstwoFactor()- Two-factor authentication
Testing
Run the test suite:
composer test # With coverage composer test-coverage # Run static analysis composer analyse # Format code composer format
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
chrisreedio/laravel-multilogin-sdk 适用场景与选型建议
chrisreedio/laravel-multilogin-sdk 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 26 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 08 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「Chris Reed」 「laravel-multilogin-sdk」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 chrisreedio/laravel-multilogin-sdk 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 chrisreedio/laravel-multilogin-sdk 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 chrisreedio/laravel-multilogin-sdk 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Laravel package that provides a simple facade to the USPS Addresses API
Combine the power of Laravel Pulse with Spatie's Health Checks
Provides an interface to Athena EHR's API
Alfabank REST API integration
Oracle HCM Laravel SDK
Provides user level tenant tokens / scoped search keys.
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-13