PHPackages                             kabachello/phpolapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kabachello/phpolapi

ActiveLibrary

kabachello/phpolapi
===================

A PHP API for XMLA to connect to OLAP databases

2.0.2(6y ago)312.3k↑42.9%2[2 issues](https://github.com/kabachello/phpOLAPi/issues)MITPHP

Since Dec 29Pushed 5y ago2 watchersCompare

[ Source](https://github.com/kabachello/phpOLAPi)[ Packagist](https://packagist.org/packages/kabachello/phpolapi)[ RSS](/packages/kabachello-phpolapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

phpOLAPi - connect to OLAP databases via XMLA
=============================================

[](#phpolapi---connect-to-olap-databases-via-xmla)

Features:

- execute MDX statements over XMLA
- use result data in PHP as an associative array
- transform the result into other structures via plug-in renderers: e.g. an HTML table, CSV, etc.
- create MDX queries in OOP-style via MDX query builder
- explore database schemas (cubes, dimensions, hierarchies, levels, ...).

phpOLAPi is a fork of [phpOLAP](https://github.com/julienj/phpOlap) by Julien Jacottet, which is unfortunately not maintained anymore.

Install
-------

[](#install)

```
composer require kabachello/phpolapi

```

phpOLAPi runs on PHP 5.3.2 and above.

Connect
-------

[](#connect)

```
