awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
symfony avatar

symfony/orm-pack

0
View on GitHub↗
1,800 stars·14 forks·MIT·13 views

Orm Pack

A dependency meta-package designed for PHP applications that groups database management libraries and Doctrine ORM together for installation. It functions as a wrapper and persistence layer connecting applications to relational databases by mapping object-oriented models to database tables.

The package aggregates multiple related library dependencies into a single distribution using standard package management to ensure version compatibility. It applies convention-driven configuration defaults so applications operate immediately upon installation and manages evolutionary database changes through versioned incremental migration tracking.

Features

  • Dependency Aggregators - Bundles multiple related library dependencies into a single distribution to ensure version compatibility.
  • Database Schema Migrations - Manages evolutionary database changes through versioned incremental migration tracking.
  • Object-Relational Mapping - Binds domain object models directly to relational database tables using a persistence engine.
  • Configuration Defaults - Pre-selects sensible framework configuration defaults so applications operate immediately upon installation.
  • Application Data Persistence - Connects PHP applications to relational databases and maps object-oriented models to tables.
  • Database Migration Management - Provides framework extension tools for managing database schema changes within web applications.
  • ORM Integrations - Installs Doctrine ORM and database management dependencies together to simplify PHP project setup.
  • ORM Wrappers - Acts as an object-relational mapping wrapper collecting database libraries for web frameworks.
  • Installation Package Bundling - Adds related database management dependencies together through a single package setup.
  • PHP Applications - Provides a curated set of packages for managing database connections and object-relational mapping.
  • Symfony Database Administration - Sets up database management dependencies and ORM integration within the Symfony framework.

Star history

Star history chart for symfony/orm-packStar history chart for symfony/orm-pack

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Orm Pack

Similar open-source projects, ranked by how many features they share with Orm Pack.
  • ebean-orm/ebeanebean-orm avatar

    ebean-orm/ebean

    1,523View on GitHub↗

    Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query generation, schema migration, and transaction management. It uses metadata-driven mapping and bytecode enhancement to bridge the gap between application objects and relational database tables, providing a persistent layer that handles complex data interactions while maintaining consistency across unit-of-work boundaries. The framework distinguishes itself through its focus on developer productivity and performance optimization. It provides type-safe query builders that generat

    Javacockroachdbdatabaseebean
    View on GitHub↗1,523
  • dotnet/efcoredotnet avatar

    dotnet/efcore

    14,587View on GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    C#aspnet-productc-sharpdatabase
    View on GitHub↗14,587
  • doctrine/ormdoctrine avatar

    doctrine/orm

    10,172View on GitHub↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    PHPhacktoberfest
    View on GitHub↗10,172
  • aspnet/entityframeworkaspnet avatar

    aspnet/EntityFramework

    14,690View on GitHub↗

    EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows. It functions as a query engine that converts high-level expressions into optimized SQL commands for data retrieval. The project provides a mechanism for monitoring modifications to loaded objects to synchronize application state with the database. It also includes a system for synchronizing database structures with data models using versioned migration scripts. The framework supports multi-backend database integration through a plugin system, allowing a single application to

    C#
    View on GitHub↗14,690
See all 30 alternatives to Orm Pack→

Frequently asked questions

What does symfony/orm-pack do?

A dependency meta-package designed for PHP applications that groups database management libraries and Doctrine ORM together for installation. It functions as a wrapper and persistence layer connecting applications to relational databases by mapping object-oriented models to database tables.

What are the main features of symfony/orm-pack?

The main features of symfony/orm-pack are: Dependency Aggregators, Database Schema Migrations, Object-Relational Mapping, Configuration Defaults, Application Data Persistence, Database Migration Management, ORM Integrations, ORM Wrappers.

What are some open-source alternatives to symfony/orm-pack?

Open-source alternatives to symfony/orm-pack include: ebean-orm/ebean — Ebean is a Java object-relational mapping framework designed to simplify database persistence through automated query… dotnet/efcore — Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using… doctrine/orm — Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It… aspnet/entityframework — EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows.… gothinkster/node-express-realworld-example-app — This project is a Node.js Express REST API reference implementation for a blogging platform. It serves as a structured… coleifer/peewee — Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping…

Curated searches featuring Orm Pack

Hand-picked collections where Orm Pack appears.
  • Persistence layer