mpanius / laravel-jitsu

Loading data to jitsu.com ETL system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package for loading data to Jitsu

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Simple package for server-side data sending to Jitsu (jitsu.com) ETL system

Installation

You can install the package via composer:

composer require mpanius/laravel-jitsu

You can publish the config file with:

php artisan vendor:publish --tag="laravel-jitsu-config"

This is the contents of the published config file:

return [
];

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Loading data to jitsu.com ETL system

License:MIT License


Languages

Language:PHP 100.0%