https://github.com/dmitrymomot/laravel-segmentio-wrapper
Segment.io wrapper for Laravel 4
https://github.com/dmitrymomot/laravel-segmentio-wrapper
Last synced: 3 months ago
JSON representation
Segment.io wrapper for Laravel 4
- Host: GitHub
- URL: https://github.com/dmitrymomot/laravel-segmentio-wrapper
- Owner: dmitrymomot
- License: mit
- Created: 2015-01-09T10:42:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T13:37:22.000Z (over 10 years ago)
- Last Synced: 2025-01-11T18:30:02.758Z (5 months ago)
- Language: PHP
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Segment.io wrapper for Laravel 4
See documentation for [Segment.io SDK](https://segment.com/docs/libraries/php/)
## Installation
This package is available via Composer:
```json
{
"require": {
"dmitrymomot/laravel-segmentio-wrapper": "dev-master"
}
}
```After that run a composer update, then in app.php add:
```php
'providers' => array(
...,
'DmitryMomot\LaravelSegmentioWrapper\LaravelSegmentioWrapperServiceProvider',
),
```## License
The MIT License (MIT). Please see [License File](https://github.com/dmitrymomot/laravel-segmentio-wrapper/blob/master/LICENSE) for more information.