PHPackages                             denetorus/sketch-min - 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. [Framework](/categories/framework)
4. /
5. denetorus/sketch-min

ActiveProject[Framework](/categories/framework)

denetorus/sketch-min
====================

Sketch php-framework with min settings

03PHP

Since Aug 29Pushed 2y agoCompare

[ Source](https://github.com/Denetorus/sketch-min)[ Packagist](https://packagist.org/packages/denetorus/sketch-min)[ RSS](/packages/denetorus-sketch-min/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

---

Launching the project

---

STEP 1

Download the files and place them in a directory on your disk (For example, this folder is named "MyAPI")

---

STEP 2

Update dependencies from composer

```
composer update

```

---

STEP 3

Make directory "config" in the root directory Make 2 files in config directory, filling DB information:

console.json

```
{
  "routers": {
    "default": {
    "controller_path": "console",
    "router": "router\\RouterConsole",
    "path": "console",
    "sign": "sign\\SignConsole"
    }
  },
  "props":{
    "db_params": {
    "dsn": "pgsql:host=localhost;port=5432;dbname=dbname",
    "user": "postgres",
    "password": "admin"
    }
  }
}

```

web.json

```
{
  "routers": {
    "default": {
      "controller_path": "web",
      "router": "router\\RouterWeb",
      "sign": "sign\\SignWeb",
      "use_status": true,
      "sign_in_path": "signin",
      "error_path": "error/error_404"
    },
    "rest": {
      "controller_path": "rest",
      "router": "router\\RouterRest"
    }
  },
  "props":{
    "db_params": {
    "dsn": "pgsql:host=localhost;port=5432;dbname=dbname",
    "user": "postgres",
    "password": "admin"
    }
  }
}

```

CHECK:

On this STEP you can check project throw the terminal.

Open terminal (console). Go to the directory when placed project files ("MyAPI") Run command:

```
php sk test

```

You have to see message

```
test console is execute

```

If you see the mistake

```
'php' is not recognized as an internal or external command,
operable program or batch file."

```

You can fix it one of a methods for your system. The method for Windows was description here

```
https://www.codeandtuts.com/php-is-not-recognized-as-an-internal-or-external-command/

```

---

STEP 4

Configure ENTRY POINT in the PHP server to directory "/gate"

(For our example:

If you use Windows Apache : Open Apache configure file "httpd.conf" In the file look for parameter "Document Root". Fill parameter:

```
DocumentRoot "Path_to_directory/MyAPI/gate"

```

If you use Linux Apache2 : Change Sites-available configure file parameter

```
DocumentRoot "Path_to_directory/MyAPI/gate"

```

If you use Linux Nginx : Change Sites-available configure file parameter

```
root Path_to_directory/MyAPI/gate

```

)

CHECK:

- Restart Apache/Nginx
- Go to the link

    ```
      http://IP_SITE

    ```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/38141146?v=4)[Denis Mylnikov](/maintainers/Denetorus)[@Denetorus](https://github.com/Denetorus)

---

Top Contributors

[![Denetorus](https://avatars.githubusercontent.com/u/38141146?v=4)](https://github.com/Denetorus "Denetorus (25 commits)")

### Embed Badge

![Health badge](/badges/denetorus-sketch-min/health.svg)

```
[![Health](https://phpackages.com/badges/denetorus-sketch-min/health.svg)](https://phpackages.com/packages/denetorus-sketch-min)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M257](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M593](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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