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)021MITPHPPHP &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 6d ago

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

3028d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d71e3ce23fd3bdd8fd2cc9dcfd3e7a3ad7d67cf6db6cf4759b0de5c7ab537a68?d=identicon)[mariusz-kraj-c](/maintainers/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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[nelmio/api-doc-bundle

Generates documentation for your REST API from attributes

2.3k63.6M233](/packages/nelmio-api-doc-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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