drupalreleasedate
drupalreleasedate copied to clipboard
System for tracking the Drupal core issue queue
Drupal Release Date
System for tracking issue counts against the next version of Drupal core, and estimating a release date based on collected samples.
Access the site at http://drupalreleasedate.com/
Data API
Public JSON feeds are provided for access to all of the site's data.
For more information on available endpoints and the response format, view the API documentation.
Installation and Setup
- Install dependencies with Composer by running
composer installin the root directory of the project - Copy
config/default.config.phptoconfig/config.php, and adjust as needed - Run
bin/console installto set up the database - Configure Apache to serve
webas the document root
Running Tests
PHPUnit tests can be run with vendor/bin/phpunit