PHPackages                             originphp/upgrade - 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. originphp/upgrade

ActiveOrigin-plugin[Utility &amp; Helpers](/categories/utility)

originphp/upgrade
=================

Upgrade plugin for OriginPHP

1.0.0(6y ago)02MITPHP

Since Oct 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/originphp/upgrade)[ Packagist](https://packagist.org/packages/originphp/upgrade)[ RSS](/packages/originphp-upgrade/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

OriginPHP Upgrade Plugin (beta)
===============================

[](#originphp-upgrade-plugin-beta)

This is a plugin to assist upgrading from 1.x to 2.0.

It does the following

1. convert the old folder structure to the new structure and update USE statements
2. update Namespace changes
3. warn you of features that you are using that might have changed/removed or require action

Usage
-----

[](#usage)

1. Make sure you have removed all previous deprecation warnings from your app using version 1.33 or higher.
2. Backup your files
3. create a new project

```
$ composer create-project originphp/app app-v2

```

4. install this pluign

```
$ cd app-v2
$ composer require originphp/upgrade

```

5. Copy the contents of your `app` folder into the `app` folder (leave structure as is)
6. Copy the contents of your `tests` folder into the `tests` folder (leave structure as is)
7. Do a DRY run

```
$ bin/console upgrade --dry-run

```

This will show you what it will change automatically and possible issues that need to be looked due to changes ( model callbacks, controller callbacks, composer dependencies, or public properties)

8. Run

This will run and make the changes it can, then it will list possible things which need your attention

```
$ bin/console upgrade

```

5. Settings

The following files might custom settings that you need to copy over

- composer.json
- config/.env.php
- config/.env.php.default
- config/application.php
- config/routes.php
- database/schema.php
- database/seed.php

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2397d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e8a821333d9c7b7bc2ad3d164d142f65cd3912dea78033d31f76b0f19ba8a0c?d=identicon)[originphp](/maintainers/originphp)

---

Top Contributors

[![jamielsharief](https://avatars.githubusercontent.com/u/20553479?v=4)](https://github.com/jamielsharief "jamielsharief (6 commits)")

### Embed Badge

![Health badge](/badges/originphp-upgrade/health.svg)

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

PHPackages © 2026

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