Download the PHP package hyperdigital/hd_reports without Composer

On this page you can find all versions of the php package hyperdigital/hd_reports. 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 hd_reports

Reports

TYPO3 extension for external access of CORE information (current version, available update)

Initialization

After Instalation of the extension is possible to access url YOUR_URL/?type=44&access=[ACCESS_TOKEN]

ACCESS TOKEN

The access token is one of the security rules. It's possible to set this token inside the extension configuration. The default value is Protector!42.

Additional security

It's possible to lock the accessibility only of specific IP adresses. Just add at least one into extension configuration.

Automated notification when update is available

Over scheduler is possible to set 2 types of notification: Email and Push notification

The known issue for now is, that the system doesn't check when it was the last time when the notification was send so if the update is still available, it sends notficiation again

Push notifications

The push notification can be set in a new task of scheduler (Execute console commands -> hdreports:availableUpdatesPushNotification: Push notification: available update)

There you can set the target URL of the notification and if needed also a content of the request. An argument notificationAlways is there for enabling testing - it will allow to send the notification always.

Email notifications

The email notification can be set in a new task of scheduler (Execute console commands -> hdreports:availableUpdatesEmailNotification: Email notification: available update)


All versions of hd_reports with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version >=10.0 <10.99 || >=11.0 <11.99 || >=12.0 <12.99
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 hyperdigital/hd_reports contains the following files

Loading the files please wait ....