{"id":22121114,"url":"https://github.com/samcrosoft/uifaces","last_synced_at":"2025-07-26T05:06:39.914Z","repository":{"id":24815721,"uuid":"28230047","full_name":"samcrosoft/UIFaces","owner":"samcrosoft","description":"This library exposes the api for UIFaces in php","archived":false,"fork":false,"pushed_at":"2015-11-28T15:24:32.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T12:30:16.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/samcrosoft.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":"2014-12-19T13:16:05.000Z","updated_at":"2017-07-30T15:50:45.000Z","dependencies_parsed_at":"2022-08-23T06:51:02.212Z","dependency_job_id":null,"html_url":"https://github.com/samcrosoft/UIFaces","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2FUIFaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2FUIFaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2FUIFaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samcrosoft%2FUIFaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samcrosoft","download_url":"https://codeload.github.com/samcrosoft/UIFaces/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245224199,"owners_count":20580363,"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":[],"created_at":"2024-12-01T14:33:54.900Z","updated_at":"2025-03-24T06:44:49.680Z","avatar_url":"https://github.com/samcrosoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"UIFaces\n=======\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/samcrosoft/uifaces.svg?style=flat-square)](https://packagist.org/packages/samcrosoft/uifaces)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://travis-ci.org/samcrosoft/UIFaces.svg?branch=master)](https://travis-ci.org/samcrosoft/UIFaces)\n[![Total Downloads](https://img.shields.io/packagist/dt/samcrosoft/uifaces.svg?style=flat-square)](https://packagist.org/packages/samcrosoft/uifaces)\n\nUIFaces is a well written, lightweight PHP library that helps communicate with the UIFaces API\n\nCreate a UIFaces Generator\n\n```php\n\u003c?php\n$oGenerator = new Samcrosoft\\UIFaces\\Generators();\n\n```\n\nTo Get UIFaces of a specific user\n\n```php\n\u003c?php\n\n$oUserSpecific = $oGenerator-\u003egetUser('calebogden');\n\n// To get the Username\necho $oUserSpecific-\u003egetUsername();\n\n// To get the Normal Image\necho $oUserSpecific-\u003egetNormalImage();\n```\n\nTo get UIFaces of a random user\n```php\n\u003c?php\n\n$oUser = $oGenerator-\u003egetRandomUser();\n\n// To get the Username\necho $oUser-\u003egetUsername();\n\n// To get the Normal Image\necho $oUser-\u003egetNormalImage();\n```\n\n\nTo get UIFaces for multiple random users\n```php\n\u003c?php\n\n$oUser = $oGenerator-\u003egetRandomUser();\n\n// To get the Username\necho $oUser-\u003egetUsername();\n\n// To get the Normal Image\necho $oUser-\u003egetNormalImage();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcrosoft%2Fuifaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamcrosoft%2Fuifaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamcrosoft%2Fuifaces/lists"}