{"id":21501205,"url":"https://github.com/daviddlv/clarifai-bundle","last_synced_at":"2026-05-21T07:41:23.446Z","repository":{"id":56963359,"uuid":"72481325","full_name":"daviddlv/clarifai-bundle","owner":"daviddlv","description":"Symfony bundle providing integration of Clarifai's API","archived":false,"fork":false,"pushed_at":"2017-04-19T11:22:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T23:26:35.762Z","etag":null,"topics":["bundle","clarifai","image","php","recognition","symfony"],"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/daviddlv.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":"2016-10-31T21:56:40.000Z","updated_at":"2017-02-01T21:43:51.000Z","dependencies_parsed_at":"2022-08-21T09:50:38.105Z","dependency_job_id":null,"html_url":"https://github.com/daviddlv/clarifai-bundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddlv%2Fclarifai-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddlv%2Fclarifai-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddlv%2Fclarifai-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daviddlv%2Fclarifai-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daviddlv","download_url":"https://codeload.github.com/daviddlv/clarifai-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244039976,"owners_count":20387992,"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":["bundle","clarifai","image","php","recognition","symfony"],"created_at":"2024-11-23T17:49:58.941Z","updated_at":"2026-05-21T07:41:23.394Z","avatar_url":"https://github.com/daviddlv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ClarifaiBundle\n==============\n\nThis bundle provides integration with [Clarifai](https://www.clarifai.com) with Symfony2.\n\nInstallation\n------------\n\nStep 1: Download the Bundle\n---------------------------\n\nOpen a command console, enter your project directory and execute the\nfollowing command to download the latest stable version of this bundle:\n\n    $ composer require daviddlv/clarifai-bundle\n\nStep 2: Enable the Bundle\n-------------------------\n\nThen, enable the bundle by adding it to the list of registered bundles\nin the ``app/AppKernel.php`` file of your project:\n\n``` php\n    \u003c?php\n    // app/AppKernel.php\n\n    // ...\n    class AppKernel extends Kernel\n    {\n        public function registerBundles()\n        {\n            $bundles = array(\n                // ...\n                new ClarifaiBundle\\ClarifaiBundle(),\n            );\n\n            // ...\n        }\n\n        // ...\n    }\n```\n### Configuration\n\n``` yaml\n# app/config/config.yml\n\nclarifai:\n    auth:\n        client_id: %client_id%\n        client_secret: %client_secret%\n```\n## Basic Usage\n\n``` php\n    $client = $this-\u003econrainer-\u003eget('clarifai.api.client');\n    \n    TODO\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaviddlv%2Fclarifai-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaviddlv%2Fclarifai-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaviddlv%2Fclarifai-bundle/lists"}