nystudio107/craft-connect

This package is abandoned and no longer maintained. The author suggests using the craftcms/cms package instead.

Allows you to connect to external databases and perform db queries

Fund package maintenance!
khalwat

Installs: 8 752

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 4

Forks: 5

Type:craft-plugin

4.0.1 2022-10-05 19:04 UTC

This package is auto-updated.

Last update: 2024-08-07 04:01:29 UTC


README

No Maintenance Intended

DEPRECATED

This Craft CMS plugin is no longer supported or maintained, but it is fully functional, and you may continue to use it as you see fit. The license also allows you to fork it and make changes as needed for legacy support reasons.

Instead, use Craft's native functionality for querying an external database.

Connect plugin for Craft CMS

Allows you to connect to external databases and perform db queries

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0 or later, or Craft CMS 4.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require nystudio107/craft-connect
    

This will install the latest version. If you wish to install the Craft CMS 3.x compatible version, run this Composer command:

    composer require nystudio107/craft-connect "^1.0.0"
  1. Install the plugin via ./craft install/plugin connect via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Connect.

Or you can install the plugin via the Plugin Store in the Craft CMS 3 CP.

Documentation

Click here -> Connect Documentation

Connect Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by nystudio107