PHPackages                             tomasvotruba/laravelize - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tomasvotruba/laravelize

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tomasvotruba/laravelize
=======================

Rector rules and utils to convert Symfony project to Laravel

0.1.0(3y ago)81141MITPHPPHP ^8.1

Since Mar 28Pushed 3y ago2 watchersCompare

[ Source](https://github.com/TomasVotruba/laravelize)[ Packagist](https://packagist.org/packages/tomasvotruba/laravelize)[ GitHub Sponsors](https://github.com/tomasvotruba)[ RSS](/packages/tomasvotruba-laravelize/feed)WikiDiscussions main Synced 2mo ago

READMEChangelogDependencies (12)Versions (6)Used By (0)

Laravelize - Make Symfony to Laravel migration faster and easier
================================================================

[](#laravelize---make-symfony-to-laravel-migration-faster-and-easier)

Install
-------

[](#install)

```
composer require tomasvotruba/laravelize --dev
```

Usage
-----

[](#usage)

### 1. Migrate PHP code with Rector

[](#1-migrate-php-code-with-rector)

```
```

Add migrate set to your `rector.php`:

```
use Rector\Config\RectorConfig;
use Rector\Set\ValueObject\LevelSetList;

return static function (RectorConfig $rectorConfig): void {
    $rectorConfig->sets([
        \TomasVotruba\Laravelize\Enum\SetList::SYMFONY_TO_LARAVEL
    ]);
};
```

Make use of config:

```
vendor/bin/rector process src
```

### 2. Migrate Twig to Blade with regexes

[](#2-migrate-twig-to-blade-with-regexes)

```
vendor/bin/laravelize twig-to-blade views
```

@todo

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1240d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/924196?v=4)[Tomas Votruba](/maintainers/TomasVotruba)[@TomasVotruba](https://github.com/TomasVotruba)

---

Top Contributors

[![TomasVotruba](https://avatars.githubusercontent.com/u/924196?v=4)](https://github.com/TomasVotruba "TomasVotruba (35 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tomasvotruba-laravelize/health.svg)

```
[![Health](https://phpackages.com/badges/tomasvotruba-laravelize/health.svg)](https://phpackages.com/packages/tomasvotruba-laravelize)
```

###  Alternatives

[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k30.0M2.9k](/packages/infection-infection)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136411.0k14](/packages/rector-rector-src)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.9k1](/packages/phpactor-phpactor)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5266.1M138](/packages/symplify-monorepo-builder)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1892.4M48](/packages/dereuromark-cakephp-ide-helper)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
