{"id":15080807,"url":"https://github.com/eexit/aws-symfony2-bundle","last_synced_at":"2025-10-05T13:30:23.897Z","repository":{"id":20904734,"uuid":"24192419","full_name":"eexit/aws-symfony2-bundle","owner":"eexit","description":"AWS SDK 2 - Symfony 2 Bundle","archived":true,"fork":true,"pushed_at":"2014-09-18T15:41:04.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-30T17:21:27.586Z","etag":null,"topics":["aws","aws-sdk","php","symfony2","symfony2-bundle"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"platinumpixs/aws-symfony2-bundle","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eexit.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":"2014-09-18T14:57:37.000Z","updated_at":"2023-01-28T17:16:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eexit/aws-symfony2-bundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Faws-symfony2-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Faws-symfony2-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Faws-symfony2-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eexit%2Faws-symfony2-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eexit","download_url":"https://codeload.github.com/eexit/aws-symfony2-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235399012,"owners_count":18983814,"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":["aws","aws-sdk","php","symfony2","symfony2-bundle"],"created_at":"2024-09-25T05:31:39.013Z","updated_at":"2025-10-05T13:30:18.614Z","avatar_url":"https://github.com/eexit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"AWS SDK 2 - Symfony 2 Bundle\n===================\n\n[![Build Status](https://travis-ci.org/platinumpixs/aws-symfony2-bundle.svg?branch=master)](https://travis-ci.org/platinumpixs/aws-symfony2-bundle)[![Latest Stable Version](https://poser.pugx.org/platinumpixs/aws-symfony2-bundle/v/stable.svg)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle) [![Total Downloads](https://poser.pugx.org/platinumpixs/aws-symfony2-bundle/downloads.svg)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle) [![Latest Unstable Version](https://poser.pugx.org/platinumpixs/aws-symfony2-bundle/v/unstable.svg)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle) [![License](https://poser.pugx.org/platinumpixs/aws-symfony2-bundle/license.svg)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle)\n\nProvides a simple Symfony 2 Bundle to Wrap the AWS PHP SDK 2 - https://github.com/aws/aws-sdk-php\n\n## Installing via Composer\n\n```json\n{\n    \"require\": {\n        \"platinumpixs/aws-symfony2-bundle\": \"dev-master\"\n    }\n}\n```\n\n## Using and Setting Up\n\n### autoload.php\n```php\n$loader-\u003eregisterNamespaces(\n  'PlatinumPixs'                  =\u003e __DIR__ . '/../vendor/platinumpixs'\n)\n```\n\n### Kernel.php\n```php\npublic function registerBundles() {\n  $bundles = array(\n    new PlatinumPixs\\Aws\\PlatinumPixsAwsBundle()\n  );\n}\n```\n\nThe code calls \\Aws\\Common\\Aws::factory(), which setups the ability to call all the services provided by the library\n\nThere is a base class always setup under:\n\n```php\n$this-\u003eget('platinum_pixs_aws.default');\n```\n\nThis will call the factory method with blank config values\n\nTo provide custom setup for access, secret keys. Add a config options in your config.yml, like:\n\n```yaml\nplatinum_pixs_aws:\n    base:\n        region: us-east-1\n        key: my-access-key\n        secret: my-secret-key\n```\n\nThen to access this setup call:\n\n```php\n$this-\u003eget('platinum_pixs_aws.base');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feexit%2Faws-symfony2-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feexit%2Faws-symfony2-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feexit%2Faws-symfony2-bundle/lists"}