File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,5 +21,4 @@ install: composer update --no-interaction --no-suggest --no-progress
21
21
22
22
script :
23
23
- phpdbg -qrr vendor/bin/phpunit --coverage-clover phpunit.coverage.xml --log-junit phpunit.report.xml
24
- - sonar-scanner -Dsonar.organization=verbanent-public -Dsonar.projectKey=verbanent_eloquent-binary-uuid -Dsonar.sources=src -Dsonar.host.url=https://sonarcloud.io
25
24
Original file line number Diff line number Diff line change 1
1
# Ordered binary UUID in Laravel / Eloquent
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/verbanent/eloquent-binary-uuid.svg?branch=master )] ( https://travis-ci.org/verbanent/eloquent-binary-uuid )
4
3
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid )
5
4
[ ![ Downloads] ( https://img.shields.io/packagist/dt/verbanent/eloquent-binary-uuid.svg )] ( https://packagist.org/packages/verbanent/eloquent-binary-uuid )
6
5
[ ![ StyleCI] ( https://github.styleci.io/repos/285826449/shield?branch=master )] ( https://github.styleci.io/repos/285826449 )
10
9
[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=verbanent_eloquent-binary-uuid&metric=coverage )] ( https://sonarcloud.io/dashboard?id=verbanent_eloquent-binary-uuid )
11
10
![ Packagist PHP Version Support] ( https://img.shields.io/packagist/php-v/verbanent/eloquent-binary-uuid )
12
11
![ Packagist License] ( https://img.shields.io/packagist/l/verbanent/eloquent-binary-uuid )
13
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/verbanent/eloquent-binary-uuid/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/verbanent/eloquent-binary-uuid/?branch=master )
14
12
15
13
Based on articles about the optimization of UUID storage in databases, I decided to write a simple library that allows this in my projects. I based on the information available here:
16
14
https://www.percona.com/blog/2014/12/19/store-uuid-optimized-way/
You can’t perform that action at this time.
0 commit comments