PHPackages                             codibly/databricks-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. codibly/databricks-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

codibly/databricks-bundle
=========================

Databricks PHP integration for your Symfony3 project using Guzzle

v0.0.3(8y ago)121MITPHPPHP &gt;=7.0.0

Since Aug 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/codibly/DatabricksBundle)[ Packagist](https://packagist.org/packages/codibly/databricks-bundle)[ Docs](https://github.com/codibly/CodiblyDatabricksBundle)[ RSS](/packages/codibly-databricks-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (7)Versions (5)Used By (0)

CodiblyDatabricksBundle
=======================

[](#codiblydatabricksbundle)

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle, and available on symfony.com:

[Resources/doc/index.md](https://github.com/codibly/DatabricksBundle/blob/master/Resources/doc/index.md)

Installation
------------

[](#installation)

Get the bundle using composer
-----------------------------

[](#get-the-bundle-using-composer)

Add CodiblyDatabrickBundle by running this command from the terminal at the root of your Symfony project:

```
composer require codibly/databricks-bundle
```

Alternatively, you can add the requirement `"codibly/databricks-bundle": "dev-master"` to your composer.json and run `composer update`. This could be useful when the installation of CodiblyDatabricksBundle is not compatible with some currently installed dependencies. Anyway, the previous option is the preferred way, since composer can pick the best requirement constraint for you.

Enable the bundle
-----------------

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new Codibly\DatabricksBundle\CodiblyDatabricksBundle(),
            // ...
        ];
    }
}
```

Choose and configure a driver
-----------------------------

[](#choose-and-configure-a-driver)

One driver are currently supported:

- [guzzle](http://www.doctrine-project.org/projects/orm.html)

Once the chosen driver is installed and configured, tell CodiblyDatabricksBundle that you want to use it.

```
# app/config/config.yml
codibly_databricks:
    api:
        driver: guzzle
        host: 'https://your_instance.clud.databricks.com/api/v2.0'
        username: '%env(DATABRICKS_USERNAME)%'
        password: '%env(DATABRICKS_PASSWORD)%'
```

That was it!
------------

[](#that-was-it)

Yea, the bundle is installed! Move onto the [usage section](usage.md) to find out how to configure and setup your first cluster.

Licence
-------

[](#licence)

About
-----

[](#about)

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/Codibly/DatabricksBundle/issues).

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~77 days

Total

3

Last Release

3118d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17569727?v=4)[mariusz-kraj-c](/maintainers/mariusz-kraj-c)[@mariusz-kraj-c](https://github.com/mariusz-kraj-c)

---

Top Contributors

[![mariusz-kraj](https://avatars.githubusercontent.com/u/2606986?v=4)](https://github.com/mariusz-kraj "mariusz-kraj (12 commits)")[![mariusz-kraj-c](https://avatars.githubusercontent.com/u/17569727?v=4)](https://github.com/mariusz-kraj-c "mariusz-kraj-c (1 commits)")

---

Tags

symfonywebamazonawsservicesapachesparkdatabricks

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/codibly-databricks-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/codibly-databricks-bundle/health.svg)](https://phpackages.com/packages/codibly-databricks-bundle)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M671](/packages/shopware-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M535](/packages/pimcore-pimcore)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
