{"id":22018367,"url":"https://github.com/biohzrdmx/wp-placeholders","last_synced_at":"2026-04-28T21:05:40.392Z","repository":{"id":148606136,"uuid":"224028658","full_name":"biohzrdmx/wp-placeholders","owner":"biohzrdmx","description":"Generate placeholder images on your WP instance","archived":false,"fork":false,"pushed_at":"2023-05-15T02:02:33.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T09:35:23.800Z","etag":null,"topics":["php","placeholder-image","wordpress","wordpress-plugin"],"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/biohzrdmx.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-25T19:47:49.000Z","updated_at":"2023-05-15T02:00:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"760298fc-d9a2-4468-a33e-95cfe3e64ec9","html_url":"https://github.com/biohzrdmx/wp-placeholders","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/biohzrdmx/wp-placeholders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohzrdmx%2Fwp-placeholders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohzrdmx%2Fwp-placeholders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohzrdmx%2Fwp-placeholders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohzrdmx%2Fwp-placeholders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biohzrdmx","download_url":"https://codeload.github.com/biohzrdmx/wp-placeholders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biohzrdmx%2Fwp-placeholders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32399090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","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":["php","placeholder-image","wordpress","wordpress-plugin"],"created_at":"2024-11-30T05:12:00.446Z","updated_at":"2026-04-28T21:05:40.377Z","avatar_url":"https://github.com/biohzrdmx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wp-placeholders\n\nGenerate placeholder images on your WP instance\n\n## Requirements\n\n - WordPress 6.2+\n - PHP 8.2+\n\n## Installation\n\nDownload and unzip into a subfolder of your `wp-content/plugins` folder.\n\nIn your WordPress go to the **Dashboard** and then to **Plugins**, find the **Placeholders** plugin and activate it.\n\n## Usage\n\nCreate an `img` tag and in its `src` attribute call the `url` function from the `Placeholders` class:\n\n```php\n\u003cimg src=\"\u003c?php Placeholders::url(720, 480, true); ?\u003e\" alt=\"\" class=\"img-responsive\"\u003e\n```\n\nThe first parameter is the **width**, the second one is the **height** and the last one controls whether to **echo** the generated URL or not.\n\nAlso, you can use a shortcode:\n\n```\n[placeholder width=\"1024\" height=\"768\"]\n```\n\nAnd you may also specify a custom class:\n\n```\n[placeholder width=\"1024\" height=\"768\" class=\"img-fluid\"]\n```\n\n## Licensing\n\nMIT licensed\n\nIncludes the _Roboto Regular_ font, which is covered by the Apache License 2.0, you can [find more details here](https://github.com/google/roboto/).\n\n## Author\n\nAuthor: biohzrdmx [\u003cgithub.com/biohzrdmx\u003e](https://github.com/biohzrdmx)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiohzrdmx%2Fwp-placeholders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiohzrdmx%2Fwp-placeholders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiohzrdmx%2Fwp-placeholders/lists"}