PHPackages                             sam-it/develop - 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. sam-it/develop

AbandonedLibrary

sam-it/develop
==============

Homestead alternative

01PHP

Since Oct 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/SAM-IT/develop)[ Packagist](https://packagist.org/packages/sam-it/develop)[ RSS](/packages/sam-it-develop/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

develop
=======

[](#develop)

Homestead Alternative

Installation
============

[](#installation)

1. Make sure you have installed composer. And that `~/.composer/vendor/bin` is in your path.
2. Go into a terminal and type `composer global require sam-it/develop`
3. Configure DNSMasq, on Ubuntu:

```
echo "address=/dev/192.168.37.2" > /etc/NetworkManager/dnsmasq.d/dev-tld"
echo "local=/dev/" >> /etc/NetworkManager/dnsmasq.d/dev-tld"

```

4. Reload dnsmasq.

```
sudo systemctl stop NetworkManager
sudo pkill dnsmasq
sudo systemctl start NetworkManager

```

5. Make sure all your projects are in `/mnt/data/projects`, or edit the VagrantFile.
6. Start the VM by doing `develop up`

On boot each of your project will be assigned a domain name based on the name of the folder it is in, `projects/testproject` will be available at `http://testproject.dev`.

The system will try to find out the webroot directory of your project using several heuristics:

1. If a file `manifest.json` exists it will use the `root` key.
2. If a file named `index.php` exists in project root it will use that.
3. If a file named `application/index.php` exists, the root will be set to `application` (yii1).
4. If a file named `public/index.php` exists the root will be set to `public`.
5. If none of those are found it will recursively iterate directories and find all `index.php` files. After that it sorts them based on abscence or presence of the word `public` in the path. It then selects the folder for the first `index.php`.

Besides having all your projects available this repository will add a `http://console.dev` domain that offers some commonly used tools.

1. PHPMyAdmin ()
2. MailCatcher ()
3. Pimp-my-log ()
4. Beanstalk console ([https://github.com/ptrofimov/beanstalk\_console](https://github.com/ptrofimov/beanstalk_console))

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18b13c534e3812b66a72645fe215301b54fc4d288f6396fee9385b681e27da18?d=identicon)[SamMousa](/maintainers/SamMousa)

---

Top Contributors

[![SamMousa](https://avatars.githubusercontent.com/u/547021?v=4)](https://github.com/SamMousa "SamMousa (28 commits)")

### Embed Badge

![Health badge](/badges/sam-it-develop/health.svg)

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

PHPackages © 2026

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