{"id":17122985,"url":"https://github.com/flug/image-processor","last_synced_at":"2026-04-18T12:03:39.564Z","repository":{"id":149040809,"uuid":"103112117","full_name":"flug/image-processor","owner":"flug","description":"Image Processor with Amazon S3","archived":false,"fork":false,"pushed_at":"2017-09-25T09:36:30.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-27T02:48:14.684Z","etag":null,"topics":["aws","composer-project","image-processing","php","s3-bucket"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flug.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-11T08:48:30.000Z","updated_at":"2017-09-14T09:00:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8644fae3-63ff-49eb-9ccd-70b75f3f5638","html_url":"https://github.com/flug/image-processor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flug/image-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flug%2Fimage-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flug%2Fimage-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flug%2Fimage-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flug%2Fimage-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flug","download_url":"https://codeload.github.com/flug/image-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flug%2Fimage-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aws","composer-project","image-processing","php","s3-bucket"],"created_at":"2024-10-14T18:24:28.358Z","updated_at":"2026-04-18T12:03:39.537Z","avatar_url":"https://github.com/flug.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Image Processor \n\n\n```bash\n\n    composer install \n\n```\n\ninstall inotify-tools \n\n```bash\n\n    apt install inotify-tools #debian or #ubuntu etc... \n\n```\n\ndefine driver image process ```parameters.yml```: \n    \n```yaml\n\n        image_driver: imagick  #or gd\n      \n```\n\ndefine S3 credentials: \n\n```yaml\n\n        s3_key: mys3key \n        s3_secret: mys3 secret key\n        region: region of bucket \n        version: #version or latest\n        bucket_name: bucket name\n\n```\n\ndefine many profiles in ```config.yml``` example: \n\n```yaml\n\n\n            property:\n                - {width: 1600, height: null, quality: 100 }\n                - {width: 1280, height: null, quality: 100 }\n                - {width: 900, height: null, quality: 100 }\n                - {width: 600, height: null, quality: 100 }\n                - {width: 420, height: null, quality: 100 }\n                - {width: 300, height: null, quality: 100 }\n\n\n```\n\n## Commands list:  \n\n### process your image \n\n```bash\n\n    bin/console image:process --path=/Images/myimage.png --profile=property --outputDirectory=/tmp/images -vvv\n\n```\n\n### listener directory for sync with s3 \n\n```bash\n\n    bin/console -vvv s3:transport -d /tmp/images\n\n```\n\n### push all images on s3\n\n```bash\n\n    bin/console  sync:directory -d /tmp/images\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflug%2Fimage-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflug%2Fimage-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflug%2Fimage-processor/lists"}