{"id":18737896,"url":"https://github.com/technodelight/php-cli-iterm-image-renderer","last_synced_at":"2025-11-17T20:30:17.472Z","repository":{"id":57066158,"uuid":"195046233","full_name":"technodelight/php-cli-iterm-image-renderer","owner":"technodelight","description":"Render images with PHP in your iterm2 console","archived":false,"fork":false,"pushed_at":"2019-07-03T12:27:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T17:27:54.893Z","etag":null,"topics":["cli","iterm2","osx","osx-terminal","php"],"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/technodelight.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":"2019-07-03T12:09:22.000Z","updated_at":"2019-07-03T12:27:32.000Z","dependencies_parsed_at":"2022-08-24T14:23:46.507Z","dependency_job_id":null,"html_url":"https://github.com/technodelight/php-cli-iterm-image-renderer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-cli-iterm-image-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-cli-iterm-image-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-cli-iterm-image-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-cli-iterm-image-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technodelight","download_url":"https://codeload.github.com/technodelight/php-cli-iterm-image-renderer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239611969,"owners_count":19668276,"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":["cli","iterm2","osx","osx-terminal","php"],"created_at":"2024-11-07T15:27:21.484Z","updated_at":"2025-11-17T20:30:17.344Z","avatar_url":"https://github.com/technodelight.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-cli-iterm-image-renderer\nRender images with PHP in your iterm2 console\n\n## usage\n\n```\n#!/usr/bin/env php\n\u003c?php\n\nuse Technodelight\\ITermImage\\Image;\n$image = Image::fromUri('https://picsum.photos/200', 200);\nif (!empty($image)) {\n    echo $image;\n}\n```\nRunning the above script will render a random picsum image in your terminal, 200 px wide.\n\n## requirements\n\nThis library was built to work with the famous iTerm2 OS X application.\nIt has a basic fallback version to render the URI instead of the image, if the current\niTerm does not support displaying images (or you're not using iTerm2 at all).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fphp-cli-iterm-image-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnodelight%2Fphp-cli-iterm-image-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fphp-cli-iterm-image-renderer/lists"}