PHPackages                             baylang/project - 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. baylang/project

ActiveProject

baylang/project
===============

1.0.0(4mo ago)05MITPHP

Since Dec 27Pushed 4mo agoCompare

[ Source](https://github.com/bayrell/project_php)[ Packagist](https://packagist.org/packages/baylang/project)[ RSS](/packages/baylang-project/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

PHP BayLang project
===================

[](#php-baylang-project)

BayLang is lowcode fullstack technology for development CRM and ERP system.

Clear PHP project

Create project

```
wget https://github.com/bayrell/project_php/archive/refs/heads/main.zip -O "project.zip"
unzip project.zip

```

Change folder

```
mv project_php-main project
cd project

```

Build docker container
----------------------

[](#build-docker-container)

Build test container

```
./build.sh test

```

Build prod container

```
./build.sh docker

```

Run container:

```
docker run -d -p 8000:80 -v ./src:/var/www/html --name app_project app/project:1.0

```

Compile project
---------------

[](#compile-project)

Enter container:

```
docker exec -it app_project bash

```

Change folder

```
cd /var/www/html

```

Install composer

```
composer install

```

Compile project

```
baylang-php make_all

```

Install Assets

```
./console.php core:install

```

Watch changes

```
baylang-php watch

```

Stop container
--------------

[](#stop-container)

If you want to stop container run:

```
docker stop app_project
docker rm app_project

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance75

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

142d ago

### Community

Maintainers

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

---

Top Contributors

[![ildar-ceo](https://avatars.githubusercontent.com/u/9403155?v=4)](https://github.com/ildar-ceo "ildar-ceo (8 commits)")

### Embed Badge

![Health badge](/badges/baylang-project/health.svg)

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

PHPackages © 2026

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