├── LICENSE ├── composer.json ├── config └── segment.php └── src └── SegmentServiceProvider.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltThree/Segment/HEAD/LICENSE -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltThree/Segment/HEAD/composer.json -------------------------------------------------------------------------------- /config/segment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltThree/Segment/HEAD/config/segment.php -------------------------------------------------------------------------------- /src/SegmentServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AltThree/Segment/HEAD/src/SegmentServiceProvider.php --------------------------------------------------------------------------------