Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/widget

Widgets are reusable building blocks used to create complex and configurable user interface elements in an object-oriented fashion
https://github.com/yiisoft/widget

Remove scrutinizer

vjik opened this issue 4 months ago
Improve configuration docs

arogachev opened this pull request 4 months ago
Update UPGRADE.md

luizcmarin opened this pull request 5 months ago
Fix docs

luizcmarin opened this pull request 5 months ago
Translation into Brazilian Portuguese and corrections to docs in English

luizcmarin opened this pull request 6 months ago
Update phpunit/phpunit requirement from ^9.5 to ^10.5

dependabot[bot] opened this pull request 7 months ago
Update rector/rector requirement from ^0.19.0 to ^1.0.0

dependabot[bot] opened this pull request 9 months ago
Update rector/rector requirement from ^0.18.3 to ^0.19.0

dependabot[bot] opened this pull request 9 months ago
Allow use widgets without widget factory initialization + Improve CI

vjik opened this pull request 11 months ago
Add ability to set default theme for concrete widget

vjik opened this pull request 11 months ago
Update rector/rector requirement from ^0.17.0 to ^0.18.3

dependabot[bot] opened this pull request about 1 year ago
Update rector/rector requirement from ^0.17.0 to ^0.18.2

dependabot[bot] opened this pull request about 1 year ago
Update rector/rector requirement from ^0.17.0 to ^0.18.1

dependabot[bot] opened this pull request about 1 year ago
Update rector/rector requirement from ^0.17.0 to ^0.18.0

dependabot[bot] opened this pull request about 1 year ago
Update phpunit/phpunit requirement from ^9.5 to ^10.3

dependabot[bot] opened this pull request about 1 year ago
Update phpunit/phpunit requirement from ^9.5 to ^10.2

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.16.0 to ^0.17.0

dependabot[bot] opened this pull request over 1 year ago
Update rector/rector requirement from ^0.15.1 to ^0.16.0

dependabot[bot] opened this pull request over 1 year ago
Update phpunit/phpunit requirement from ^9.5 to ^10.1

dependabot[bot] opened this pull request over 1 year ago
Update StyleCI config

vjik opened this pull request over 1 year ago
Add widget themes

vjik opened this pull request over 1 year ago
Update code of conduct

vjik opened this pull request over 1 year ago
Update phpunit/phpunit requirement from ^9.5 to ^10.0

dependabot[bot] opened this pull request over 1 year ago
Add default widget config

vjik opened this pull request over 1 year ago
Add upgrade instructions

rustamwin opened this pull request over 1 year ago
Allow to merge config and constructor arguments

vjik opened this pull request almost 2 years ago
Add note `README.md`.

terabytesoftw opened this pull request almost 2 years ago
Fix accidental readme changes 2

vjik opened this pull request almost 2 years ago
Fix accidental readme changes

samdark opened this pull request almost 2 years ago
Simplify the interface.

terabytesoftw opened this pull request almost 2 years ago
Tests psalm.

terabytesoftw opened this pull request almost 2 years ago
Improve `Widget::widget()`

vjik opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.4

dependabot[bot] opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.3

dependabot[bot] opened this pull request almost 2 years ago
Update rector/rector requirement from ^0.14.3 to ^0.15.1

dependabot[bot] opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.2

dependabot[bot] opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.1

dependabot[bot] opened this pull request almost 2 years ago
Update rector/rector requirement from ^0.14.3 to ^0.15.0

dependabot[bot] opened this pull request almost 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.0

dependabot[bot] opened this pull request almost 2 years ago
Add support return stringable object in widget

vjik opened this issue almost 2 years ago
Update yiisoft/html requirement from ^2.0 to ^3.0

dependabot[bot] opened this pull request almost 2 years ago
Fix typo in `WidgetFactoryInitializationException` solution

vjik opened this pull request almost 2 years ago
Add support for `yiisoft/html` version `^3.0`

vjik opened this pull request almost 2 years ago
Add support for `yiisoft/definitions` version `^3.0`

vjik opened this pull request almost 2 years ago
[Batch] Add composer-require-checker CI

xepozz opened this pull request about 2 years ago
Add rector [batch]

xepozz opened this pull request about 2 years ago
Update yiisoft/test-support requirement from ^1.3 to ^3.0

dependabot[bot] opened this pull request over 2 years ago
Update yiisoft/test-support requirement from ^1.3 to ^2.0

dependabot[bot] opened this pull request over 2 years ago
Add support for `yiisoft/definitions` version `^2.0`

vjik opened this pull request over 2 years ago
Separate chain calls

sankaest opened this pull request over 2 years ago
Use reusables actions.

terabytesoftw opened this pull request over 2 years ago
Update dependencies workflows.

terabytesoftw opened this pull request over 2 years ago
Fix solution description to WidgetFactoryInitializationException

devanych opened this pull request over 2 years ago
`Widget::widget()` should accept array only as configuration

vjik opened this issue over 2 years ago
Make container mandatory for widget factory

devanych opened this pull request almost 3 years ago
Fix static analysis for WidgetFactory

devanych opened this pull request almost 3 years ago
Use stable yiisoft/definitions package

devanych opened this pull request almost 3 years ago
Add params for configure `WidgetFactory`

vjik opened this pull request almost 3 years ago
Add factory config

samdark opened this pull request almost 3 years ago
Widgets and DI question

Gerych1984 opened this issue almost 3 years ago
Add support `psr/container` ^2.0

vjik opened this pull request about 3 years ago
Unable to install when using composer 2.0. Conflicting psr/container requirements

IvandaNothabeer opened this issue about 3 years ago
Adopt to `yiisoft/definitions`

vjik opened this pull request about 3 years ago
Schedule GitHub workflows

viktorprogger opened this pull request about 3 years ago
New providers

yiiliveext opened this pull request about 3 years ago
Use composition instead inheritance in `WidgetFactory`

vjik opened this issue about 3 years ago
Adopt to remove FactoryInterface from yiisoft/factory

vjik opened this pull request about 3 years ago
Cleanup, add test cases, raise MSI to 100%

devanych opened this pull request over 3 years ago
Add description to readme, improve throwing exceptions

devanych opened this pull request over 3 years ago
Minor cleaning of Widget class, improve UX

devanych opened this pull request over 3 years ago
Remove yiisoft/di dependency

devanych opened this pull request over 3 years ago
Bump shivammathur/setup-php from 2 to 2.11.0

dependabot[bot] opened this pull request over 3 years ago
Bump actions/cache from 2 to 2.1.5

dependabot[bot] opened this pull request over 3 years ago
Installation failed

rezabagheri opened this issue over 3 years ago
Adopt configs to new factory syntax

vjik opened this pull request over 3 years ago
Make widgets not encodable

samdark opened this pull request over 3 years ago
Bump actions/cache from v2 to v2.1.4

dependabot[bot] opened this pull request over 3 years ago
Update vimeo/psalm requirement from ^4.2 to ^4.3

dependabot[bot] opened this pull request almost 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.5 to ^1.6

dependabot[bot] opened this pull request almost 4 years ago
Adjust widgets to support immutability

terabytesoftw opened this pull request almost 4 years ago
Add immutable widget test

samdark opened this pull request almost 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.4 to ^1.5

dependabot[bot] opened this pull request almost 4 years ago
Styleci

samdark opened this pull request almost 4 years ago
Update vimeo/psalm requirement from ^4.1 to ^4.2

dependabot[bot] opened this pull request almost 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.3 to ^1.4

dependabot[bot] opened this pull request almost 4 years ago
Adjust LICENSE

Fantom409 opened this pull request almost 4 years ago
Fix badged README.md.

terabytesoftw opened this pull request almost 4 years ago
Switch to github actions.

terabytesoftw opened this pull request almost 4 years ago
Adopt Psalm

Fantom409 opened this pull request almost 4 years ago
Remove yiisoft/di dependency

vjik opened this issue about 4 years ago
Update phan/phan requirement from ^2.4 to ^2.4 || ^3.0

dependabot-preview[bot] opened this pull request over 4 years ago
Imporove UX

xepozz opened this issue over 4 years ago
Update README.md

xepozz opened this pull request over 4 years ago
Add factory auto initialize

yiiliveext opened this pull request over 4 years ago