BP WP TRAPP
The repo for Trapps wordpress plugin
by benjaminmedia · github.com/benjaminmedia/wp-trapp · website
★ 1stars
142composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/benjaminmedia/wp-trapp/archive/refs/heads/master.zipAlso on Packagist as benjaminmedia/wp-trapp:
composer require benjaminmedia/wp-trappFrom the readme
WP TRAPP Plugin
Send content to the TRAPP translation service.
Installation
As composer is very optional in WordPress community there are two ways to install this plugin.
Composer
If the project is loading the main composer autoload file.
Install plugin:
composer create-project benjaminmedia/wp-trapp 1.
Install plugin as working dev/master version:
composer create-project benjaminmedia/wp-trapp --stability dev --prefer-dist
Install plugin as a working dev/master version with all vcs files:
composer create-project benjaminmedia/wp-trapp --stability dev --prefer-source --keep-vcs
WP Plugin
If the plugin should not rely on anything other than its own composer functionality.
Install plugin:
composer require benjaminmedia/wp-trapp 1.
Install plugin as working dev/master version:
composer require benjaminmedia/wp-trapp dev-master --prefer-dist
Install plugin as a working dev/master version with all vcs files:
composer require benjaminmedia/wp-trapp dev-master --prefer-source
Setup
TRAPP requires some information like username and password. This is how they can be defined.
Username
Define either WATRAPPUSERNAME or from the bptrappserviceusername filter.
Secret
Defi