LaravelPackages.net
Acme Inc.
Toggle sidebar
muscobytes/laravel-takeads-api-client

116
1
1.0.6
About muscobytes/laravel-takeads-api-client

muscobytes/laravel-takeads-api-client is a Laravel package. It currently has 1 GitHub stars and 116 downloads on Packagist (latest version 1.0.6). Install it with composer require muscobytes/laravel-takeads-api-client. Discover more Laravel packages by muscobytes or browse all Laravel packages to compare alternatives.

Last updated

Takeads API client for Laravel

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

Comments