{"id":25278231,"url":"https://github.com/arimolzer/ipstack","last_synced_at":"2025-09-11T14:07:16.767Z","repository":{"id":274957630,"uuid":"924614295","full_name":"arimolzer/ipstack","owner":"arimolzer","description":"A simple Laravel Facade package to provide ease of use when using IPStack.com to perform geolocation on IP addresses","archived":false,"fork":false,"pushed_at":"2025-02-12T11:08:35.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T11:46:12.677Z","etag":null,"topics":["geolocation","ipstack","laravel","laravel-package","php8"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arimolzer.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.md","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}},"created_at":"2025-01-30T10:41:36.000Z","updated_at":"2025-02-12T11:08:39.000Z","dependencies_parsed_at":"2025-01-30T11:31:33.809Z","dependency_job_id":"ac7370b7-c8e4-4a3f-808d-b6627a90bfc2","html_url":"https://github.com/arimolzer/ipstack","commit_stats":null,"previous_names":["arimolzer/ipstack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimolzer%2Fipstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimolzer%2Fipstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimolzer%2Fipstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arimolzer%2Fipstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arimolzer","download_url":"https://codeload.github.com/arimolzer/ipstack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478332,"owners_count":20945267,"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":["geolocation","ipstack","laravel","laravel-package","php8"],"created_at":"2025-02-12T17:23:08.103Z","updated_at":"2025-04-06T12:13:50.674Z","avatar_url":"https://github.com/arimolzer.png","language":"PHP","readme":"# IPStack\n\n![Build Status](https://github.com/arimolzer/ipstack/actions/workflows/run-tests.yml/badge.svg)\n![StyleCI](https://github.styleci.io/repos/924614295/shield)\n![Packagist](https://img.shields.io/packagist/dt/arimolzer/ipstack)\n\nThis package has been created as a simple facade to access the [IPStack](https://ipstack.com/) API. \n\nTake a look at [contributing.md](contributing.md) to see a to do list.\n\n## Installation\n\nGetting started with IPStack is easy, first install the package via Composer:\n\n```bash\ncomposer require arimolzer/ipstack\n```\n\nThen, optionally, publish the package configuration. \n\n```bash\nphp artisan vendor:publish --provider=\"Arimolzer\\IPStack\\IPStackServiceProvider\"\n```\n\nThen, you can set your environmental variables:\n\n| Variable                   | Description                                                  | Default                  |\n|----------------------------|--------------------------------------------------------------|--------------------------| \n| IPSTACK_API_KEY            | API Key For IP Stack                                         | `null`                   |\n| IPSTACK_BASE_URI           | Base URL for the API                                         | https://api.ipstack.com/ |\n| IPSTACK_DEFAULT_TESTING_IP | The default IP to be used by tests for a successful response | 134.201.250.155          |\n\n\n## Usage\n\n#### Single IP Lookup\nTo lookup the geolocation of a single IP address:\n```php\nuse \\Arimolzer\\IPStack\\Facades\\IPStack;\n\nIPStack::get('134.201.250.155')\n```\n\n#### Bulk IP Address lookup\nIP Stack supports bulk IP lookups, with a maximum of 50 addresses. Simply pass through an array of IP addresses to the `getBulk` method. \n\u003e [!IMPORTANT]\n\u003e The 'Professional' subscription tier is required to access the bulk endpoint.\n\n```php\nIPStack::getBulk(['134.201.250.155' ,'72.229.28.185', '110.174.165.78'])\n```\n\n## Change log\n\nPlease see the [changelog](changelog.md) for more information on what has changed recently.\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Contributing\n\nPlease see [contributing.md](contributing.md) for details and a todolist.\n\n## Security\n\nIf you discover any security related issues, please email ari.molzer@molzertech.com instead of using the issue tracker.\n\n## Credits\n\n- [Ari Molzer](https://github.com/arimolzer)\n- [All Contributors](https://github.com/arimolzer/ipstack/graphs/contributors)\n\n## License\nMIT. Please see the [license file](license.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farimolzer%2Fipstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farimolzer%2Fipstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farimolzer%2Fipstack/lists"}