{"id":34004617,"url":"https://github.com/loutrux/yii2-orientdb","last_synced_at":"2026-04-07T06:33:07.768Z","repository":{"id":62519266,"uuid":"149990649","full_name":"loutrux/yii2-orientdb","owner":"loutrux","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-14T17:22:22.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-25T00:15:40.208Z","etag":null,"topics":["orientdb","yii2","yii2-component"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loutrux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-23T14:13:01.000Z","updated_at":"2019-11-25T10:21:29.000Z","dependencies_parsed_at":"2022-11-02T13:46:01.855Z","dependency_job_id":null,"html_url":"https://github.com/loutrux/yii2-orientdb","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/loutrux/yii2-orientdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loutrux%2Fyii2-orientdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loutrux%2Fyii2-orientdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loutrux%2Fyii2-orientdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loutrux%2Fyii2-orientdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loutrux","download_url":"https://codeload.github.com/loutrux/yii2-orientdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loutrux%2Fyii2-orientdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["orientdb","yii2","yii2-component"],"created_at":"2025-12-13T10:10:29.824Z","updated_at":"2026-04-07T06:33:07.760Z","avatar_url":"https://github.com/loutrux.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://orientdb.com/\" target=\"_blank\" rel=\"external\"\u003e\n        \u003cimg src=\"https://orientdb.com/wp-content/themes/orientdb/img/logo-white.png\" height=\"80px\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eOrientDB Extension for Yii 2\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\nThis extension provides the [OrientDB](https://orientdb.com/) integration for the [Yii framework 2.0](http://www.yiiframework.com).\n\nFor license information check the [LICENSE](LICENSE.md)-file.\n\nProvide a OrientDB client connection from [[Ostico  PhpOrient extension]](https://github.com/Ostico/PhpOrient)\n\n\nInstallation\n------------\n\nThis extension requires OrientDB server version 2.0 or higher.\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist loutrux/yii2-orientdb\n```\n\nor add\n\n```\n\"loutrux/yii2-orientdb\": \"~1.0.0\"\n```\n\nto the require section of your composer.json.\n\nConfiguration\n-------------\n\nTo use this extension, simply add the following code in your application configuration:\n\n```php\nreturn [\n    //....\n    'components' =\u003e [\n        'orientdb' =\u003e [\n            'class' =\u003e '\\loutrux\\orientdb\\Connection',\n            'hostname'  =\u003e 'localhost',\n            'port'      =\u003e 2424,\n            'username'  =\u003e 'root',\n            'password'  =\u003e 'root_pass',\n            'dbname'    =\u003e 'mydb'\n        ],\n    ],\n];\n```\n\nUsage\n-----\n\nThis component is a OrientDB client helper\n\n```\n\\Yii::$app-\u003eorientdb-\u003eclient;\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floutrux%2Fyii2-orientdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floutrux%2Fyii2-orientdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floutrux%2Fyii2-orientdb/lists"}