{"id":16626652,"url":"https://github.com/beberlei/php-rfc-watch","last_synced_at":"2025-06-10T21:05:26.919Z","repository":{"id":27842439,"uuid":"31332587","full_name":"beberlei/php-rfc-watch","owner":"beberlei","description":"Interactive voting results for PHP RFC process.","archived":false,"fork":false,"pushed_at":"2024-11-09T19:11:53.000Z","size":4512,"stargazers_count":128,"open_issues_count":37,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-05T17:08:34.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://php-rfc-watch.beberlei.de","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dalavanmanphonsy/ccrel-guide","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beberlei.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}},"created_at":"2015-02-25T19:48:19.000Z","updated_at":"2024-11-09T19:11:56.000Z","dependencies_parsed_at":"2024-02-11T12:46:32.611Z","dependency_job_id":null,"html_url":"https://github.com/beberlei/php-rfc-watch","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/beberlei%2Fphp-rfc-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beberlei%2Fphp-rfc-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beberlei%2Fphp-rfc-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beberlei%2Fphp-rfc-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beberlei","download_url":"https://codeload.github.com/beberlei/php-rfc-watch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243042503,"owners_count":20226647,"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-10-12T04:11:15.262Z","updated_at":"2025-03-11T13:29:58.799Z","avatar_url":"https://github.com/beberlei.png","language":"HTML","funding_links":[],"categories":["Table of Contents","Resources"],"sub_categories":["PHP Internals Reading","Internals Reading"],"readme":"# PHP RFC Watch\n\nWatches all votes on RFCs and builds a timeline of who voted +1/-1 when.\n\nSee: https://php-rfc-watch.beberlei.de/\n\n## Installation\n\n    git clone git@github.com:beberlei/php-rfc-watch.git\n    cd php-rfc-watch\n    composer install\n    npm install\n\n## Init\n\nTo quickly get going you can use sqlite as the database. For this edit the `.env` file and set:\n\n    DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db\n\nTo initalize the database schemes use:\n\n    $ php bin/console doctrine:schema:create\n\n## Run\n\nOpen two terminals with:\n\n    $ php bin/console server:run\n    $ yarn encore dev --watch\n\nOpen up `http://localhost:8000`.\n\nImport the current state by calling:\n\n    $ php bin/console php-rfc-watch:synchronize\n\n## Run with Caddy\n\nTo run PHP RFC Watch using Caddy HTTP Server see the configuration I use to run it myself:\n\n```\nphp-rfc-watch.beberlei.de {\n    root /var/www/phprfcwatch/web\n    log /var/log/caddy/phprfcwatch.log\n    errors /var/log/caddy/errors-phprfcwatch.log\n\n    gzip \n    tls off\n\n    git {\n        repo github.com/beberlei/php-rfc-watch\n        path ../../phprfcwatch\n        then composer install\n    }\n\n    fastcgi / /var/run/php/php7.0-fpm.sock php {\n        index app.php\n    }\n\n    rewrite  {\n        to {path} {path}/  /app.php\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeberlei%2Fphp-rfc-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeberlei%2Fphp-rfc-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeberlei%2Fphp-rfc-watch/lists"}