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 1mo 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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

1141d 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.2k26.2M1.8k](/packages/infection-infection)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

134391.5k12](/packages/rector-rector-src)[stillat/proteus

Provides utilities for parsing and updating Laravel-style PHP configuration files.

17287.4k22](/packages/stillat-proteus)

PHPackages © 2026

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