Unofficial Atom feed for tracking PHP RFC (Request for Comments) updates.
https://php-rfc-feed.muno92.dev/feed.xml
This application monitors the https://wiki.php.net/rfc and generates an Atom feed to track status changes of PHP RFCs.
- PHP 8.4
- Composer
- Docker
- Docker Compose
git clone https://github.com/muno92/php-rfc-feed.git
cd php-rfc-feed
composer installRun the test suite:
php bin/phpunitThe application can be built and run using Docker Compose for production verification:
docker compose builddocker compose run --rm app php bin/console rfc:fetchdocker compose run --rm app php bin/console rfc:generate-feed --output=feed.xml --limit=10