PHPackages                             websk/php-crud - 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. [Database &amp; ORM](/categories/database)
4. /
5. websk/php-crud

ActiveLibrary[Database &amp; ORM](/categories/database)

websk/php-crud
==============

CRUD

2.3.1(5mo ago)1228[2 PRs](https://github.com/websk/php-crud/pulls)4PHPPHP ^8.3

Since Nov 7Pushed 5mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (11)Versions (39)Used By (4)

WebSK php-crud
==============

[](#websk-php-crud)

Install
-------

[](#install)

install dependency using Composer

```
composer require websk/php-crud
```

Config
------

[](#config)

- CRUD no special configs

Demo
----

[](#demo)

- Установить mkcert,
- Выполнить:

    ```
    mkcert --install
    ```
- Сделать самоподписанный сертификат для `php-crud.devbox`:

    ```
    mkcert php-crud.devbox
    ```
- Скопировать полученные файлы \_wildcard.php-crud.devbox.pem и \_wildcard.php-crud.devbox.pem в `var/docker/nginx/sites`
- Прописать в `/etc/hosts` или аналог в Windows `%WINDIR%\System32\drivers\etc\hosts`

    ```
    127.0.0.1 php-crud.devbox

    ```
- Создаем локальный конфиг, при необходимости вносим изменения:

    ```
    cp config/config.example.php config/config.php
    ```
- Заходим в директорию с docker-compose:

    ```
    cd var/docker
    ```
- Создаем локальный env файл, при необходимости вносим изменения:

    ```
    cp .example.env .env
    ```
- Собираем и запускаем докер-контейнеры:

    ```
    docker compose up -d --build
    ```
- Устанавливаем зависимости для проекта

    ```
    docker compose exec php-fpm composer install
    ```
- Выполняем миграции БД

    ```
    docker compose exec php-fpm php vendor/bin/websk_db_migration.php migrations:migration_auto
    ```

    or run handle process migration:

    ```
    docker compose exec php-fpm php vendor/bin/websk_db_migration.php migrations:migration_handle
    ```
- Install static

    ```
    npm install
    npm run build
    ```
- open `https://php-crud.devbox`

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance70

Regular maintenance activity

Popularity13

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity88

Battle-tested with a long release history

 Bus Factor1

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

Every ~75 days

Recently: every ~62 days

Total

35

Last Release

170d ago

Major Versions

1.4.1 → 2.0.02025-02-09

PHP version history (2 changes)1.1.8PHP ^7.4

2.0.0PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![skulkov](https://avatars.githubusercontent.com/u/18742741?v=4)](https://github.com/skulkov "skulkov (60 commits)")[![websk](https://avatars.githubusercontent.com/u/14013132?v=4)](https://github.com/websk "websk (1 commits)")

### Embed Badge

![Health badge](/badges/websk-php-crud/health.svg)

```
[![Health](https://phpackages.com/badges/websk-php-crud/health.svg)](https://phpackages.com/packages/websk-php-crud)
```

###  Alternatives

[doctrine/doctrine-module

Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules

3957.9M116](/packages/doctrine-doctrine-module)[forkcms/forkcms

Fork is an open source CMS that will rock your world.

1.2k44.5k](/packages/forkcms-forkcms)[thecodingmachine/tdbm

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.

123174.9k6](/packages/thecodingmachine-tdbm)[nettrine/annotations

Doctrine Annotations for Nette Framework

193.0M7](/packages/nettrine-annotations)[onurb/doctrine-yuml-bundle

Symfony Bundle to visualize the mapping of your entities with Yuml

4198.6k](/packages/onurb-doctrine-yuml-bundle)[kdyby/annotations

Doctrine Annotations integration into Nette Framework

101.3M18](/packages/kdyby-annotations)

PHPackages © 2026

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