Skip to content

Commit bf33b80

Browse files
committed
Renamed the class-files, updated README.md
1 parent 062284f commit bf33b80

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,17 @@ client and server functionalities of the JSON-RPC protocol.
77
This software has originally been developed at http://jsonrpcphp.org/ and has
88
been modified to support newer PHP versions and name-spaces; some bugs have
99
been fixed.
10+
11+
To install
12+
```bash
13+
composer require cmutter/google-adwords-api
14+
```
15+
or add this to your composer.json, and ```composer update```
16+
17+
```JSON
18+
{
19+
"require": {
20+
"weberhofer/jsonrpcphp": "2.1.0"
21+
}
22+
}
23+
```

src/org/jsonrpcphp/JsonRPCClient.class.php renamed to src/org/jsonrpcphp/JsonRPCClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
3-
COPYRIGHT
4-
53
Copyright 2007 Sergio Vaccaro <sergio@inservibile.org>
6-
Copyright 2012 Johannes Weberhofer <jweberhofer@weberhofer.at>
4+
Copyright 2012, 2015 Johannes Weberhofer <jweberhofer@weberhofer.at>
75
86
This file is part of JSON-RPC PHP.
97

src/org/jsonrpcphp/JsonRPCServer.class.php renamed to src/org/jsonrpcphp/JsonRPCServer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/*
3-
COPYRIGHT
4-
53
Copyright 2007 Sergio Vaccaro <sergio@inservibile.org>
6-
Copyright 2012 Johannes Weberhofer <jweberhofer@weberhofer.at>
4+
Copyright 2012,2015 Johannes Weberhofer <jweberhofer@weberhofer.at>
75
86
This file is part of JSON-RPC PHP.
97

0 commit comments

Comments
 (0)