{"id":19603559,"url":"https://github.com/limit-zero/assetsbundle","last_synced_at":"2026-04-27T18:02:43.399Z","repository":{"id":57015171,"uuid":"84229902","full_name":"limit-zero/AssetsBundle","owner":"limit-zero","description":"Implements image upload support for projects utilizing limit0/asset","archived":false,"fork":false,"pushed_at":"2017-03-07T18:05:19.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-04T01:02:57.480Z","etag":null,"topics":["image-processing","symfony-bundle","upload"],"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/limit-zero.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":"2017-03-07T17:56:59.000Z","updated_at":"2017-03-15T14:36:40.000Z","dependencies_parsed_at":"2022-08-22T09:31:32.987Z","dependency_job_id":null,"html_url":"https://github.com/limit-zero/AssetsBundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/limit-zero/AssetsBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2FAssetsBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2FAssetsBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2FAssetsBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2FAssetsBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limit-zero","download_url":"https://codeload.github.com/limit-zero/AssetsBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limit-zero%2FAssetsBundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263427304,"owners_count":23464842,"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":["image-processing","symfony-bundle","upload"],"created_at":"2024-11-11T09:30:13.926Z","updated_at":"2026-04-27T18:02:38.360Z","avatar_url":"https://github.com/limit-zero.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Limit0AssetsBundle\nImplements image upload support for projects utilizing [limit0/assets](https://github.com/limit-zero/assets)\n\n## Requirements\n- You need an AWS account with access to an S3 bucket, or\n- You need write access via your web server user to a path for local storage.\n\n## Installation\n\nInstall the package via composer:\n```\ncomposer require limit0/assets-bundle\n```\n\nInclude the bundle in your `AppKernel.php`:\n```php\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            new Limit0\\AssetsBundle\\Limit0AssetsBundle(),\n            // ...\n```\n\n## Configuration\n\nConfigure the bundle using your preferred asset storage provider. Full possible configuration is listed below:\n\n```yml\nlimit0_assets:\n    engine: aws_s3                              # Either `aws_s3` or `local_storage`\n    http_prefix: //my-cdn.io/path-to-images/    # A URL prefix for your uploaded images. Can be relative.\n    # The URL provided by the uploader will prefix the filename with this path, so they can be viewed.\n    aws_s3:\n        region: us-east-1                       # Default S3 storage region\n        acl: public-read                        # Default ACL for uploaded files\n        bucket: mybucket                        # Bucket to upload files to\n    local_storage:\n        path: /uploads/myproject                # Path on server to upload files to. Can be relative.\n```\n\nIf using AWS S3, `bucket` is required. If using local storage, `path` is required.\n\n### Routing\nYou will need to import this bundle's routing. To prevent any potential collision issues, be sure to load it any other application routes:\n```yml\n\nlimit0_assets:\n    resource: \"@Limit0AssetsBundle/Resources/config/routing.yml\"\n    prefix:   /\n\napp_bundle:\n    resource: \"@AppBundle/Resources/config/routing.yml\"\n# ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimit-zero%2Fassetsbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimit-zero%2Fassetsbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimit-zero%2Fassetsbundle/lists"}