{"id":20772972,"url":"https://github.com/jarenal/horseracing","last_synced_at":"2026-06-04T17:31:08.117Z","repository":{"id":137566055,"uuid":"174113843","full_name":"jarenal/horseracing","owner":"jarenal","description":"Horse Racing is a game for testing purposes using websockets and PHP.","archived":false,"fork":false,"pushed_at":"2019-03-06T10:22:39.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T07:30:43.299Z","etag":null,"topics":["php","websocket"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarenal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-06T09:27:45.000Z","updated_at":"2019-03-06T10:22:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9698f678-eb3a-4a9c-954e-f976d2a5fad5","html_url":"https://github.com/jarenal/horseracing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarenal%2Fhorseracing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarenal%2Fhorseracing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarenal%2Fhorseracing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarenal%2Fhorseracing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarenal","download_url":"https://codeload.github.com/jarenal/horseracing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243112187,"owners_count":20238180,"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":["php","websocket"],"created_at":"2024-11-17T12:23:45.985Z","updated_at":"2025-12-07T17:06:12.867Z","avatar_url":"https://github.com/jarenal.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Horse Racing!\n\nHorse Racing is a game for testing purposes using websockets and PHP.\n\n## Setup\n\nClone or download the project in a folder and then install dependencies using composer:\n\n```bash\n    $ cd PROJECT_FOLDER\n    $ composer install\n```\n\n## Database\n\nImport the database schema located at:\n\n```textmate\nmisc/schema/schema.sql\n```\n\ninto your database.\n\n## Config file\n\nBefore to run the project you need to create the config file and update it with your settings.\n\nPlease copy the default config file:\n\n```textmate\ncp config/config.default.yaml config/config.yaml\n```\n\nand then update the new one with your database settings.\n\n\n## Start Websocket daemon\n\nThis project requires run a websocket daemon. Execute the next command from the root of the project.\n\n```bash\n    $ php bin/daemon.php\n```\n\n## Setup Aapache\n\nFor to load the homepage we will need create a new VirtualHost on Apache.\n\n```textmate\n\u003cVirtualHost *:80\u003e\n    ServerName horseracing.local\n\n    DocumentRoot /var/www/horseracing/www\n    \u003cDirectory /var/www/horseracing/www\u003e\n        AllowOverride All\n        Order Allow,Deny\n        Allow from All\n    \u003c/Directory\u003e\n\n    ErrorLog /var/log/apache2/horseracing_error.log\n    CustomLog /var/log/apache2/horseracing_access.log combined\n\u003c/VirtualHost\u003e\n\n```\n\nDon't forget reload Apache configuration and modify /etc/hosts file.\n\n## Let's play!\n\nFinally visit horseracing.local from your browser for to load the homepage.\n\n## Authors\n\n* **Jose Antonio** - *Initial work*\n\n## Donations\n\nIf you found this useful. Please, consider support with a small donation:\n\n* **BTC** - 1PPn4qvCQ1gRGFsFnpkufQAZHhJRoGo2g5\n* **BCH** - qr66rzdwlcpefqemkywmfze9pf80kwue0v2gsfxr9m\n* **ETH** - 0x5022cf2945604CDE2887068EE46608ed6B57cED8\n\n## License\n\nThis project is licensed under the ISC License - see the [LICENSE](LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarenal%2Fhorseracing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarenal%2Fhorseracing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarenal%2Fhorseracing/lists"}