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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package silverstripe-maintenance

Silverstripe Maintenance

CI Silverstripe supported module

Overview

The Silverstripe Maintenance module reduces your maintenance related work.

Requirements

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:

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

PHP Build Version
Package Version
Requires php Version ^8.1
silverstripe/framework Version ^5.4
silverstripe/reports Version ^5
silverstripe/supported-modules Version ^1
symbiote/silverstripe-queuedjobs Version ^5
guzzlehttp/guzzle Version ^7.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package friendsofsilverstripe/silverstripe-maintenance contains the following files

Loading the files please wait ....