PHPackages                             fakhrani/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. fakhrani/phpolapi

ActiveLibrary

fakhrani/phpolapi
=================

A PHP API for XMLA to connect to OLAP databases

v1.0.0(1y ago)0189MITPHP

Since Sep 4Pushed 1y agoCompare

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

READMEChangelogDependencies (1)Versions (2)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 fakhrani/phpolapi

```

phpOLAPi runs on PHP 5.3.2 and above.

Connect
-------

[](#connect)

```
