2017 © Pedro Peláez
 

symfony-bundle phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

image

biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  • Thursday, June 7, 2018
  • by biberltd
  • Repository
  • 10 Watchers
  • 0 Stars
  • 533 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 49 Versions
  • 4 % Grown

The README.md

Phorient

This bundle is an attempt to create an ODM which is for Orient DB database. The ODM is inspired by and depends on several libraries of Docreine ORM as well as Ostico's PHPOrient bundle., (*1)

Parameters

orientdb:
        root:
            username: root
            password: root
        database:
            Dbname:
                username: root
                password: root
                hostname: localhost
                port: 2424
                token: null

Using

$this->cm = new ClassManager($containerInterface);
$this->cm->setEntityPath('AppBundle','\\AppBundle\\Entity\\');
$this->cm->createConnection('Dbname');

or, (*2)

$config = array(
  'database' => array(
    'Dbname' => array(
      'username'=>'root',
      'password'=>'root',
      'hostname'=>'localhost',
      'port'=>2424,
      'token'=>null
     )
  )
);
$this->cm = new ClassManager();
$this->cm->setEntityPath('AppBundle','\\AppBundle\\Entity\\');
$this->cm->createConnection('Dbname',$config);

LICENSE

Copyright 2017 Biber Ltd. (www.biberltd.com), founding partner of BO Development Office (www.bodevoffice.com), (*3)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*4)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*5)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*6)

The Versions

07/06 2018

dev-beta

dev-beta https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

09/05 2018

v1.4.3

1.4.3.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

21/04 2018

v1.4.1

1.4.1.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

21/04 2018

v1.4.2

1.4.2.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

21/04 2018

v1.4.0

1.4.0.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

18/04 2018

dev-master

9999999-dev https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

26/01 2018

v1.3.11

1.3.11.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

08/01 2018

v1.3.10

1.3.10.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

26/12 2017

v1.3.9

1.3.9.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

26/12 2017

v1.3.8

1.3.8.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

01/12 2017

v1.3.6

1.3.6.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

01/12 2017

v1.3.7

1.3.7.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

26/11 2017

v1.3.5

1.3.5.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

24/11 2017

v1.3.3

1.3.3.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

24/11 2017

v1.3.4

1.3.4.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

24/11 2017

v1.3.2

1.3.2.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

24/11 2017

v1.3.1

1.3.1.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

24/11 2017

dev-orientdbrest

dev-orientdbrest https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

23/11 2017

v1.2.8-alpha.1

1.2.8.0-alpha1 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

23/11 2017

v1.3.0-alpha.1

1.3.0.0-alpha1 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

16/11 2017

v1.3.0

1.3.0.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

16/11 2017

v1.2.9

1.2.9.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

13/11 2017

v1.2.8

1.2.8.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

13/11 2017

v1.2.7

1.2.7.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

12/11 2017

v1.2.6

1.2.6.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

11/11 2017

v1.2.4

1.2.4.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

11/11 2017

v1.2.1

1.2.1.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

11/11 2017

v1.2.2

1.2.2.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

11/11 2017

v1.2.3

1.2.3.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

08/11 2017

v1.2.0

1.2.0.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

25/10 2017

dev-alpha

dev-alpha https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

13/10 2017

dev-tayfun

dev-tayfun https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

22/09 2017

v1.1.4

1.1.4.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

22/09 2017

v1.2.5

1.2.5.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

18/09 2017

dev-develop

dev-develop https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

18/09 2017

v1.1.3

1.1.3.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

14/08 2017

v1.1.1

1.1.1.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

14/08 2017

v1.1.2

1.1.2.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

10/08 2017

v1.1.0

1.1.0.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

01/08 2017

v1.0.9

1.0.9.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

25/07 2017

v1.0.8

1.0.8.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

19/07 2017

v1.0.7

1.0.7.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

17/07 2017

v1.0.6

1.0.6.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

11/07 2017

v1.0.5

1.0.5.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

04/07 2017

v1.0.4

1.0.4.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

04/07 2017

v1.0.3

1.0.3.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

03/07 2017

v1.0.2

1.0.2.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

03/07 2017

v1.0.1

1.0.1.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb

03/07 2017

v1.0

1.0.0.0 https://github.com/biberltd/phorient

Wrapper for OrientTech's PhpOrient driver. (May evolve into a basic ODM in the future).

  Sources   Download

MIT

The Requires

 

by Can Berkol

symfony3 orientdb