manifest / integrations / dt-mobile-api
Disciple Tools - Mobile API
Wordpress plugin for Disciple Tools to expose data for a mobile app
by cairocoder01 · github.com/cairocoder01/dt-mobile-api · website
★ 1stars
0forks
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/cairocoder01/dt-mobile-api/archive/refs/heads/master.zipDeclares an update source (https://github.com/DiscipleTools/disciple-tools-mobile-api), so updates arrive through the plugin's own updater.
Readme
Disciple Tools Mobile API
Wordpress plugin for Disciple Tools to expose data for a mobile app.
Setup
-
Composer
- Install via Homebrew or run Installer:
$ brew update $ brew install composer - Run Composer to install dependencies
$ composer install
- Install via Homebrew or run Installer:
-
PHP Code Sniffer
- Run
./vendor/bin/phpcsto see list of PHP format errors - Run
./vendor/bin/phpcbfto auto-fix all possible format errors
- Run