Ecosyste.ms: OpenCollective

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

github.com/yiisoft/var-dumper

Helper for dumping variable for debug purposes
https://github.com/yiisoft/var-dumper

Improve resulting HTML of syntax highlighting in `EchoHandler`

vjik opened this pull request 10 days ago
Improve CI

vjik opened this pull request 10 days ago
Remove scrutinizer

vjik opened this pull request 10 days ago
Fix readme badges

vjik opened this pull request 10 days ago
Update rector/rector requirement from ^1.0 to ^2.0

dependabot[bot] opened this pull request 28 days ago
Update UPGRADE.md

luizcmarin opened this pull request 8 months ago
Fix docs

luizcmarin opened this pull request 8 months ago
update irc link

Arhell opened this pull request 8 months ago
update irc link

Arhell opened this issue 8 months ago
Fix docs

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

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

dependabot[bot] opened this pull request 11 months ago
Update rector/rector requirement from ^0.18 to ^0.19

dependabot[bot] opened this pull request almost 1 year ago
Remove checks "function_exists" in "functions.php"

vjik opened this issue over 1 year ago
Test for async stream state

xepozz opened this issue over 1 year ago
Extract socket operations into a separated package

xepozz opened this issue over 1 year ago
Corrections for PR 95

arogachev opened this pull request over 1 year ago
Stream & Composite handlers

xepozz opened this pull request over 1 year ago
Add ability to customize output formatter

xepozz opened this pull request over 1 year ago
Debug

xepozz opened this pull request over 1 year ago
Update rector/rector requirement from ^0.17 to ^0.18

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

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

dependabot[bot] opened this pull request over 1 year ago
Custom dumps for DateTime* objects (+convert data providers to generators)

xepozz opened this pull request over 1 year ago
Removed leading spaces in closure dumps

xepozz 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 almost 2 years ago
Update code of conduct

vjik opened this pull request almost 2 years ago
Update phpunit/phpunit requirement from ^9.5 to ^10.0

dependabot[bot] opened this pull request almost 2 years ago
Fix bc workflow.

terabytesoftw opened this pull request almost 2 years ago
Add safe directory to bc workflow

samdark opened this pull request almost 2 years ago
Update yiisoft/arrays requirement from ^1.0|^2.0 to ^3.0.0

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 about 2 years ago
Update vimeo/psalm requirement from ^4.18 to ^5.2

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

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

dependabot[bot] opened this pull request about 2 years ago
Add var type

xepozz opened this pull request about 2 years ago
Enhance

xepozz opened this pull request about 2 years ago
Fix parameter type

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

xepozz opened this pull request about 2 years ago
Improve composer description

vjik opened this pull request about 2 years ago
Add rector and apply suggestions

xepozz opened this pull request over 2 years ago
Make more clarify description in composer.json

vjik opened this issue over 2 years ago
Increase test coverage to 100%

vjik opened this issue over 2 years ago
Fix json serialization

arogachev opened this pull request over 2 years ago
Revert "Fix json serialization"

arogachev opened this pull request over 2 years ago
Fix json serialization

xepozz opened this pull request over 2 years ago
Add json export

dood- opened this pull request over 2 years ago
Json export format

xepozz opened this issue over 2 years ago
Use reusables actions.

terabytesoftw opened this pull request over 2 years ago
Fix `VarDumper::withOffset()` PhpDoc

WinterSilence opened this pull request about 3 years ago
Update Yii Arrays

vjik opened this issue about 3 years ago
Add support for `yiisoft/arrays` version `^2.0`

vjik opened this pull request about 3 years ago
Optional left offset in VarDumper

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

viktorprogger 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
Update functions.php

WinterSilence opened this pull request over 3 years ago
Add export objects with closures

yiiliveext opened this pull request almost 4 years ago
Fix export of static method call to ClosureExporter

devanych opened this pull request almost 4 years ago
Issues exporting yii-demo config

samdark opened this issue almost 4 years ago
Add line break in dump functions for highlight mode

devanych opened this pull request almost 4 years ago
Fix exporting closures with use long namespace under PHP 7.4

devanych opened this pull request almost 4 years ago
Issue exporting closures with use under PHP 8

samdark opened this pull request almost 4 years ago
Remove unused $objects property from VarDumper

devanych opened this pull request almost 4 years ago
Bump actions/cache from v2 to v2.1.4

dependabot[bot] opened this pull request almost 4 years ago
Fix dump functions and readme, improve VarDumper::export()

devanych opened this pull request almost 4 years ago
Cleanup, add d() and dd() functions, add test cases

devanych opened this pull request almost 4 years ago
Fix export

samdark opened this pull request almost 4 years ago
Fix export

samdark opened this issue almost 4 years ago
Check correct read file by UseStatementParser

vjik opened this pull request almost 4 years ago
Improve readme + Minor beautify of code + Update dev dependencies

vjik opened this pull request almost 4 years ago
Extra tests for ClosureExporter

samdark opened this pull request almost 4 years ago
Fix Psalm errors

samdark opened this pull request almost 4 years ago
Remove JSON with object references export

samdark opened this pull request almost 4 years ago
Do not produce JSON

samdark opened this pull request almost 4 years ago
Decide if we need VarDumper:: asJsonObjectsMap() and JSON overall

samdark opened this issue almost 4 years ago
Increase test coverage and MSI score

samdark opened this issue almost 4 years ago
Cleanup

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

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

dependabot[bot] opened this pull request about 4 years ago
Enhancements

xepozz opened this pull request about 4 years ago
Small refactoring

xepozz opened this pull request about 4 years ago
Extract closure exporter

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

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

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

dependabot[bot] opened this pull request about 4 years ago
Regular enhancements :)

xepozz opened this pull request about 4 years ago
Update pipelines and README.md

terabytesoftw opened this pull request about 4 years ago
Fix json dumping

xepozz opened this pull request about 4 years ago
Tests refactoring

xepozz opened this pull request about 4 years ago
Added extra test case

xepozz opened this pull request about 4 years ago
Update roave/infection-static-analysis-plugin requirement from ^1.3 to ^1.4

dependabot[bot] opened this pull request about 4 years ago
Fixed #17, added test and made some refactoring

xepozz opened this pull request about 4 years ago
Fix issue #17

yiiliveext opened this pull request about 4 years ago
Spl Object ID breaks yii-debug-api

samdark opened this issue about 4 years ago
Enhancements

xepozz opened this pull request about 4 years ago
Adjust LICENSE

Fantom409 opened this pull request about 4 years ago
Update dev dependencies, pipelines, fix scrutinizer.

terabytesoftw opened this pull request about 4 years ago
Fixed #7

xepozz opened this pull request about 4 years ago