PHPackages                             wndrfl/pizzaboy - 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. [API Development](/categories/api)
4. /
5. wndrfl/pizzaboy

ActiveLibrary[API Development](/categories/api)

wndrfl/pizzaboy
===============

An unofficial PHP wrapper for the Pizzaboy API

v1.0.0(9y ago)123PHPPHP &gt;=5.3.0

Since Aug 6Pushed 9y ago3 watchersCompare

[ Source](https://github.com/wndrfl/pizzaboy)[ Packagist](https://packagist.org/packages/wndrfl/pizzaboy)[ RSS](/packages/wndrfl-pizzaboy/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Pizzaboy
========

[](#pizzaboy)

1. Authenticate a user with their Dominos account credentials
-------------------------------------------------------------

[](#1-authenticate-a-user-with-their-dominos-account-credentials)

```
$user = $pizzaboy->login(,);
```

2. Create a new order
---------------------

[](#2-create-a-new-order)

```
$order = $user->newOrder();
```

3. Add a pizza to this order
----------------------------

[](#3-add-a-pizza-to-this-order)

```
$order
	->newPizza('medium','hand-tossed')
	->setCheese('whole','normal')
	->setSauce('tomato','normal')
	->addPepperoni()
	->addPineapple()
	->save();
```

4. Set a delivery address for this order
----------------------------------------

[](#4-set-a-delivery-address-for-this-order)

```
$order
	->address()
	->setStreet($_POST['street'])
	->setCity($_POST['city'])
	->setRegion($_POST['state'])
	->setPostalCode($_POST['postal_code'])
	->save();
```

5. Place the order!
-------------------

[](#5-place-the-order)

```
if($order->place()) {
	echo "Order placed!";
}else{
	echo "Order was not placed.";
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3615d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2476650?v=4)[Wonderful](/maintainers/wndrfl)[@wndrfl](https://github.com/wndrfl)

---

Top Contributors

[![johnnietheblack](https://avatars.githubusercontent.com/u/522145?v=4)](https://github.com/johnnietheblack "johnnietheblack (24 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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