| 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: | 2025-11-06 15:07:25 |
| Package Statistics | |
|---|---|
| Total Downloads: | 6,289 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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.