Laravel-Segment | Segment.com wrapper for Laravel
kandi X-RAY | Laravel-Segment Summary
kandi X-RAY | Laravel-Segment Summary
Laravel-Segment is a PHP library. Laravel-Segment has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Segment.com wrapper for Laravel 5.
Segment.com wrapper for Laravel 5.
Support
Quality
Security
License
Reuse
Support
Laravel-Segment has a low active ecosystem.
It has 15 star(s) with 2 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
Laravel-Segment has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of Laravel-Segment is 2.1.2
Quality
Laravel-Segment has 0 bugs and 0 code smells.
Security
Laravel-Segment has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
Laravel-Segment code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
Laravel-Segment is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
Laravel-Segment releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Laravel-Segment saves you 13 person hours of effort in developing the same functionality from scratch.
It has 37 lines of code, 4 functions and 3 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed Laravel-Segment and discovered the below as its top functions. This is intended to give you an instant insight into Laravel-Segment implemented functionality, and help decide if they suit your requirements.
- Boot the application .
- Setup config .
- Get the facade accessor .
- Register the module .
Get all kandi verified functions for this library.
Laravel-Segment Key Features
No Key Features are available at this moment for Laravel-Segment.
Laravel-Segment Examples and Code Snippets
Copy
"require": {
"cachethq/segment": "~2.1"
}
$ composer update
'providers' => [
// ...
'CachetHQ\Segment\SegmentServiceProvider',
],
'aliases' => [
// ...
'Segment' => 'CachetHQ\Segment\Facades\Segment',
],
$ php artisa
Copy
Segment::identify([
"userId" => "12345abcde",
"traits" => [
"name" => "James Brooks",
"email" => "test@test.com",
]
]);
Copy
Segment::track([
"userId" => "12345abcde",
"event" => "Did something",
"properties" => [
"was_awesome" => true,
]
]);
Community Discussions
No Community Discussions are available at this moment for Laravel-Segment.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Laravel-Segment
Add the following to your composer.json file. Get the package installed. Add the service provider to app.php.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page