Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmind/web-service-common-php
Shared code for the MaxMind Web Service PHP client APIs
https://github.com/maxmind/web-service-common-php
Last synced: 7 days ago
JSON representation
Shared code for the MaxMind Web Service PHP client APIs
- Host: GitHub
- URL: https://github.com/maxmind/web-service-common-php
- Owner: maxmind
- License: apache-2.0
- Created: 2015-05-22T20:26:41.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:39:34.000Z (5 months ago)
- Last Synced: 2024-10-29T19:23:36.465Z (14 days ago)
- Language: PHP
- Homepage:
- Size: 286 KB
- Stars: 290
- Watchers: 17
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - maxmind/web-service-common-php - Shared code for the MaxMind Web Service PHP client APIs (PHP)
README
# Common Code for MaxMind Web Service Clients #
This is _not_ intended for direct use by third parties. Rather, it is for
shared code between MaxMind's various web service client APIs.## Requirements ##
The library requires PHP 7.2 or greater.
There are several other dependencies as defined in the `composer.json` file.
## Contributing ##
Patches and pull requests are encouraged. All code should follow the PSR-2
style guidelines. Please include unit tests whenever possible.## Versioning ##
This API uses [Semantic Versioning](https://semver.org/).
## Copyright and License ##
This software is Copyright (c) 2015-2023 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0.