WP Manifestindependent plugin directory
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.zip

Declares 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
  • PHP Code Sniffer

    • Run ./vendor/bin/phpcs to see list of PHP format errors
    • Run ./vendor/bin/phpcbf to auto-fix all possible format errors

Read the full README on GitHub →