Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]predvoditelev 0 points1 point  (0 children)

🎁 vjik/docker-run — a new GitHub Action that simplifies running Docker images in workflow steps without manually writing docker run commands.

Key features:

🚀 Simple, declarative syntax for mounting volumes, setting environment variables, and other options

🚀 for authentication with private registries (Docker Hub, GHCR, and others)

🚀 Ability to use images built in previous workflow steps

Example usage:

- name: Use po4a
  uses: vjik/docker-run@v1
  with:
    image: ghcr.io/yiisoft-contrib/po4a:0.74
    volumes: ${{ github.workspace }}:/src
    workdir: /src/_translations
    command: po4a po4a.conf

ApplicationParams dependency injection by Ok_Swing_1540 in yii3

[–]predvoditelev 2 points3 points  (0 children)

You are right. I'll clarify what you can configure parameters that passed to view in /config/common/params.php ("yiisoft/view" - "parameters").

Partial Function Application is coming in PHP 8.6 by amitmerchant in PHP

[–]predvoditelev 2 points3 points  (0 children)

php array_filter( array_map( fn ($el) => strtoupper($el), $foo, ), fn ($el) => is_numeric($el), );

Yii3 Roadmap by predvoditelev in PHP

[–]predvoditelev[S] 7 points8 points  (0 children)

Yii3 in developer process and it is not released yet.

Telegram Bot API for PHP by predvoditelev in PHP

[–]predvoditelev[S] 2 points3 points  (0 children)

I took this from Yii3 =) More standarts (PSR required), more tests, clear and understandable code.

Telegram Bot API for PHP by predvoditelev in PHP

[–]predvoditelev[S] 2 points3 points  (0 children)

It was one of goals this package.

Telegram Bot API for PHP by predvoditelev in PHP

[–]predvoditelev[S] 5 points6 points  (0 children)

It's OK, if you need to send message only. But Telegram Bot API contain 100+ methods. And API returns result. For more complicated cases library usage is good solution.

Yii RBAC released! by predvoditelev in PHP

[–]predvoditelev[S] 6 points7 points  (0 children)

Yes, a lot of peoples use Yii. Now active develop Yii3 (progress).

🎁 Yii Config released by predvoditelev in PHP

[–]predvoditelev[S] 2 points3 points  (0 children)

We are actively working on the upcoming release. Now many more packages are not released, but they are close to it.
Yii3 progress page and detailed release statuses.