beechit / bynder
Bynder integration for TYPO3
Installs: 1 291
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 3
Open Issues: 5
Type:typo3-cms-extension
Requires
- bynder/bynder-php-sdk: ^1.0.5
- typo3/cms-core: ^8.7.13 || ^9.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- nimut/testing-framework: ^2.0
Replaces
- bynder: 0.0.3
- typo3-ter/bynder: 0.0.3
This package is auto-updated.
Last update: 2024-11-19 21:59:40 UTC
README
Bynder integration extension, providing seamless access to Bynder's asset bank on your website.
The extension will allow the authorised users to:
- Select/import images from Bynder including metadata (title, description, etc)
- Display images (scaled/cropped) from Bynder
Requirements
- You are a customer of Bynder https://www.bynder.com/trial/
- You have API access (tokens) https://domain.getbynder.com/pysettings#api
Installation
Download and install bynder
through extension manager in the back-end of you TYPO3 installation.
Or add byder
via composer composer require beechit/bynder
to your existing
project and go the the extension manager in the back-end to install it.
Next got the the extension configuration of EXT:bynder and fill in the needed url's and credentials.
Available Configuration
How to contribute
- Fork the repository
- Create a new branch with your feature or fix
- Make sure to run php-cs-fixer over your code
- Push changes to your branch
- Create a pull request to this repository
Development
-
When updating/changing composer requirements don't forget to update the composer.json in the private directory.
-
To build new TER package run
composer run-script package
.A bynder.zip is created, this file can be uploaded in the extension manager.
Need help with integration?
- Contact support@beech.it