Download the PHP package genxbe/k3x-cli-tools without Composer

On this page you can find all versions of the php package genxbe/k3x-cli-tools. 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 k3x-cli-tools

Kirby CLI tools

License PHP Version Kirby

ALPHA VERSION, not battle tested yet!

A bunch of usefull (and opiniated) tools to use with the Kirby CLI.

Options

Usage

You need to have the kirby cli installed. You can install it via composer:

This CLI plugin has a set of opinionated commands that are meant to be used with the Kirby CLI.

Available commands

Kirby features

Plugin features

Maintenance mode

You can disable maintenance mode if you don't want your site to go in maintenance mode when there's a .maintenance file in the root. Mode can also be (de)activated via kirby x:kirby:down and kirby x:kirby:up.

The panel will always be reachable, even if the site is in maintenance mode. If you are logged in you will also be able to visit the site.

Plugin publishing

You can publish plugin overwriteable files to your root installation. This is useful if you want to overwrite a plugin file with your own version. You can also use this to publish a plugin file to your root installation if you want to edit it.

This feature expects usage of the folders blueprints, snippets, collections and templates. Subfolders within these main folders are also supported.

Filetypes supported:

Installation

Download

Download and copy this repository to /site/plugins/k3x-cli-tools.

Git submodule

Composer

License

k3x-cli-tools is an open-sourced software licensed under the MIT license.

Credits


All versions of k3x-cli-tools with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
getkirby/composer-installer Version ^1.2
php-school/cli-menu Version ^4.3
nunomaduro/termwind Version ^1.14
bnomei/autoloader-for-kirby Version ^1.7
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 genxbe/k3x-cli-tools contains the following files

Loading the files please wait ....