PHPackages                             toofifty/spam - 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. toofifty/spam

ActiveLibrary

toofifty/spam
=============

Easy setup Shell / PHP / Apache / MySQL environment for macOS

0.3(7y ago)38PHP

Since Mar 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Toofifty/spam)[ Packagist](https://packagist.org/packages/toofifty/spam)[ RSS](/packages/toofifty-spam/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Simple PHP Apache MySQL environment for macOS
=============================================

[](#simple-php-apache-mysql-environment-for-macos)

Inspired by Laravel Valet, but specifically created for sites that still rely on Apache and the LAMP / MAMP stack.

Install
=======

[](#install)

Grab it with composer-

```
composer global require toofifty/spam
spam install
```

Add a site
==========

[](#add-a-site)

Add a site to SPAM with the following command. If the sitename is absent, the current directory name is used as the domain.

```
# cd projects/my-website
spam link
# => creates http://my-website.test/
spam link our-website
# => creates http://our-website.test/
```

Many domains can point to the same directory. The unlink command works the same way-

```
# cd projects/my-website
spam unlink
# => disables http://my-website.test/
spam unlink our-website
# => disables http://our-website.test/
```

Changing PHP versions
=====================

[](#changing-php-versions)

You can change the version of PHP at any time - this will apply to all sites, and will change the PHP in your `$PATH`.

```
php -v
# => php 7.1.27
spam use php@5.6
php -v
# => php 5.6.40
spam use php@latest
php -v
# => php 7.3.2
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

3

Last Release

2622d ago

### Community

Maintainers

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

---

Top Contributors

[![Toofifty](https://avatars.githubusercontent.com/u/963182?v=4)](https://github.com/Toofifty "Toofifty (5 commits)")

### Embed Badge

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

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

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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