Download the PHP package ideative/stock-pictures without Composer
On this page you can find all versions of the php package ideative/stock-pictures. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ideative/stock-pictures
More information about ideative/stock-pictures
Files in ideative/stock-pictures
Package stock-pictures
Short Description Allows backend users to select stock pictures from various online services
License GPL-3.0+
Homepage https://github.com/ideativedigital/stock-pictures
Informations about the package stock-pictures
Idéative - Stock pictures
This extension provides a base for connecting Stock picture services to the TYPO3 backend. For each connected service, a "Add media from XXX" button will be added in Media files.
To get started quickly, you can use one of the following extensions :
- https://github.com/ideativedigital/shutterstock-connector
- https://github.com/ideativedigital/unsplash-connector
Installation
Install this extension via composer require ideative/stock-pictures or download it from the TYPO3 Extension Repository and activate the extension in the Extension Manager of your TYPO3 installation.
Registering a new stock picture service
Your connector class must implement the Ideative\IdStockPictures\ConnectorInterface interface. Checkout the class documentation to understand the purpose of each interface method.
Take the ShutterStockConnector from EXT:id_shutterstock_connector as a kickstart.
Disabling a stock picture service for a specific table/field
Each specific service can be manually disabled for a specific table and field, using TSConfig. This will hide the "Add media from XXX" button in this specific field.