https://github.com/namelesscoder/rpc-console
TYPO3 RPC tasks for the typo3_console extension
https://github.com/namelesscoder/rpc-console
Last synced: 12 months ago
JSON representation
TYPO3 RPC tasks for the typo3_console extension
- Host: GitHub
- URL: https://github.com/namelesscoder/rpc-console
- Owner: NamelessCoder
- Created: 2016-05-18T21:13:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T09:10:56.000Z (over 9 years ago)
- Last Synced: 2025-02-15T06:36:58.460Z (12 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TYPO3 RPC: Tasks for typo3_console
==================================
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!