Skip to content

patriceckhart/NeosRulez.AssetSource.Pixabay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixabay

Pixabay Asset Source

This package provides a Neos Asset Source to access the pixabay.com image database.

Preview

Installation

The NeosRulez.AssetSource.Pixabay package is listed on packagist (https://packagist.org/packages/neosrulez/assetsource-pixabay)

Just run:

composer require neosrulez/assetsource-pixabay

Configuration

Neos:
  Media:
    assetSources:
      pixabay:
        assetSource: 'NeosRulez\AssetSource\Pixabay\AssetSource\PixabayAssetSource'
        assetSourceOptions:
          apiKey: 'your-api-key'
          icon: 'resource://NeosRulez.AssetSource.Pixabay/Public/Pixabay.svg'
          defaultSearchTerm: ''

Notice

If you have full API access at pixabay.com, you will get Full HD scaled images with a maximum width/height of 1920 px.

With the regular API Access, the images have a maximum width/height of 1280 px.

Author