PHPackages                             ostoandel/ostoandel - 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. ostoandel/ostoandel

ActiveLibrary

ostoandel/ostoandel
===================

Enables to run CakePHP2 applications on Laravel

234PHP

Since Dec 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ostoandel/ostoandel)[ Packagist](https://packagist.org/packages/ostoandel/ostoandel)[ RSS](/packages/ostoandel-ostoandel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ostoandel is a package which enables to run CakePHP2 applications on Laravel.

[![ostoandel](https://user-images.githubusercontent.com/7399393/147406374-b2a3b7df-b638-488c-9c0e-c09b6688f6f7.png)](https://user-images.githubusercontent.com/7399393/147406374-b2a3b7df-b638-488c-9c0e-c09b6688f6f7.png)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.3
- Composer &gt;= 2.0

Installation
------------

[](#installation)

Add an autoload field to `composer.json`.

```
"autoload": {
    "psr-4": {
        "App\\": "app"
    }
},
```

Require the laravel framework with composer.

```
composer require laravel/framework

```

Require this pacakge.

```
composer require "ostoandel/ostoandel:dev-master"

```

Get the skeleton of Laravel.

```
composer create-project --no-install --no-scripts laravel/laravel

```

Setup
-----

[](#setup)

Loading the plugin in `app/Config/bootstrap.php`. The path parameter is required.

```
CakePlugin::load('Ostoandel', ['path' => VENDORS . '/ostoandel/ostoandel/plugin/']);
```

Run the `Ostoandel.laravelize` command. Note that this may overwrite existing files in your application. Be sure to have a backup of your application before running this.

```
cake Ostoandel.laravelize
```

Confirm your application is now running on Laravel.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd43c19fdb93b85cba0d01ae5dd6d50ded0c36345c79f114c89906eb5038d863?d=identicon)[chinpei215](/maintainers/chinpei215)

---

Top Contributors

[![chinpei215](https://avatars.githubusercontent.com/u/7399393?v=4)](https://github.com/chinpei215 "chinpei215 (25 commits)")

### Embed Badge

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

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

PHPackages © 2026

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