File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# N-Meta PHP sdk
22
3- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /?branch=master )
4- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /?branch=master )
5- [ ![ Build Status] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /build-status/master )
6- [ ![ Code Intelligence Status] ( https://scrutinizer-ci.com/g/nstack-io/laravel-sdk /badges/code-intelligence.svg?b=master )] ( https://scrutinizer-ci.com/code-intelligence )
3+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /?branch=master )
4+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /?branch=master )
5+ [ ![ Build Status] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /build-status/master )
6+ [ ![ Code Intelligence Status] ( https://scrutinizer-ci.com/g/monstar-lab-oss/n-meta-php /badges/code-intelligence.svg?b=master )] ( https://scrutinizer-ci.com/code-intelligence )
77
88## 📝 Introduction
99
10- Core of N-Meta, parsing and DTO
10+ Core of N-Meta, parsing and DTO.
11+
12+ Used to parse the N-Meta headers using following format:
13+
14+ ` Meta: [PLATFORM];[ENVIRONMENT];[APP_VERSION];[DEVICE_OS];[DEVICE] `
1115
1216## 📦 Installation
1317
@@ -27,7 +31,6 @@ or setup in composer.json
2731## ⚙ Usage
2832
2933``` php
30-
3134$header = 'ios;production;1.0.0;10.2;iphone-x';
3235$meta = new NMeta($header);
3336
You can’t perform that action at this time.
0 commit comments