File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Etherscan Service
2
2
[ ![ tests] ( https://github.com/slvler/etherscan-service/actions/workflows/tests.yml/badge.svg )] ( https://github.com/slvler/etherscan-service/actions/workflows/tests.yml )
3
3
[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/slvler/ether.svg )] ( https://packagist.org/packages/slvler/ether )
4
- [ ![ Total Downloads] ( https://poser.pugx.org/slvler/ether/downloads )] ( https://packagist.org/packages/slvler/ether )
5
4
[ ![ License] ( https://poser.pugx.org/slvler/ether/license )] ( https://packagist.org/packages/slvler/ether )
6
-
5
+ [ ![ Total Downloads ] ( https://poser.pugx.org/slvler/ether/downloads )] ( https://packagist.org/packages/slvler/ether )
7
6
An api service for etherscan.io
8
7
9
8
## Requirements
Original file line number Diff line number Diff line change 8
8
class EtherScanService
9
9
{
10
10
private $ base_url ;
11
+
11
12
private $ api_key ;
13
+
12
14
private $ client ;
13
15
14
16
public function __construct ()
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace slvler \ ether \Tests \Feature ;
3
+ namespace Slvler \ Ether \Tests \Feature ;
4
4
5
- use slvler \ ether \Services \EtherScanService ;
6
- use slvler \ ether \Tests \Unit \TestCase ;
5
+ use Slvler \ Ether \Services \EtherScanService ;
6
+ use Slvler \ Ether \Tests \Unit \TestCase ;
7
7
8
8
class EtherScanTest extends TestCase
9
9
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace slvler \ ether \Tests \Unit ;
3
+ namespace Slvler \ Ether \Tests \Unit ;
4
4
5
- use slvler \ ether \EtherServiceProvider ;
5
+ use Slvler \ Ether \EtherServiceProvider ;
6
6
7
7
class TestCase extends \Orchestra \Testbench \TestCase
8
8
{
@@ -18,7 +18,5 @@ protected function getPackageProviders($app)
18
18
];
19
19
}
20
20
21
- protected function getEnvironmentSetUp ($ app )
22
- {
23
- }
21
+ protected function getEnvironmentSetUp ($ app ) {}
24
22
}
You can’t perform that action at this time.
0 commit comments