Skip to content

Add recipe for shedeza/sybase-orm-bundle 1.0 - #1994

Merged
symfony-recipes-bot merged 1 commit into
symfony:mainfrom
shedeza:add-sybase-orm-bundle-recipe
Jun 5, 2026
Merged

Add recipe for shedeza/sybase-orm-bundle 1.0#1994
symfony-recipes-bot merged 1 commit into
symfony:mainfrom
shedeza:add-sybase-orm-bundle-recipe

Conversation

@shedeza

@shedeza shedeza commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

New Recipe

Package: shedeza/sybase-orm-bundle
Version: 1.0
Packagist: https://packagist.org/packages/shedeza/sybase-orm-bundle

What it does

  • Registers SybaseORM Bundle SybaseORMBundle in all environments
  • Copies config/packages/sybase_orm.yaml with default connection config using DATABASE_URL
  • Adds DATABASE_URL template to .env

Package description

Symfony Bundle providing DI integration, console commands, web profiler support, and Flex recipe for shedeza/sybase-orm (a pure PHP ORM for Sybase ASE databases).

Licencia

Esta contribución está licenciada bajo la licencia MIT.

Q A
License MIT
Packagist https://packagist.org/packages/shedeza/sybase-orm-bundle

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 3, 2026 21:55
@symfony-recipes-bot

symfony-recipes-bot commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1994/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1994/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'shedeza/sybase-orm-bundle:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@diimpp diimpp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shedeza Hi, please add MIT license to the PR before it can be processed further.

Here is example,

| Q             | A
| ------------- | ---
| License       | MIT
| Packagist     | https://packagist.org/packages/shedeza/sybase-orm-bundle

@shedeza shedeza closed this Jun 4, 2026
auto-merge was automatically disabled June 4, 2026 21:39

Pull request was closed

@shedeza shedeza reopened this Jun 4, 2026
@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 4, 2026 21:40
@symfony-recipes-bot
symfony-recipes-bot merged commit c82a649 into symfony:main Jun 5, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants