PHPackages                             1mbsite/1mbcode - 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. 1mbsite/1mbcode

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

1mbsite/1mbcode
===============

v0.0.1(7y ago)18172[1 issues](https://github.com/1mbsite/1mbcode/issues)PHP

Since Jan 7Pushed 7y agoCompare

[ Source](https://github.com/1mbsite/1mbcode)[ Packagist](https://packagist.org/packages/1mbsite/1mbcode)[ RSS](/packages/1mbsite-1mbcode/feed)WikiDiscussions master Synced 2d ago

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

1mbcode
=======

[](#1mbcode)

[![](https://camo.githubusercontent.com/a9e3a51ceba567ee95a1ff28d9761937312149dc6f007d4ac3969216bc2370ce/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d316d6273697465253246316d626f6364652d6f72616e67652e737667)](https://packagist.org/packages/1mbsite/1mbcode)

1mbcode is a backend language written for [1mb.site](https://1mb.site). It gives basic backend functionality to developers in a sandboxed environment.

Syntax
------

[](#syntax)

### Variables

[](#variables)

1mbcode supports `array|string|integer|float|boolean` data types, below are examples for creating variables and assigning their value.

#### Array

[](#array)

```
var myArray = {"name": "jake"};

```

#### String

[](#string)

```
var myString = "Hey! I'm Jake!";

```

#### Integer

[](#integer)

```
var myInteger = 100;

```

#### Float

[](#float)

```
var myFloat = 100.99;

```

#### Boolean

[](#boolean)

```
var myBool = true;

```

#### Variable References

[](#variable-references)

You can reference a variable as the value of another variable, function parameter, etc with the `&` char e.g `&myVar`.

#### Assignment Operators

[](#assignment-operators)

1mbcode supports standard assignment pperators `+`, `-`, `*`, `/`. You can use any of these operators on `integer`, `float`, or variable references. note: assignment operators have not yet been implemented on variable references

#### Storing Function Results

[](#storing-function-results)

```
var myFuncResult = get_url("https://google.com");

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

2732d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17521434?v=4)[Jake Casto](/maintainers/0x15f)[@0x15f](https://github.com/0x15f)

---

Top Contributors

[![DerpyScripts](https://avatars.githubusercontent.com/u/21293197?v=4)](https://github.com/DerpyScripts "DerpyScripts (6 commits)")[![0x15f](https://avatars.githubusercontent.com/u/17521434?v=4)](https://github.com/0x15f "0x15f (3 commits)")

---

Tags

1mbcode1mbsitebackend-langageossphp-based

### Embed Badge

![Health badge](/badges/1mbsite-1mbcode/health.svg)

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

###  Alternatives

[tremby/laravel-git-version

A helper to get the current git version of the application

62664.5k3](/packages/tremby-laravel-git-version)[data-values/data-values

Defines the DataValue interface and some trivial implementations

171.1M24](/packages/data-values-data-values)[alikdex/yii2-crawler-detect

Yii2 extension for CrawlerDetect library

1422.1k](/packages/alikdex-yii2-crawler-detect)[xj/yii2-lazyload-widget

yii2-lazyload-widget

175.4k](/packages/xj-yii2-lazyload-widget)

PHPackages © 2026

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