{"id":28413327,"url":"https://github.com/vikbert/starwarsevents","last_synced_at":"2025-08-12T12:34:26.127Z","repository":{"id":146599826,"uuid":"42865642","full_name":"vikbert/starwarsevents","owner":"vikbert","description":"symfony2 demo project (knp)","archived":false,"fork":false,"pushed_at":"2015-11-16T21:23:17.000Z","size":129,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-24T20:49:08.978Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vikbert.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":"2015-09-21T12:45:23.000Z","updated_at":"2018-02-07T11:04:47.000Z","dependencies_parsed_at":"2023-04-07T18:08:42.128Z","dependency_job_id":null,"html_url":"https://github.com/vikbert/starwarsevents","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikbert/starwarsevents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstarwarsevents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstarwarsevents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstarwarsevents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstarwarsevents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikbert","download_url":"https://codeload.github.com/vikbert/starwarsevents/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstarwarsevents/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270061543,"owners_count":24520318,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":[],"created_at":"2025-06-03T04:33:55.297Z","updated_at":"2025-08-12T12:34:26.095Z","avatar_url":"https://github.com/vikbert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Startwars Events with sf2\n================================\n\nThis is a demo project for getting start with symfony 2.\n\n## Setup on Mac OS X\nNO apache2 required, we will used the internal PHP native web server provided by sf2.\nTo start the project, we need:\n\n- install vendors via composer\n- install MySQL on Mac\n- config database for current project\n- start web server and test\n\n### instal vendors\n```\ncomposer install\n```\n\n### install mysql server on mac OS X\n```\nbrew install mysql\n```\nUpdated the password of `root` user, if you are not able to login with `root`\n```\n$(brew --prefix mysql)/bin/mysqladmin -u root password my_new_password\n```\n\n### config database for current project\n```\ncd app/config/\ncp parameters.yml.dist parameters.yml\n```\n\nEnter the correct database config data in `parameters.yml`\n\n## Setup database\n### Create database `symfony`\n```\nphp app/console doctrine:database:create\n```\n\n### create all tables according to created entity classes\n```\nphp app/console doctrine:schema:create\n```\n\n## Load the test Data: `users` and` `events`\n```\nphp app/console doctrine:fixtures:load\n```\n\u003e login data: vikbert@pass\n\n## start web server\n```\nphp app/console server:run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikbert%2Fstarwarsevents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikbert%2Fstarwarsevents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikbert%2Fstarwarsevents/lists"}