dl / assetsource-pexels
Pexels Asset Source - https://www.pexels.com/
Installs: 38 618
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 3
Open Issues: 1
Type:neos-package
Requires
- guzzlehttp/guzzle: ^6.3 || ^7.0
- neos/neos: ^5.0 || ^7.0 || ^8.0 || ^9.0
README
Pexels Asset Source
This package provides a Neos Asset Source to access the Pexels image database.
How to use it
- Install the package via composer
composer require dl/assetsource-pexels
- Request an API key from Pexels https://www.pexels.com/api/new/
- Configure the API key in the settings:
Neos: Media: assetSources: pexels: assetSourceOptions: accessKey: your-access-key
AssetsourceOptions
accessKey
The access key to the Pexels.com API
proxyUrl
If a proxy is needed to access pexels.com, configure the proxy here.
copyRightNoticeTemplate
Eel expression to compile the copyright notice using available data:
- user.name The authors name
defaultSearchTerm
If set, this search is shown instead of the curated photos when no search term is defined.