ostico/phporient
PhpOrient is a stable PHP driver for OrientDB using the binary protocol. Supports OrientDB 1.7.4+ and PHP 5.4+ (socket). Works on 32/64-bit; treats numbers as strings for consistency, with BCMath/GMP recommended on 32-bit.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| graphp/graph | 0.83 | Graphp/graph is a PHP graph data structure library for building and traversing graphs of vertices and edges. Create directed or undirected graphs, attach attributes, and run common algorithms like shortest paths, cycles, and connectivity for analysis and visualization. | 713 | 713 | 74 | 6K | 0 | 8.5 | 13.5 | MIT | 4 years ago | |
| jenssegers/mongodb | 0.82 | — | 7,077 | 7,148 | 1,440 | 73K | 119 | 86.3 | 45.9 | MIT | 1 day ago | |
| everyman/neo4jphp | 0.82 | Neo4jPHP is a PHP wrapper for the Neo4j graph database REST API. Connect to a Neo4j server, inspect server info, and work with graph data and Cypher queries via a simple client. Installable via Composer. | 536 | 540 | 135 | 993 | 28 | 15.9 | 18.9 | NOASSERTION | — | |
| doctrine/mongodb | 0.81 | Doctrine MongoDB library for PHP, providing an object-oriented API for working with MongoDB. Includes database and collection abstractions, query and command builders, and tools for common CRUD operations—ideal as a low-level MongoDB foundation for PHP apps. | 437 | 452 | 185 | 46K | 0 | 8.1 | 19.8 | MIT | 6 years ago | |
| rebing/graphql-laravel | 0.81 | Code-first GraphQL integration for Laravel built on webonyx/graphql-php. Define schemas, types, queries and mutations in PHP with support for multiple schemas, middleware, resolver middleware, privacy rules, and n+1 avoidance via dataloaders or SelectFields. | 2,212 | 2,224 | 271 | 193K | 0 | 50.5 | 31.6 | MIT | 1 week ago | |
| martin-georgiev/postgresql-for-doctrine | 0.81 | Adds PostgreSQL-specific power to Doctrine DBAL/ORM: rich native types (jsonb, arrays, ranges, network, geometric, etc.) plus DQL functions/operators for JSON and array querying. Supports PostgreSQL 9.4+ and PHP 8.2+. | 454 | 459 | 58 | 163K | 9 | 33.8 | 44.8 | MIT | 1 month ago | |
| nette/database | 0.81 | Nette Database is a lightweight PHP database layer with a fluent SQL builder, safe parameter binding, and handy helpers for querying, fetching, and working with result sets. Includes connections, transactions, and simple caching for robust apps. | 543 | 567 | 113 | 76K | 61 | 51.6 | 64.6 | NOASSERTION | 1 month ago | |
| doctrine/orientdb-odm | 0.81 | Doctrine OrientDB ODM integrates OrientDB with Doctrine, offering an object document mapper for PHP. Map documents to classes, manage persistence and queries via a familiar Doctrine-style API, and work with graph/document features using a structured domain model. | 155 | 158 | 48 | 0 | 41 | 7.5 | 11.0 | MIT | — | |
| doctrine/mongodb-odm-bundle | 0.80 | Symfony bundle integrating Doctrine MongoDB ODM for mapping PHP documents to MongoDB. Provides configuration, DI services, console commands, and tooling to manage connections, document managers, and repositories in Symfony apps. | 385 | 388 | 229 | 307K | 12 | 34.2 | 49.0 | MIT | 4 months ago | |
| biberltd/phorient | 0.80 | Phorient is an OrientDB Object Document Mapper (ODM) for PHP, inspired by Doctrine ORM and built on PHPOrient. Configure OrientDB credentials, map your entity namespace/path via ClassManager, and create database connections programmatically or via container config. | 0 | 0 | 1 | 0 | 0 | 3.6 | — | MIT | 8 years ago | |
| mongodb/mongodb | 0.80 | High-level MongoDB PHP library built on the mongodb extension. Provides client, database, and collection abstractions with a full-featured API for CRUD operations and common commands like index and collection management. Install via Composer. | 1,615 | 1,693 | 262 | 1M | 0 | 44.1 | 47.5 | Apache-2.0 | 1 month ago | |
| laudis/neo4j-php-client | 0.80 | Typed Neo4j PHP client/driver with Bolt and Neo4j (auto-routed) support. Intuitive, extensible API with easy configuration, built with input from the official driver team and validated via Neo4j Testkit for reliability. | 185 | 185 | 40 | 25K | 11 | 31.0 | 39.3 | MIT | 2 months ago | |
| doctrine/mongodb-odm | 0.79 | Doctrine MongoDB ODM is an object document mapper for PHP that brings Doctrine-style persistence to MongoDB. Define documents with metadata, map fields and relations, run queries, and handle unit of work, identity map, and migrations for MongoDB apps. | 1,096 | 1,107 | 512 | 381K | 102 | 62.3 | 64.6 | MIT | 4 months ago | |
| dsdeboer/propel1 | 0.79 | Symfony bundle and integration helpers for Propel 1, providing configuration, service wiring, and utilities to use the Propel ORM in modern PHP applications. Useful for projects maintaining legacy Propel 1 models while leveraging Symfony components. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| atlas/orm | 0.78 | — | 429 | 432 | 21 | 1K | 9 | 13.2 | 11.5 | MIT | 5 years ago | |
| ecphp/doctrine-oci8-bundle | 0.78 | Symfony bundle (PHP 7.4+, Symfony 4.4+) that automatically configures Doctrine DBAL to use the ecphp/doctrine-oci8 OCI8 driver for Oracle databases. Install it and it works out of the box with no additional configuration. | 0 | 0 | 1 | 6 | 0 | 0.7 | 13.2 | BSD-3-Clause | 5 years ago | |
| yajra/laravel-oci8 | 0.76 | Oracle database driver for Laravel using the PHP OCI8 extension. Adds an Illuminate/Database-compatible Oracle connection with Laravel version support (5.1+ through 13), plus optional PHPStan/Larastan helpers for OCI8-specific DB methods. | 873 | 880 | 249 | 72K | 7 | 47.5 | 35.8 | MIT | 2 weeks ago | |
| ecphp/doctrine-oci8 | 0.76 | Oracle OCI8 driver integration for Doctrine DBAL and ORM in PHP. Enables connecting Doctrine to Oracle databases using the OCI8 extension, providing platform support and configuration helpers for Oracle-backed applications. | 0 | 0 | 1 | 7 | 0 | 0.3 | 12.9 | NOASSERTION | — | |
| bisonlab/noorm-bundle | 0.74 | Symfony bundle for bisonlab/noorm that wires a lightweight, No-ORM data access layer into your app. Provides service configuration and integration so you can run queries and map results without a full ORM, keeping persistence simple and fast. | 6 | 6 | 1 | 53 | 0 | 0.1 | 12.9 | — | — | |
| conserto/pomm-foundation | 0.74 | — | 4 | 4 | 0 | 558 | 0 | 23.4 | 33.2 | MIT | 1 month ago |
How can I help you explore Laravel packages today?