{"id":25816513,"url":"https://github.com/alexandermatveev/backbone-bundle","last_synced_at":"2026-06-09T06:31:34.271Z","repository":{"id":56944357,"uuid":"60269660","full_name":"AlexanderMatveev/backbone-bundle","owner":"AlexanderMatveev","description":"Backbone.js Bundle for Symfony2","archived":false,"fork":false,"pushed_at":"2016-06-02T15:20:41.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-05T16:41:37.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/AlexanderMatveev.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":"2016-06-02T14:12:34.000Z","updated_at":"2016-06-02T15:14:55.000Z","dependencies_parsed_at":"2022-08-21T07:50:51.510Z","dependency_job_id":null,"html_url":"https://github.com/AlexanderMatveev/backbone-bundle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fbackbone-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fbackbone-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fbackbone-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fbackbone-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderMatveev","download_url":"https://codeload.github.com/AlexanderMatveev/backbone-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241106585,"owners_count":19910859,"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":"2025-02-28T05:34:14.056Z","updated_at":"2026-06-09T06:31:34.233Z","avatar_url":"https://github.com/AlexanderMatveev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Backbone.js Bundle for Symfony2\n=======================\n\n## Current Version\n\nBackbone.js 1.3.3\n\nUnderscore.js 1.8.3\n\n## Installation\n\n### Add bundle to your composer.json file\n\n``` js\n// composer.json\n\n{\n    \"require\": {\n\t\t// ...\n        \"alexandermatveev/backbone-bundle\": \"*\"\n    }\n}\n```\n\n### Add bundle to your application kernel\n\n``` php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new AlexanderMatveev\\BackboneBundle\\AlexanderMatveevBackboneBundle(),\n        // ...\n    );\n}\n```\n\n### Download the bundle using Composer\n\n``` bash\n$ php composer.phar update alexandermatveev/backbone-bundle\n```\n\n### Install assets\n\nGiven your server's public directory is named \"web\", install the public vendor resources\n\n``` bash\n$ bin/console assets:install web\n```\n\nOptionally, use the --symlink attribute to create links rather than copies of the resources \n\n``` bash\n$ bin/console assets:install --symlink web\n```\n\n## Usage\n\nRefer to the desired files in your HTML template, e.g.\n\n``` html\n\u003cscript type=\"text/javascript\" src=\"{{ asset('bundles/alexandermatveevbackbone/js/underscore-min.js') }}\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"{{ asset('bundles/alexandermatveevbackbone/js/backbone-min.js') }}\"\u003e\u003c/script\u003e\n```\n\n## Licenses\n\nRefer to the source code of the included files for license information\n\n## References\n\n1. http://backbonejs.org/\n2. http://symfony.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Fbackbone-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandermatveev%2Fbackbone-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Fbackbone-bundle/lists"}