Download the PHP package code711/code711-housekeeping without Composer

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

Code711 Housekeeping

Latest Stable Version TYPO3 12 Total Downloads Monthly Downloads

Keep track of your TYPO3 versions by checking your git-repositories (gitlab for now). You can then see the results on your TYPO3 Dashboard. It is of course checked against the currently available latest TYPO3 version, keeping you updated on what needs to be updated.

Note that this version no longer supports API calls with the code711_api extension. Use the 2.x version instead which is also available for TYPO3 12.x.

You need for this:

Installation

Install it via composer req code711/code711-housekeeping.

Activate the extension.

Groups and projects

Add a new record Housekeeping: Project in list module.

Field Purpose Example Auto update
title Displays in dashboard My project no
url Only needed as preview https://example.org no
giturl To check against your git https://[githost]/[group]/[project] no
gittoken Personal access token xxx no
version Current project version 12.4.4 yes
latest Current TYPO3 Version (for major of above) 12.4.4 yes
type type of last release security yes
elts last release is elts 1 yes
severity color class in dashboard bg-green yes
group optional group My group no

Optionally you can also add one or more Housekeeping: Group to group your projects in different responsibilities or views.

Field Purpose Example
title Displays in project record My group
code Configure available groups in dashboard mygroup

Auto update

With this feature it is possible to fetch the fields marked in the above table when saving a project record.

Auto update is available when:

Configure dashboard

The widget is available right away but you might like to override it with some custom values. Or even copy the hole widget configuration to add another one with different options.

An example to override just some values could look like this:

Remember to clear the cache in the install tool when changingService.yaml`.

Groups

Using option groups you are able to pick projects of a special group.

Sorting

All project fields are sortable for dashboard view. Has to be fieldname order each.

Changelog

3.4.0


All versions of code711-housekeeping with dependencies

PHP Build Version
Package Version
Requires php Version 8.0.*||8.1.*||8.2.*
typo3/cms-core Version ^12.4
m4tthumphrey/php-gitlab-api Version ^11.11
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 code711/code711-housekeeping contains the following files

Loading the files please wait ....