Download the PHP package abbadon1334/laravel-apify without Composer
On this page you can find all versions of the php package abbadon1334/laravel-apify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abbadon1334/laravel-apify
More information about abbadon1334/laravel-apify
Files in abbadon1334/laravel-apify
Package laravel-apify
Short Description A Laravel package that provides a convenient interface for integrating with the Apify web scraping and automation platform
License MIT
Informations about the package laravel-apify
Laravel Apify Package
A Laravel package for integrating with the Apify web scraping and automation platform.
Installation
Install the package via Composer:
The package will automatically register its service provider and facade.
Configuration
Publish the configuration file:
Add your Apify API token to your .env file:
You can find your API token in your Apify account settings.
Usage
Using the Facade
Using Dependency Injection
Available Methods
Running Actors
Working with Datasets
Key-Value Stores
Actor Runs Management
Listing Actors
Error Handling
The package throws ApifyException for API errors:
Configuration Options
The configuration file (config/apify.php) includes:
api_token: Your Apify API tokenbase_uri: API base URL (default: https://api.apify.com/v2/)timeout: Request timeout in seconds (default: 30)default_actor_options: Default options for running actorswebhook_url: URL for webhook notificationswebhook_events: Events to receive webhooks for
Testing
License
The MIT License (MIT). Please see License File for more information.
Contributing
Please see CONTRIBUTING.md for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.