namelesscoder/rpc-console

There is no license information available for the latest version (1.0.0) of this package.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.0 2016-05-20 09:10 UTC

This package is auto-updated.

Last update: 2024-07-12 03:52:54 UTC


README

Provides RPC tasks for calling the command controllers of the typo3_console extension.

Installation and usage

  1. Install as a composer dependency using composer require namelesscoder/rpc-console
  2. Install in TYPO3 using the extension manager, or an RPC client with access to installing, or run the command ./typo3/cli_dispatch.phpsh extension:install rpc (latter only works if TYPO3 is already installed)
  3. Grant access to new tasks for any existing RPC tokens on the server
  4. Use one of the RPC clients to call the tasks

That's it - enjoy!