{"id":19060362,"url":"https://github.com/yurijbogdanov/silex-angular","last_synced_at":"2026-05-09T06:06:53.365Z","repository":{"id":97940237,"uuid":"89846692","full_name":"yurijbogdanov/silex-angular","owner":"yurijbogdanov","description":"Silex 2.x + AngularJS 1.x + VueJS 2.x","archived":false,"fork":false,"pushed_at":"2017-05-04T10:56:42.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T14:26:47.308Z","etag":null,"topics":["angular","angularjs","php","silex","vue","vuejs"],"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/yurijbogdanov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-30T11:28:07.000Z","updated_at":"2017-05-04T13:30:45.000Z","dependencies_parsed_at":"2023-07-03T13:00:30.721Z","dependency_job_id":null,"html_url":"https://github.com/yurijbogdanov/silex-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yurijbogdanov/silex-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurijbogdanov%2Fsilex-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurijbogdanov%2Fsilex-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurijbogdanov%2Fsilex-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurijbogdanov%2Fsilex-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurijbogdanov","download_url":"https://codeload.github.com/yurijbogdanov/silex-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurijbogdanov%2Fsilex-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","angularjs","php","silex","vue","vuejs"],"created_at":"2024-11-09T00:15:04.132Z","updated_at":"2026-05-09T06:06:53.349Z","avatar_url":"https://github.com/yurijbogdanov.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Silex 2.x + AngularJS 1.x + VueJS 2.x\n\n## Install\n\n1. Setup `docker` and `docker-compose`\n1. Run composer via command (in application directory): \n```bash\nsudo docker run --rm -it --dns=8.8.8.8 \\\n    -v $(pwd)/:/app \\\n    -v /etc/passwd:/etc/passwd:ro \\\n    -v /etc/group:/etc/group:ro \\\n    -v /tmp/composer:/composer \\\n    --user $(id -u):$(id -g) \\\n    composer install --no-dev --ignore-platform-reqs --no-scripts\n```\n1. Run `docker-compose -d up`\n1. Visit http://silex-angular.lan\n\n## NodeJS / NPM run\n\nGlobal setup of the Vue CLI:\n\n```bash\nsudo docker run --rm -it --dns=8.8.8.8 \\\n     -v $(pwd)/:/app \\\n     -v $(pwd)/docker/node/node_modules:/usr/local/lib/node_modules \\\n     node:7-alpine \\\n     npm i -g vue-cli\n```\n\nInitialize Vue project (should be run only once)\n\n```bash\nsudo docker run --rm -it --dns=8.8.8.8 \\\n     -v $(pwd)/:/app \\\n     -v $(pwd)/docker/node/node_modules:/usr/local/lib/node_modules \\\n     node:7-alpine \\\n     sh -c 'cd /app \u0026\u0026 /usr/local/lib/node_modules/vue-cli/bin/vue init webpack-simple ./'\n```\n\nNPM install dependencies:\n\n```bash\nsudo docker run --rm -it --dns=8.8.8.8 \\\n    -v $(pwd)/:/app \\\n    -v $(pwd)/docker/node/node_modules:/usr/local/lib/node_modules \\\n    -v /etc/passwd:/etc/passwd:ro \\\n    -v /etc/group:/etc/group:ro \\\n    --user $(id -u):$(id -g) \\\n    node:7-alpine /bin/bash -c 'cd /app \u0026\u0026 npm install'\n```\n\nOR Yarn install dependencies\n\n```bash\nsudo docker run --rm -it --dns=8.8.8.8 \\\n     -v $(pwd)/:/app \\\n     -v $(pwd)/docker/node/node_modules:/usr/local/lib/node_modules \\\n     node:7-alpine \\\n     sh -c 'cd /app \u0026\u0026 yarn install --no-bin-links'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurijbogdanov%2Fsilex-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurijbogdanov%2Fsilex-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurijbogdanov%2Fsilex-angular/lists"}