Looking to hire Laravel developers? Try LaraJobs

laravel-takeads-api-client maintained by muscobytes

Last update
2024/10/18 00:26 (dev-master)
Links
Downloads
116

Comments
comments powered by Disqus

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