Skip to content

francisceril/kirby-oracle-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Oracle Connector

Installation

1. Clone or download

  1. Clone or download this repository.
  2. Unzip the archive if needed and rename the folder to oracle-connector.

2. Git Submodule

If you know your way around Git, you can download this plugin as a submodule:

$ cd path/to/kirby
$ git submodule add https://github.com/francisceril/oracle-connector site/plugins/oracle-connector

Setup

1. Kirby Configuration

Add your database configuration in your site/config/config.php

<?php

return [
    'db' => [
        'type'      => 'oracle',
        'host'      => 'host',
        'port'      => 'port',
        'database'  => 'database',
        'user'      => 'user',
        'pass'      => 'pass'
    ]
];

2. Server Configuration

Install the required PHP extension if not already available.

About

Oracle database connector for Kirby 3 CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages