{"id":47308824,"url":"https://github.com/simivar/tibiadata-api","last_synced_at":"2026-03-17T09:51:09.623Z","repository":{"id":49209928,"uuid":"132770342","full_name":"simivar/tibiadata-api","owner":"simivar","description":"PHP library for TibiaData API (https://tibiadata.com)","archived":false,"fork":false,"pushed_at":"2023-12-15T20:10:31.000Z","size":43,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-13T06:35:11.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/simivar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-09T14:38:36.000Z","updated_at":"2018-07-20T04:11:25.000Z","dependencies_parsed_at":"2022-08-29T10:52:42.284Z","dependency_job_id":null,"html_url":"https://github.com/simivar/tibiadata-api","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/simivar/tibiadata-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simivar%2Ftibiadata-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simivar%2Ftibiadata-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simivar%2Ftibiadata-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simivar%2Ftibiadata-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simivar","download_url":"https://codeload.github.com/simivar/tibiadata-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simivar%2Ftibiadata-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30621128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-03-17T09:51:08.785Z","updated_at":"2026-03-17T09:51:09.616Z","avatar_url":"https://github.com/simivar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TibiaData API\nTibiaData API is a open source library that allows you to access [TibiaData API](https://tibiadata.com/) from your PHP application.\n\n## Getting started\nTibiaData API is avialable via [Composer](https://getcomposer.org/). It uses [HTTPlug](http://httplug.io/) abstraction so you are free to choose any HTTP Client you want that depends on [php-http/client-implementation virutal package](https://packagist.org/providers/php-http/client-implementation). \n\n```\ncomposer require simivar/tibiadata-api php-http/message php-http/guzzle6-adapter\n```\n\n## Usage\n\u003e **Note:** This version of TibiaData API requires PHP version of 7.1 or higher.\n\nYou can use every resource available with classes from *Resources* namespace. You can create main `TibiaData` object and use getters or create every object on your own. \n\n```php\nrequire_once('vendor/autoload.php');\n\n$tibiaData = new \\TibiaDataApi\\TibiaData($authentication);\n$upvoteAnnotation = $tibiaData-\u003egetCharactersResoure()-\u003eget( 'Simivar' );\n```\n\n## Versioning\nCreated using [Semver](http://semver.org/). All minor and patch updates are backwards compatibile.\nAlso, it strictly follows TibiaData API versioning. Version 2.0 of library supports `v2` of TibiaData API.\n\n## License\nPlease see the [license file](https://github.com/simivar/tibiadata-api/blob/master/LICENSE) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimivar%2Ftibiadata-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimivar%2Ftibiadata-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimivar%2Ftibiadata-api/lists"}