Skip to main content
CakeDC Blog

CakePHP 3 Driver for Oracle Database

We are happy to announce and introduce the CakePHP 3 Driver for the Oracle Database (compatible with 11g, and 12 too). This plugin contains a fully operative Oracle 11g Driver for CakePHP 3. It's been a long awaited plugin due to the wide usage of Oracle systems in the business environment.

The driver provides compatibility with various Oracle 11g and CakePHP functionality, including:

  • All the basic CRUD features to allow select/insert/update/delete rows.

  • CakePHP Pagination

  • CakePHP Bake code generation

  • CakePHP DebugKit specific tab

  • Autoincrement fields support (based on Sequence and Trigger)

  • Stored procedures and Packages (with different input and output params types including Cursors)

Code is released under MIT License here https://github.com/CakeDC/cakephp-oracle-driver

Documentation available > CakePHP Oracle Database Driver

We are also looking forward to introducing full migration support soon.

Stay tuned for tutorials coming soon in CakeDC Blog!

Back to all articles
We Bake with CakePHP