GitXplorerGitXplorer
T

awesome-php-migrations

public
208 stars
3 forks
0 issues

Commits

List of commits on branch main.
Verified
4629ab0e52e613ea2a99e04052dd0b5a00f9e35b

update coding standard tools conversion

TTomasVotruba committed 4 years ago
Verified
a51c374ea26b8cd248d51018b1360f4aa79626e7

fix link to Symfony 2.3 to 2.7 migration

TTomasVotruba committed 4 years ago
Verified
546babfdb55a9d165adad21651fc8bd85d57d17e

Add Symfony 2.3 to 2.7

TTomasVotruba committed 4 years ago
Unverified
1e5f6a0f88dd91917f6240dd0c568724924dd67f

update paths from migrify to symplify

TTomasVotruba committed 4 years ago
Verified
be06a3a2a75a071129bc84d4870eb92b10ffc81f

add awesome badge

TTomasVotruba committed 4 years ago
Verified
556135eb3ee9d92ca576cde936c529cb8c53f266

Add extract-latte-static-call-to-filter command from @migrify

TTomasVotruba committed 4 years ago

README

The README file for this repository.

Awesome PHP Migrations Awesome

Awesome list about PHP code bases migrations, legacy refactoring and instant upgrades. (This list is not about database migrations.)

Do you have an old PHP project that you need to migrate to newer version, different framework, templating system or config format? This is the place.


What to Contribute?

The goal of this post is to keep it short, useful and reliable. Work with legacy often very frustrating, as behind corner there is a new black hole of problems to suck us in.

Our mission is to keep this list practical and light so we can see the light in every legacy project :)

  • Welcomed are: tools, posts, case-studies and short videos.
  • Avoid conference videos, as they're long and without clickable resources.
  • Avoid books, as they're opinionated, long, often outdated and hard to use. If you need to contribute last 2, try awesome-php.



Generic Tools

  • rector/rector - Tool for Instant Upgrades and Instant Refactoring of any PHP 5.3+ code

Framework Migrations

Symfony Upgrade

Nette to Symfony

Legacy framework to PSR-15

Legacy Unfreeze

Static Removal

Dev Tools

Config Migrations

Template Migrations

Continuous Integration Checks

File System Migrations