PHPackages                             jasper/basicproj - 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. jasper/basicproj

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

jasper/basicproj
================

00[10 PRs](https://github.com/jasperalani/cheatsheet/pulls)JavaScript

Since Feb 8Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jasperalani/cheatsheet)[ Packagist](https://packagist.org/packages/jasper/basicproj)[ RSS](/packages/jasper-basicproj/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Cheatsheet

[](#cheatsheet)

##### Useful code for starting a new project#

[](#useful-code-for-starting-a-new-project)

#### php.ini

[](#phpini)

[php.ini](php.ini)

#### npm

[](#npm)

```
$ npm install --save-dev gulp gulp-sass gulp-changed gulp-minify jquery

```

#### docker

[](#docker)

```
$ docker stop $(docker ps -aq --all)
$ docker-compose up

```

#### .env ironment file

[](#env-ironment-file)

```
APP_NAME=cheatsheet
MYSQL_DATABASE=cheatsheet
MYSQL_USER=cheater
MYSQL_PASSWORD=withasheet
MYSQL_ROOT_PASSWORD=withasheetofpower

```

#### linux docker aliases

[](#linux-docker-aliases)

```
alias ds='docker stop $(docker ps -aq)'
alias dcu='docker-compose up'

```

#### SQL

[](#sql)

Find largest table in database `SELECT table_name AS "Table", round(((data_length + index_length) / 1024 / 1024), 2) "Table size in MB" FROM information_schema.TABLES order by data_length+index_length desc limit 1;`

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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/e31b472bc322bc331c7a038369a03b496f0101b0bb20d1d6ad529f368b429b2e?d=identicon)[jasperalani](/maintainers/jasperalani)

---

Top Contributors

[![jasperalani](https://avatars.githubusercontent.com/u/7944347?v=4)](https://github.com/jasperalani "jasperalani (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

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

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

###  Alternatives

[corneltek/assetkit

High performance asset manager.

531.4k3](/packages/corneltek-assetkit)

PHPackages © 2026

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