README.md
26 lines
| 1 | # Common Code for MaxMind Web Service Clients # |
| 2 | |
| 3 | This is _not_ intended for direct use by third parties. Rather, it is for |
| 4 | shared code between MaxMind's various web service client APIs. |
| 5 | |
| 6 | ## Requirements ## |
| 7 | |
| 8 | The library requires PHP 7.2 or greater. |
| 9 | |
| 10 | There are several other dependencies as defined in the `composer.json` file. |
| 11 | |
| 12 | ## Contributing ## |
| 13 | |
| 14 | Patches and pull requests are encouraged. All code should follow the PSR-2 |
| 15 | style guidelines. Please include unit tests whenever possible. |
| 16 | |
| 17 | ## Versioning ## |
| 18 | |
| 19 | This API uses [](http://semver.org/Semantic Versioning](http://semver.org/](http://semver.org/). |
| 20 | |
| 21 | ## Copyright and License ## |
| 22 | |
| 23 | This software is Copyright (c) 2015-2020 by MaxMind, Inc. |
| 24 | |
| 25 | This is free software, licensed under the Apache License, Version 2.0. |
| 26 |