PHPackages                             kbunel/migration-helper-sf4 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. kbunel/migration-helper-sf4

ActiveSymfony-bundle[DevOps &amp; Deployment](/categories/devops)

kbunel/migration-helper-sf4
===========================

This bundle helps you migrating your application by moving all files in your application in a restructured architecture from SF3 to SF4

00[1 PRs](https://github.com/kbunel/MigrationHelper/pulls)PHPCI failing

Since Apr 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kbunel/MigrationHelper)[ Packagist](https://packagist.org/packages/kbunel/migration-helper-sf4)[ RSS](/packages/kbunel-migration-helper-sf4/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

This project is not maintained anymore

This bundle helps your application to migrate from sf3 architecture to sf4 architecture, it will parse all the files to check the kind and move it to the right place. It will update the services according. This bundle is an helper it does not ensure the application to work after and it is probable you'll have to fix some very custom thins.

Feature:

- Move the files to an architecture in sf4
- Update the namespaces
- Update the Services called in files
- Update the services.yaml files

Installation
============

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require kbunel/migration-helper-sf4
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#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:

```
$ composer require kbunel/migration-helper-sf4
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#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:

```
