timkandel / packagistfe
There is no license information available for the latest version (dev-master) of this package.
Package info
github.com/timkandel/TimKandel.PackagistFE
Type:typo3-flow-plugin
pkg:composer/timkandel/packagistfe
dev-master
2015-01-16 21:41 UTC
Requires
- knplabs/packagist-api: 1.2
- typo3/neos: *
This package is not auto-updated.
Last update: 2026-03-09 23:17:12 UTC
README
This plugin provides a simple plugin to display typo3-flow-* composer packages from Packagist.
Quick start
- import the packages by using the following command
$ ./flow packagist:import
- include the plugin's TypoScript definitions to your own one's
include: resource://TimKandel.PackagistFE/Private/TypoScripts/Library/NodeTypes.ts2
- add the plugin content element "Packagist Frontend" to the position of your choice.
TODO
- refactor the import
- implement pagination and filters