Skip to content

Commit 679dc61

Browse files
committed
Updated README.md and composer.json with new details
1 parent 3546eec commit 679dc61

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2017 Joel Wurtz and contributors
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# No longer maintained
2-
3-
I'm backing off maintaining this library due to a lack of motivation, time and usage of docker, contact me on twitter https://twitter.com/joelwurtz if you wish to take over this repository (or just do a fork).
4-
51
# Docker PHP Api
62

7-
Generated API Client from OpenAPI specification of Docker, by Jane OpenAPI Client generator.
3+
Generated API Client from OpenAPI specification of [Docker](https://www.docker.com/), by [Jane](https://github.com/janephp/janephp) OpenAPI Client generator.
84

95
## Usage
106

11-
You should not use this library directly, please use the docker-php one instead.
7+
You should not use this library directly, please use the [docker-php](https://github.com/docker-php/docker-php) one instead.
128

139
## Versioning
1410

@@ -20,4 +16,12 @@ This library does *not* respect semver and will instead follow Jane OpenAPI vers
2016

2117
So 4.1.25.0 is the version 1.25 of Docker API generated with Jane OpenAPI in a 4.X version.
2218

23-
You should always fix the version, or at least the 3 first numbers (4.1.25.*)
19+
You should always fix the version, or at least the 3 first numbers (4.1.25.\*)
20+
21+
## Credits
22+
23+
This library is a fork of the original [docker-php-api](https://github.com/docker-php/docker-php-api), created by [Joel Wurtz](https://github.com/joelwurtz).
24+
25+
## License
26+
27+
The MIT License (MIT). Please see [License File](LICENSE) for more information.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "docker-php/docker-php-api",
2+
"name": "beluga-php/docker-php-api",
33
"license": "MIT",
44
"type": "library",
55
"description": "Docker API generated files from OpenAPI Specification",

0 commit comments

Comments
 (0)