{"id":23530344,"url":"https://github.com/wpessential/wpessential-images","last_synced_at":"2026-03-16T12:38:02.285Z","repository":{"id":252092849,"uuid":"839394488","full_name":"wpessential/wpessential-images","owner":"wpessential","description":"WPEssential Images helping for the images registry in WordPress.","archived":false,"fork":false,"pushed_at":"2024-09-10T22:58:30.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-11T20:26:32.750Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpessential.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":"2024-08-07T14:17:11.000Z","updated_at":"2024-09-10T22:56:24.000Z","dependencies_parsed_at":"2024-08-07T17:49:27.436Z","dependency_job_id":null,"html_url":"https://github.com/wpessential/wpessential-images","commit_stats":null,"previous_names":["wpessential/wpessential-images"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpessential","download_url":"https://codeload.github.com/wpessential/wpessential-images/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231283358,"owners_count":18352597,"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-25T21:16:40.433Z","updated_at":"2025-12-26T12:36:13.365Z","avatar_url":"https://github.com/wpessential.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPEssential Images\nHelp to register the images in WordPress.\n\n`composer require wpessential/wpessential-images`\n\nAdd the single image to WordPress registry\n\n```php\n$prefix ='wpe';\n$images = \\WPEssential\\Library\\Images::make( $prefix );\n$images-\u003eadd([\n\t'size'  =\u003e [ 'w' =\u003e 1980, 'h' =\u003e 9999 ],\n\t'croup' =\u003e true\n]);\n$images-\u003einit();\n```\n\nAdd the multiple images to WordPress registry\n\n```php\n$prefix ='wpe';\n$images = \\WPEssential\\Library\\Images::make( $prefix );\n$images-\u003eadd([\n\t[\n\t\t'size'  =\u003e [ 'w' =\u003e 1920, 'h' =\u003e 1080 ],\n\t\t'croup' =\u003e true\n\t],\n\t[\n\t\t'size'  =\u003e [ 'w' =\u003e 1980, 'h' =\u003e 9999 ],\n\t\t'croup' =\u003e true\n\t]\n]);\n$images-\u003einit();\n```\n\nRemove the single image from WordPress registry\n\n```php\n$prefix ='wpe';\n$images = \\WPEssential\\Library\\Images::make( $prefix );\n$images-\u003eremove('1920x1080');\n$images-\u003einit();\n```\n\nRemove the multiple image from WordPress registry\n\n```php\n$prefix ='wpe';\n$images = \\WPEssential\\Library\\Images::make( $prefix );\n$images-\u003eremove(['1920x1080']);\n$images-\u003einit();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpessential%2Fwpessential-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpessential%2Fwpessential-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpessential%2Fwpessential-images/lists"}