2017 © Pedro Peláez
 

symfony-bundle entity-attacher-bundle

Symfony Bundle for Attaching Entities

image

geosocio/entity-attacher-bundle

Symfony Bundle for Attaching Entities

  • Saturday, February 10, 2018
  • by davidbarratt
  • Repository
  • 1 Watchers
  • 1 Stars
  • 186 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 32 % Grown

The README.md

Entity Attacher Bundle Build Status Coverage Status

A Syfmony Bundle for the Entity Attacher library., (*1)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)

composer require geosocio/entity-attacher-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*4)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new GeoSocio\EntityAttacherBundle\GeoSocioEntityAttacherBundle(),
        );

        // ...
    }

    // ...
}

Usage

$attached = $container->get('entity_attacher')->attach($object);

The Versions

10/02 2018

dev-develop

dev-develop

Symfony Bundle for Attaching Entities

  Sources   Download

LGPA-3 LGPL-3.0-only

The Requires

 

The Development Requires

10/02 2018

2.0.1

2.0.1.0

Symfony Bundle for Attaching Entities

  Sources   Download

LGPL-3.0-only

The Requires

 

The Development Requires

31/07 2017
04/07 2017
01/07 2017
01/07 2017
01/07 2017
01/07 2017
01/07 2017

1.0.0

1.0.0.0

Symfony Bundle for Attaching Entities

  Sources   Download

LGPA-3

The Requires

 

The Development Requires