{"id":14986553,"url":"https://github.com/cmfcmf/openweathermap-php-api","last_synced_at":"2025-05-15T10:06:24.144Z","repository":{"id":41413258,"uuid":"11002692","full_name":"cmfcmf/OpenWeatherMap-PHP-API","owner":"cmfcmf","description":"A PHP API to parse weather data and weather history from OpenWeatherMap.org.","archived":false,"fork":false,"pushed_at":"2024-08-07T15:28:00.000Z","size":2606,"stargazers_count":334,"open_issues_count":12,"forks_count":124,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-05-15T10:05:21.565Z","etag":null,"topics":["api","free","open-api","openweathermap","parse-weather-data","php","php-api","weather","weather-history"],"latest_commit_sha":null,"homepage":"https://cmfcmf.github.io/OpenWeatherMap-PHP-API","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmfcmf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"cmfcmf"}},"created_at":"2013-06-27T16:58:13.000Z","updated_at":"2025-04-16T10:04:16.000Z","dependencies_parsed_at":"2023-01-30T11:46:35.233Z","dependency_job_id":"88b97665-a2fd-4554-b6a4-eb4f377fbcf0","html_url":"https://github.com/cmfcmf/OpenWeatherMap-PHP-API","commit_stats":{"total_commits":245,"total_committers":31,"mean_commits":7.903225806451613,"dds":0.3510204081632653,"last_synced_commit":"17b537b43382801588eca47f8aba0b2c27b66372"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FOpenWeatherMap-PHP-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FOpenWeatherMap-PHP-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FOpenWeatherMap-PHP-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmfcmf%2FOpenWeatherMap-PHP-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmfcmf","download_url":"https://codeload.github.com/cmfcmf/OpenWeatherMap-PHP-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319720,"owners_count":22051073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","free","open-api","openweathermap","parse-weather-data","php","php-api","weather","weather-history"],"created_at":"2024-09-24T14:13:07.938Z","updated_at":"2025-05-15T10:06:23.951Z","avatar_url":"https://github.com/cmfcmf.png","language":"PHP","readme":"OpenWeatherMap PHP API\n======================\n\nA PHP 7.1+ (including PHP 8) API to retrieve and parse global weather data from\n[OpenWeatherMap.org](http://www.OpenWeatherMap.org).\nThis project aims to normalise the provided data and remove inconsistencies.\nIt is not maintained by OpenWeatherMap and not an official API wrapper.\n\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/cmfcmf/OpenWeatherMap-PHP-API)\n[![Build Status](https://github.com/cmfcmf/OpenWeatherMap-PHP-API/actions/workflows/main.yml/badge.svg)](https://github.com/cmfcmf/OpenWeatherMap-PHP-API/actions/workflows/main.yml)\n[![license](https://img.shields.io/github/license/cmfcmf/OpenWeatherMap-PHP-Api.svg)](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api/blob/master/LICENSE)\n[![release](https://img.shields.io/github/release/cmfcmf/OpenWeatherMap-PHP-Api.svg)](https://github.com/cmfcmf/OpenWeatherMap-PHP-Api/releases)\n[![codecov](https://codecov.io/gh/cmfcmf/OpenWeatherMap-PHP-Api/branch/main/graph/badge.svg)](https://codecov.io/gh/cmfcmf/OpenWeatherMap-PHP-Api)\n[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/badges/quality-score.png?s=f31ca08aa8896416cf162403d34362f0a5da0966)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/)\n\nDocumentation\n=============\n\nYou can find the latest documentation, including installation and usage instructions at https://cmfcmf.github.io/OpenWeatherMap-PHP-API.\n\nContributing\n============\nI'm happy about every **pull request** you open and **issue** you find to help make this API **more awesome**. Please note that it might sometimes take me a while to get back to you. Feel free to ping me if I don't respond.\n\n## Gitpod\n\nYou can use Gitpod to launch a fully functional development environment right in your browser. Simply click on the following badge:\n\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/cmfcmf/OpenWeatherMap-PHP-API)\n\n## Vagrant\n\nYou can use [Vagrant](https://vagrantup.com) to kick-start your development.\nSimply run `vagrant up` and `vagrant ssh` to start a PHP VM with all\ndependencies included.\n\n## Docker\n\nYou can also use Docker to start developing this library. First install dependencies:\n\n    docker run --rm --interactive --tty \\\n        --volume $PWD:/app \\\n        --user $(id -u):$(id -g) \\\n        composer update\n\nAnd then execute the tests:\n\n    docker run --rm --interactive --tty \\\n        --volume $PWD:/app -w /app \\\n        php bash\n\n    \u003e php vendor/bin/phpunit\n\n## Documentation\n\nThe documentation is built using [Docusaurus v2](https://docusaurus.io).\nTo run a local developnment server for the docs, execute\n\n```bash\ncd docs\nyarn install\nyarn start\n```\n\nLicense\n=======\n\nThis project is licensed under the MIT license.\nPlease see the [LICENSE file](https://github.com/Cmfcmf/OpenWeatherMap-PHP-Api/blob/master/LICENSE)\ndistributed with this source code for further information regarding copyright and licensing.\n\nBe aware that the OpenWeatherMap data is **not licensed under the MIT**.\n**Check out the following official links to read about the terms, pricing and license of OpenWeatherMap before using their service:**\n\n- [OpenWeatherMap.org/terms](http://OpenWeatherMap.org/terms)\n- [OpenWeatherMap.org/appid](http://OpenWeatherMap.org/appid)\n","funding_links":["https://ko-fi.com/cmfcmf"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmfcmf%2Fopenweathermap-php-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmfcmf%2Fopenweathermap-php-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmfcmf%2Fopenweathermap-php-api/lists"}