Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Orient Db Bundle Laravel Package

concept-it/orient-db-bundle

View on GitHub
Deep Wiki
Context7

OrientDbBundle

Integrates Doctrine OrientDB ODM with Symfony2 with my custom persist and remove methods

Requirements

Installation

Composer

The preferred way to install this bundle is to rely on Composer.

Method 1

Simply run assuming you have installed composer.phar or composer binary:

$ composer require concept-it/orient-db-bundle dev-master

Method 2

  1. Add the following lines in your composer.json:
{
  "require": {
    "concept-it/orient-db-bundle": "dev-master"
  }
}
  1. Run the composer to download the bundle
$ php composer.phar update concept-it/orient-db-bundle

Add this bundle to your application's kernel

// app/ApplicationKernel.php
public function registerBundles()
{
    return array(
        // ...
        new ConceptIt\OrientDbBundle\ConceptItOrientDbBundle(),
        // ...
    );
}

Configuration

# app/config/config.yml
concept_it_orient_db:
    host:               "127.0.0.1"
    port:               2480
    user:               "user"
    password:           "password"
    dbname:             "dbname"
    proxy_dir:          "%kernel.root_dir%/cache"
    domain_dir:         "%kernel.root_dir%/../src/YourBundle/Entity"
    domain_namespace:   "YourBundle\Entity"

Example usage in Action

    /**
     * @Route("/api/test")
     */
    public function testAction()
    {
        $om = $this->get('conceptit.orientdb');
        $test = new \ConceptIt\SmartShopperBundle\Entity\Test();
        $test->setName('Johny Walker');
        $om->persist($test);
        var_dump($test);die;
    }

Authors

Tomasz Cyrankowski - tomek@concept-it.pl

License

OrientDbBundle is licensed under the MIT License - see the LICENSE file for details

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
babenkoivan/elastic-client
innmind/static-analysis
innmind/coding-standard
datacore/hub-sdk
alengo/sulu-http-cache-bundle
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
imbo/imbo-coding-standard
visualbuilder/filament-lottie
servicioslineaonce/starter-kit
atomcoder/laravel-reorderable
irajul/filament-shadcn-theme
agtp/agtp-php
agtp/mod-php
centraldesktop/protobuf-php