muscobytes/laravel-takeads-api-client

There is no license information available for the latest version (1.0.6) of this package.

Installs: 116

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/muscobytes/laravel-takeads-api-client

1.0.6 2024-10-17 22:26 UTC

This package is auto-updated.

Last update: 2025-10-18 00:28:12 UTC


README

This package for Laravel introduces a wrapper for the Takeads API Client.

Prerequisites

  • PHP 8.3

Setup

  • Install package with running composer install command:
composer install muscobytes/laravel-takeads-api
  • Publish config:
php artisan vendor:publish --provider="Muscobytes\Laravel\TakeadsApi\TakeadsApiServiceProvider" --tag="config"
  • Provide keys

Extended usage

  • Publish config
  • Setup multiple keys

Custom Settings provider