Skip to content

Commit cb2c2c6

Browse files
committed
Compatible to laravel > 5.6
1 parent 5120b28 commit cb2c2c6

File tree

161 files changed

+99
-31088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+99
-31088
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.styleci.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
# Laravel 5.5+ InfluxDB Database Package
2-
3-
[![Current Release](https://img.shields.io/github/release/austinheap/laravel-database-influxdb.svg)](https://github.com/austinheap/laravel-database-influxdb/releases)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/austinheap/laravel-database-influxdb.svg)](https://packagist.org/packages/austinheap/laravel-database-influxdb)
5-
[![Build Status](https://travis-ci.org/austinheap/laravel-database-influxdb.svg?branch=master)](https://travis-ci.org/austinheap/laravel-database-influxdb)
6-
[![Dependency Status](https://gemnasium.com/badges/github.com/austinheap/laravel-database-influxdb.svg)](https://gemnasium.com/github.com/austinheap/laravel-database-influxdb)
7-
[![Scrutinizer CI](https://scrutinizer-ci.com/g/austinheap/laravel-database-influxdb/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/austinheap/laravel-database-influxdb/)
8-
[![StyleCI](https://styleci.io/repos/110926889/shield?branch=master)](https://styleci.io/repos/110926889)
9-
[![Maintainability](https://api.codeclimate.com/v1/badges/b88fde39b479c53d0df4/maintainability)](https://codeclimate.com/github/austinheap/laravel-database-influxdb/maintainability)
10-
[![Test Coverage](https://api.codeclimate.com/v1/badges/b88fde39b479c53d0df4/test_coverage)](https://codeclimate.com/github/austinheap/laravel-database-influxdb/test_coverage)
11-
[![SensioLabs](https://insight.sensiolabs.com/projects/dc020687-c653-42f0-b006-79d5c7742fb0/mini.png)](https://insight.sensiolabs.com/projects/dc020687-c653-42f0-b006-79d5c7742fb0)
12-
13-
## A package for accessing InfluxDB from Laravel 5.5+, based on configuration settings.
14-
15-
There is [documentation for `laravel-database-influxdb` online](https://austinheap.github.io/laravel-database-influxdb/),
16-
the source of which is in the [`docs/`](https://github.com/austinheap/laravel-database-influxdb/tree/master/docs)
17-
directory. The most logical place to start are the [docs for the `InfluxDbServiceProvider` class](https://austinheap.github.io/laravel-database-influxdb/classes/AustinHeap.Database.InfluxDb.InfluxDbServiceProvider.html).
1+
# Laravel 5.6+ InfluxDB Database Package
182

193
## Installation
204

@@ -23,15 +7,15 @@ directory. The most logical place to start are the [docs for the `InfluxDbServic
237
Via Composer command line:
248

259
```bash
26-
$ composer require austinheap/laravel-database-influxdb
10+
$ composer require visualappeal/laravel-database-influxdb
2711
```
2812

2913
Or add the package to your `composer.json`:
3014

3115
```json
3216
{
3317
"require": {
34-
"austinheap/laravel-database-influxdb": "0.1.*"
18+
"visualappeal/laravel-database-influxdb": "0.1.*"
3519
}
3620
}
3721
```
@@ -44,7 +28,6 @@ If you would like to declare the provider and/or alias explicitly, then add the
4428

4529
```php
4630
'providers' => [
47-
//
4831
AustinHeap\Database\InfluxDb\InfluxDbServiceProvider::class,
4932
];
5033
```
@@ -53,7 +36,6 @@ And then add the alias to your `config/app.php`:
5336

5437
```php
5538
'aliases' => [
56-
//
5739
'InfluxDb' => AustinHeap\Database\InfluxDb\InfluxDbFacade::class,
5840
];
5941
```
@@ -85,9 +67,7 @@ INFLUXDB_HOST=my-influxdb.server
8567

8668
## Credits
8769

88-
This is a fork of [pdffiller/laravel-influx-provider](https://github.com/pdffiller/laravel-influx-provider).
89-
90-
- [pdffiller/laravel-influx-provider Contributors](https://github.com/pdffiller/laravel-influx-provider/graphs/contributors)
70+
This is a fork of [austinheap/laravel-database-influxdb](https://github.com/austinheap/laravel-database-influxdb).
9171

9272
## License
9373

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "austinheap/laravel-database-influxdb",
2+
"name": "visualappeal/laravel-database-influxdb",
33
"description": "A package for accessing InfluxDB from Laravel 5.5+, based on configuration settings.",
44
"keywords": [
55
"influx",
@@ -17,18 +17,23 @@
1717
"email": "[email protected]",
1818
"homepage": "https://github.com/austinheap",
1919
"role": "Developer"
20+
},
21+
{
22+
"name": "Tim Helfensdörfer",
23+
"email": "[email protected]",
24+
"homepage": "https://github.com/thelfensdrfer"
2025
}
2126
],
2227
"require": {
23-
"laravel/framework": "5.5.*|5.6.*",
24-
"illuminate/log": "5.5.*|5.6.*",
25-
"illuminate/support": "5.5.*|5.6.*",
26-
"influxdb/influxdb-php": "^1.14.4",
27-
"monolog/monolog": "~1.12"
28+
"laravel/framework": ">=5.6",
29+
"illuminate/log": ">=5.6",
30+
"illuminate/support": ">=5.6",
31+
"influxdb/influxdb-php": "1.14.*",
32+
"monolog/monolog": "1.24.*"
2833
},
2934
"require-dev": {
3035
"codeclimate/php-test-reporter": "dev-master",
31-
"phpunit/phpunit": "~6.0"
36+
"phpunit/phpunit": "7.4.*"
3237
},
3338
"autoload": {
3439
"psr-4": {

docs/checkstyle.xml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)