{"id":18552075,"url":"https://github.com/baraja-core/gravatar","last_synced_at":"2026-05-17T19:36:55.861Z","repository":{"id":47980306,"uuid":"393091262","full_name":"baraja-core/gravatar","owner":"baraja-core","description":"Simple PHP API provider for getting user Gravatar and user description.","archived":false,"fork":false,"pushed_at":"2022-09-08T13:37:09.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T09:46:21.679Z","etag":null,"topics":["api","avatar","gravatar","provider","wordpress"],"latest_commit_sha":null,"homepage":"https://php.baraja.cz","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/baraja-core.png","metadata":{"files":{"readme":"README.md","changelog":null,"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},"funding":{"github":"janbarasek","custom":["https://baraja.cz","https://php.baraja.cz","https://vue.baraja.cz"]}},"created_at":"2021-08-05T15:25:08.000Z","updated_at":"2022-03-12T10:22:52.000Z","dependencies_parsed_at":"2022-08-12T15:50:32.775Z","dependency_job_id":null,"html_url":"https://github.com/baraja-core/gravatar","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"baraja-core/template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fgravatar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fgravatar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fgravatar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fgravatar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baraja-core","download_url":"https://codeload.github.com/baraja-core/gravatar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328389,"owners_count":22052633,"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","avatar","gravatar","provider","wordpress"],"created_at":"2024-11-06T21:12:32.841Z","updated_at":"2025-10-20T01:22:15.566Z","avatar_url":"https://github.com/baraja-core.png","language":"PHP","funding_links":["https://github.com/sponsors/janbarasek","https://baraja.cz","https://php.baraja.cz","https://vue.baraja.cz"],"categories":[],"sub_categories":[],"readme":"Gravatar API\n============\n\nThe goal of this package is to provide a simple object-oriented interface for working with Gravatar.\n\nSimply call the method with the user's email and get back an object that describes all the data we can get about the user.\n\nIt is relatively easy to use:\n\n```php\n$gravatar = new Gravatar;\n\n// Get icon URL - default icon size\n$gravatar-\u003egetIcon('jan@barasek.com');\n\n// small icon size\n$gravatar-\u003egetIcon('jan@barasek.com', 32);\n\n// big icon size\n$gravatar-\u003egetIcon('jan@barasek.com', 255);\n\n// Get user full info as GravatarResponse\n$gravatar-\u003egetUserInfo('jan@barasek.com');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaraja-core%2Fgravatar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaraja-core%2Fgravatar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaraja-core%2Fgravatar/lists"}