baks-dev/avito
Laravel/PHP 8.4+ модуль для интеграции с Avito API: подключение через Composer, готовая основа для работы с запросами/данными Avito и набор PHPUnit тестов (группа avito). MIT лицензия.
baks-dev/avito package is a niche Laravel/Symfony-compatible PHP wrapper for Avito’s API, tailored for classifieds, ads, and listings in Russian/CIS markets. It fits well within:
baks-dev/core), ensuring compatibility with Laravel’s dependency injection and modular architecture.baks-dev/core:^7.4: Uncommon dependency; may require vendor-specific setup or forking if issues arise.listings, search, ads) but lacks detailed documentation. Verify coverage of Avito API v2 endpoints (e.g., official docs).baks-dev/core is a private/vendor dependency. Monitor for updates and assess impact of breaking changes.spatie/laravel-avito)?baks-dev/core? Is it actively updated for PHP 8.4+ and Laravel 10+?429 Too Many Requests, 401 Unauthorized) or wrap them in custom exceptions?config/app.php (Symfony-style). Example:
$this->app->singleton(\BaksDev\Avito\AvitoClient::class, function ($app) {
return new \BaksDev\Avito\AvitoClient(
config('services.avito.token'),
config('services.avito.api_url')
);
});
Avito::search()) if the package provides them.baks-dev/core and service container. Not recommended unless absolutely necessary.composer require baks-dev/avito..env:
AVITO_TOKEN=your_production_token
AVITO_API_URL=https://api.avito.ru
AVITO_SANDBOX_URL=https://api.sandbox.avito.ru
AvitoException).Log::error($e->getMessage())) and integrate with monitoring tools (e.g., Sentry).404 for non-existent listings).last_sync_at timestamp).baks-dev/core is a private/vendor dependency. Monitor for updates and assess impact of breaking changes.baks-dev/core updates; test thoroughly before upgrading.How can I help you explore Laravel packages today?