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 install
Run the test suite:
php bin/phpunit
The application can be built and run using Docker Compose for production verification:
docker compose build
docker compose run --rm app php bin/console rfc:fetch
docker compose run --rm app php bin/console rfc:generate-feed --output=feed.xml --limit=10