Package Data | |
---|---|
Maintainer Username: | dmitrymomot |
Maintainer Contact: | mail@dmomot.com (Dmitry Momot) |
Package Create Date: | 2015-01-09 |
Package Last Update: | 2015-01-09 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:07:23 |
Package Statistics | |
---|---|
Total Downloads: | 6,289 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
See documentation for Segment.io SDK
This package is available via Composer:
{
"require": {
"dmitrymomot/laravel-segmentio-wrapper": "dev-master"
}
}
After that run a composer update, then in app.php add:
'providers' => array(
...,
'DmitryMomot\LaravelSegmentioWrapper\LaravelSegmentioWrapperServiceProvider',
),
The MIT License (MIT). Please see License File for more information.