{"id":20601207,"url":"https://github.com/cleverage/lifestreambundle","last_synced_at":"2026-04-25T03:17:15.367Z","repository":{"id":66761322,"uuid":"1522523","full_name":"cleverage/LifestreamBundle","owner":"cleverage","description":"LifestreamBundle is a collection of services for Symfony2 providing easy Lifestream generation, social data fetching, stats, and more. Nothing is working at the moment :/","archived":false,"fork":false,"pushed_at":"2011-04-13T22:34:16.000Z","size":2542,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2025-01-17T01:46:32.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/cleverage.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}},"created_at":"2011-03-24T19:43:18.000Z","updated_at":"2019-08-13T14:43:14.000Z","dependencies_parsed_at":"2023-02-20T10:50:18.854Z","dependency_job_id":null,"html_url":"https://github.com/cleverage/LifestreamBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2FLifestreamBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2FLifestreamBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2FLifestreamBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleverage%2FLifestreamBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleverage","download_url":"https://codeload.github.com/cleverage/LifestreamBundle/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242241246,"owners_count":20095339,"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-11-16T09:09:01.613Z","updated_at":"2026-04-25T03:17:10.326Z","avatar_url":"https://github.com/cleverage.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"LifestreamBundle for Symfony2\n=============\n\nRequirement\n-------\n\nThis Bundle use Buzz to talk with the outside world. You need to install it too.\n\nInstallation\n-------\n\nAdd the bundle to the `vendor/bundles` directory. If using\ngit, you can add it as submodules:\n\n    git submodule add git@github.com:Cleverage/LifestreamBundle.git vendor/bundles/CleverAge/Bundle/LifestreamBundle\n\nAnd if not already done, get Buzz:\n\n    git submodule add git@github.com:kriswallsmith/Buzz.git vendor/buzz\n\nNext, be sure to enable the bundle and Buzz in your application:\n\n    // app/autoload.php\n    $loader-\u003eregisterNamespaces(array(\n        // ...\n        'CleverAge'        =\u003e __DIR__.'/../vendor/bundles',\n        'Buzz'             =\u003e __DIR__.'/../vendor/buzz/lib',\n        // ...\n    ));\n\n    // app/AppKernel.php\n    public function registerBundles()\n    {\n        return array(\n            // ...\n            new CleverAge\\Bundle\\LifestreamBundle\\CleverAgeLifestreamBundle(),\n            // ...\n        );\n    }\n\nLoad the clever_age_lifestream services by simply adding the name of the extension :\n\n    clever_age_lifestream:\n        apis:\n            lastfm:\n                class: CleverAge\\Bundle\\LifestreamBundle\\ApiClient\\Lastfm\n                config:\n                    username: USERNAME\n                    api_key:  b25b959554ed76058ac220b7b2e0a026\n\nThen, import the routing rules if you want to display the provided view :\n\n    lifestream:\n        resource: '@CleverAgeLifestreamBundle/Resources/config/routing.yml'\n        prefix: /lifestream\n\nAt this point you can access to the lifestream with the url: `http://yoursite.local/lifestream`.\n\nWords about the configuration\n-------\n\nIn your config.yml:\n\n    clever_age_lifestream:\n        apis:\n            lastfm:\n                class: CleverAge\\Bundle\\LifestreamBundle\\ApiClient\\Lastfm\n                config:\n                    username: USERNAME\n                    api_key:  YOURKEY\n            twitter:\n                class: CleverAge\\Bundle\\LifestreamBundle\\ApiClient\\Twitter\n                config:\n                  username: USERNAME\n\nYou can add as many \"apis\" node as you like. The \"config\" node contain parameters send to the constructor of the Api class.\nAll your Api class must extend CleverAge\\Bundle\\LifestreamBundle\\ApiClient\\BaseApi.\nEach api will be available as a Symfony service, following a ''lifestream.APINAME'' pattern.\nThe ''lifestream'' service is also available and allow you to perform actions on all the API's.\n\nTodo\n-------\n\n- Work on the Flickr API\n- Find a way to deal with Proxy (perhaps submit improvement to the Buzz lib)\n- Provide methods for statistic display\n- Provide default view for all the default services\n- MOAR DEFAULT SERVICE!!11\n- Find a way to get the EntityManager inside an Entity (for the isNew() method call)\n- Twig helper to get the picto of each API's inside the view","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleverage%2Flifestreambundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleverage%2Flifestreambundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleverage%2Flifestreambundle/lists"}