{"id":23709481,"url":"https://github.com/alexandermatveev/moment-bundle","last_synced_at":"2025-07-03T20:34:15.957Z","repository":{"id":56944460,"uuid":"69013914","full_name":"AlexanderMatveev/moment-bundle","owner":"AlexanderMatveev","description":null,"archived":false,"fork":false,"pushed_at":"2016-09-23T10:14:21.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T05:12:46.523Z","etag":null,"topics":[],"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/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-09-23T10:13:37.000Z","updated_at":"2016-09-23T10:14:09.000Z","dependencies_parsed_at":"2022-08-21T02:40:20.290Z","dependency_job_id":null,"html_url":"https://github.com/AlexanderMatveev/moment-bundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AlexanderMatveev/moment-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fmoment-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fmoment-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fmoment-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fmoment-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderMatveev","download_url":"https://codeload.github.com/AlexanderMatveev/moment-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderMatveev%2Fmoment-bundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263400719,"owners_count":23460967,"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-12-30T18:30:59.655Z","updated_at":"2025-07-03T20:34:15.909Z","avatar_url":"https://github.com/AlexanderMatveev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Moment Bundle for Symfony2\n=======================\n\n## Current Version\n\nMoment.js 2.15.1\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/moment-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\\MomentBundle\\AlexanderMatveevMomentBundle(),\n        // ...\n    );\n}\n```\n\n### Download the bundle using Composer\n\n``` bash\n$ php composer.phar update alexandermatveev/moment-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/alexandermatveevmoment/moment.min.js') }}\"\u003e\u003c/script\u003e\n```\n\nOr with locales:\n\n``` html\n\u003cscript type=\"text/javascript\" src=\"{{ asset('bundles/alexandermatveevmoment/moment-with-locales.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://momentjs.com/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Fmoment-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandermatveev%2Fmoment-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandermatveev%2Fmoment-bundle/lists"}