Skip to content

pingers/drupalreleasedate

 
 

Repository files navigation

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/

Build Status Coverage Status

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

  1. Install dependencies with Composer by running composer install in the root directory of the project
  2. Copy config/default.config.php to config/config.php, and adjust as needed
  3. Run bin/console install to set up the database
  4. Configure Apache to serve web as the document root

Running Tests

PHPUnit tests can be run with vendor/bin/phpunit

About

System for estimating the release date of the next major version of Drupal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.2%
  • HTML 24.6%
  • Other 1.2%