Download the PHP package friendsofsilverstripe/silverstripe-maintenance without Composer
On this page you can find all versions of the php package friendsofsilverstripe/silverstripe-maintenance. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download friendsofsilverstripe/silverstripe-maintenance
More information about friendsofsilverstripe/silverstripe-maintenance
Files in friendsofsilverstripe/silverstripe-maintenance
Package silverstripe-maintenance
Short Description Toolset to help with the day by day maintenance work.
License BSD-3-Clause
Homepage https://github.com/bringyourownideas/silverstripe-maintenance
Informations about the package silverstripe-maintenance
Silverstripe Maintenance
Overview
The Silverstripe Maintenance module reduces your maintenance related work.
Requirements
- Requires the
composer.json
andcomposer.lock
files to be available and readable in the environment you plan to use this module. All information is based on these files. - The queuedjobs module updates metadata on your installed modules in the background. You need to configure it to run those jobs.
- For the optional update checkers, the webserver environment needs to be able to contact external information sources through network requests
- SilverStripe:
- Maintenance ^2.2: Silverstripe ^4.4
- Maintenance ~2.1.0: Silverstripe 4.0-4.3
- Maintenance: ^1.0: Silverstripe 3.x
Suggested Modules
By default, the module will read your installed modules,
and present them as a report in the CMS under admin/reports
.
In order to get information about potential updates to these modules, we recommend the installation of the following additional module:
- bringyourownideas/silverstripe-composer-update-checker checks for available updates of dependencies
The previously recommended silverstripe-composer-security-checker module can't work anymore and isn't recommended to be used anymore.
Installation
Option 1 (recommended): Install the maintenance package and suggested dependency
Option 2 (minimal): Install only the maintenance package without any update checks
Build schema and queue an initial job to populate the database:
If you haven't already, you need to configure the job queue to update module metadata in the background. By default, this happens every day, but can be configured to run at different intervals through YAML config:
Manually running tasks
By default, tasks are run through a job queue. You can also choose to manually refresh via the command line.
Run the update task (includes the update-checker)
How your composer.json influences the report
The report available through the CMS shows "Available" and "Latest" versions (see user guide).
The version recommendations in those columns depend on your
composer.json
configuration. When setting tight constraints (e.g. silverstripe/framework:4.3.2@stable
),
newer releases don't show up as expected. We recommend to have looser constraints by default
(e.g. silverstripe/framework:^4.3
). When the "Latest" version shows dev-master
,
it likely means that you have "minimum-stability": "dev"
in your composer.json
.
Documentation
Please see the user guide section.
Contributing
Contributions are welcome! Create an issue, explaining a bug or propose development ideas. Find more information on contributing in the Silverstripe developer documentation.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.
All versions of silverstripe-maintenance with dependencies
silverstripe/framework Version ^5.4
silverstripe/reports Version ^5
silverstripe/supported-modules Version ^1
symbiote/silverstripe-queuedjobs Version ^5
guzzlehttp/guzzle Version ^7.5