This module allows users to find their waste collection schedules by entering their postcode and selecting their address. It can display schedules, allow downloads in iCal format, and includes plugins for integrating with different data providers like CSV files or Whitespace.
This module provides an interface for the viewing of waste collection schedules. It consists of a postcode-based property search form, an address selector, and a schedule viewer.
Features
- Postcode-based property search
- UPRN-based canonical URLs for easy linking to schedules
- Download of calendar in ICS (iCal) format
- Optional download of PDF collection calendar (uploaded, not generated)
- Print-styled calendar
- Plugin support for additional data providers
- Optional public holiday support
Data provider plugins are included in sub-modules for:
- CSV: Import property and collection data from CSV files.
- Whitespace: Integrate with the Whitespace Waste Management platform via their API.
A very simple example plugin is also provided.
A Webaspx (Routeware) plugin is in development.
Installing
Installation
You can install this module with the following composer command:
composer require drupal/localgov_waste_collectionNo data providers are installed by default. Install the included CSV provider sub-module (README) via the Drupal UI or drush:
drush en localgov_waste_collection_csv_providerOr the Whitespace sub-module (README) provider:
drush en localgov_waste_collection_whitespace_providerOr the example provider sub-module (README):
drush en localgov_waste_collection_example_providerNote that a data provider must be installed and configured for the module to operate.
Further details of these modules are in their respective module README.md files and the Data providers documentation.
Configuration
Install and configure a data provider plugin first.
The base module settings can be found in the Drupal admin UI under:
Configuration > Web services > Waste collection > Settings Path: /admin/config/services/waste-collection/settings
Use this form to set the data provider and the base path for the module, and optionally public holiday support.
By default the base path is:
/waste-collection-scheduleIf you prefer to set configuration via settings.php, add these lines to the settings file for your environment, replacing the values as required:
$config['localgov_waste_collection.settings']['active_data_provider'] = 'example_data_provider'; $config['localgov_waste_collection.settings']['waste_collection_path'] = '/my-custom-path';
Paths
If the UPRN is known for a property, the schedule can be accessed directly at:
{base_path}/view/{uprn}A postcode search returning matching properties can be accessed directly at:
{base_path}/find?postcode={postcode}Public holidays
If public holidays are enabled, the list of public holidays from https://www.gov.uk/bank-holidays.json will be used to detect any routine collection dates that fall on a holiday.
Use the Ignored holidays field to exclude any of the gov.uk supplied holidays.
Funding
The work to build this module and the Whitespace integration were funded by Dumfries and Galloway Council
The CSV and Webaspx integrations were funded by Westmorland and Furness Council
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-alpha12 | Pre-release | 10–11 | Jun 4, 2026 | ||
| 1.0.0-alpha11 | Pre-release | 10–11 | May 18, 2026 | ||
| 1.x-dev | Dev | 10–11 | May 18, 2026 | ||
| 1.0.0-alpha10 | Pre-release | 10–11 | Add calendar subscription via webcal | Apr 16, 2026 | |
| 1.0.0-alpha9 | Pre-release | 10–11 | Bugfixes and minor improvements | Apr 15, 2026 | |
| 1.0.0-alpha8 | Pre-release | 10–11 | Extends customisation options for .ics files and enables collection time to be set by data provider plugins | Sep 16, 2025 | |
| 1.0.0-alpha7 | Pre-release | 10–11 | Adds editable bin collection time and .ics event titles | Sep 15, 2025 | |
| 1.0.0-alpha6 | Pre-release | 10–11 | Bugfixes and minor improvements | Aug 12, 2025 | |
| 1.0.0-alpha5 | Pre-release | 10–11 | Bugfixes and minor improvements | Jul 15, 2025 | |
| 1.0.0-alpha4 | Pre-release | 10–11 | Bugfixes and minor improvements | Jun 30, 2025 | |
| 1.0.0-alpha3 | Pre-release | 10–11 | Bugfixes and minor improvements | Jun 19, 2025 | |
| 1.0.0-alpha2 | Pre-release | 10–11 | Bugfixes and minor improvements | May 22, 2025 | |
| 1.0.0-alpha1 | Pre-release | 9–10 | Initial alpha release of the LocalGov waste collection module. | May 6, 2025 |