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: 4 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T19:04:47.000Z (24 days ago)
- Last Synced: 2025-03-31T15:36:12.790Z (14 days ago)
- Language: PHP
- Homepage:
- Size: 317 KB
- Stars: 293
- Watchers: 16
- Forks: 14
- 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 8.1 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-2024 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0.