PHPackages                             gridwb/laravel-funnelfox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. gridwb/laravel-funnelfox

ActiveLibrary[API Development](/categories/api)

gridwb/laravel-funnelfox
========================

funnelfox.com API for Laravel

1.1.0(2mo ago)04MITPHPPHP &gt;=8.2

Since Feb 26Pushed 2mo agoCompare

[ Source](https://github.com/gridwb/laravel-funnelfox)[ Packagist](https://packagist.org/packages/gridwb/laravel-funnelfox)[ Docs](https://github.com/gridwb/laravel-funnelfox)[ RSS](/packages/gridwb-laravel-funnelfox/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

Overview
--------

[](#overview)

Laravel FunnelFox is a convenient wrapper for interacting with the FunnelFox API in Laravel applications.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Profiles Resource](#profiles-resource)
    - [Webhooks](#webhooks)
- [Testing](#testing)
- [Changelog](#changelog)
- [License](#license)

Installation
------------

[](#installation)

1. Install the package

    ```
    composer require gridwb/laravel-funnelfox
    ```
2. Publish the configuration file

    ```
    php artisan vendor:publish --tag="funnelfox-config"
    ```
3. Add environment variables

    ```
    FUNNELFOX_API_URL=https://api.funnelfox.io
    FUNNELFOX_KEY=your-api-key-here
    FUNNELFOX_WEBHOOK_PATH=webhooks/funnelfox
    FUNNELFOX_WEBHOOK_SECRET=your-webhook-secret-here
    ```

Usage
-----

[](#usage)

### `Profiles` Resource

[](#profiles-resource)

#### `get profile`

[](#get-profile)

Retrieves a specific profile.

```
