Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/reactphp/promise
Promises/A implementation for PHP.
https://github.com/reactphp/promise
PHP 8.4 deprecations require reactphp/promise breaking changes
glo71317 opened this issue 26 days ago
glo71317 opened this issue 26 days ago
Fix inconsistent switch case syntax
theodorejb opened this pull request about 2 months ago
theodorejb opened this pull request about 2 months ago
Documentation suggests finally() will handle rejected promise
lucasnetau opened this issue 2 months ago
lucasnetau opened this issue 2 months ago
Include previous exceptions when reporting unhandled promise rejections
clue opened this pull request 8 months ago
clue opened this pull request 8 months ago
Update test suite to improve PHP 8.4+ support
SimonFrings opened this pull request 8 months ago
SimonFrings opened this pull request 8 months ago
Improve PHP 8.4+ support by avoiding implicitly nullable type declarations
SimonFrings opened this pull request 8 months ago
SimonFrings opened this pull request 8 months ago
Add PHP 8.4 to the CI and fix implicit nullable types
nicolas-grekas opened this pull request 10 months ago
nicolas-grekas opened this pull request 10 months ago
[PHP 8.4] Fixes for implicit nullability deprecation
Ayesh opened this pull request 10 months ago
Ayesh opened this pull request 10 months ago
[1.x] Run tests on PHP 8.3 and update test suite
clue opened this pull request about 1 year ago
clue opened this pull request about 1 year ago
[2.x] Run tests on PHP 8.3 and update test suite
clue opened this pull request about 1 year ago
clue opened this pull request about 1 year ago
[3.x] Run tests on PHP 8.3 and update test suite
clue opened this pull request about 1 year ago
clue opened this pull request about 1 year ago
Add the `@yield` annotation
roxblnfk opened this pull request over 1 year ago
roxblnfk opened this pull request over 1 year ago
Describe all callable arguments with types for `Promise` and `Deferred`
clue opened this pull request over 1 year ago
clue opened this pull request over 1 year ago
Arguments expecting callables should describe the full signature of callables
stof opened this issue over 1 year ago
stof opened this issue over 1 year ago
Update PHPStan
ondrejmirtes opened this pull request over 1 year ago
ondrejmirtes opened this pull request over 1 year ago
Fix gist link about promise in README.md
SQKo opened this pull request over 1 year ago
SQKo opened this pull request over 1 year ago
Add new `set_rejection_handler()` function for unhandled rejections
clue opened this pull request over 1 year ago
clue opened this pull request over 1 year ago
Report any unhandled promise rejections
clue opened this pull request over 1 year ago
clue opened this pull request over 1 year ago
[3.x] Add template annotations
WyriHaximus opened this pull request over 1 year ago
WyriHaximus opened this pull request over 1 year ago
[3.x] Add PHPStan to test environment with `max` level
clue opened this pull request over 1 year ago
clue opened this pull request over 1 year ago
some() implementation
BitpostNetwork opened this pull request almost 2 years ago
BitpostNetwork opened this pull request almost 2 years ago
Exception: Value of type null is not callable
pczerkas opened this issue about 2 years ago
pczerkas opened this issue about 2 years ago
Revert issue template changes to use organisation issue template
SimonFrings opened this pull request about 2 years ago
SimonFrings opened this pull request about 2 years ago
[1.x] Update test suite and report failed assertions
clue opened this pull request about 2 years ago
clue opened this pull request about 2 years ago
[2.x] Update test suite and report failed assertions
clue opened this pull request about 2 years ago
clue opened this pull request about 2 years ago
[3.x] Update test suite and report failed assertions
clue opened this pull request about 2 years ago
clue opened this pull request about 2 years ago
Add issue template for better orientation
SimonFrings opened this pull request about 2 years ago
SimonFrings opened this pull request about 2 years ago
Remove internal `Queue` leftovers
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
[2.x] feat: add support for DNF types on PHP 8.2
nhedger opened this pull request over 2 years ago
nhedger opened this pull request over 2 years ago
[3.x] feat: add support for DNF types
nhedger opened this pull request over 2 years ago
nhedger opened this pull request over 2 years ago
Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+
clue opened this issue over 2 years ago
clue opened this issue over 2 years ago
[3.x] Test on PHP 8.2
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
[2.x] Test on PHP 8.2
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
Add example folder
ishanvyas22 opened this issue over 2 years ago
ishanvyas22 opened this issue over 2 years ago
chore(docs): remove leading dollar signs
nhedger opened this pull request over 2 years ago
nhedger opened this pull request over 2 years ago
Update test suite to avoid deprecation notices for PHP 8.1+
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
Continue internal `Queue` execution also after fiber is suspended
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
[1.x] Add basic template annotations
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
[2.x] Add basic template annotations
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
chore(docs): remove leading dollar sign
nhedger opened this pull request over 2 years ago
nhedger opened this pull request over 2 years ago
Support `iterable` type for `all()` + `race()` + `any()`
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
[RFC] Remove `done()` method
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
[WIP][2.x] Add template annotations
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
[WIP][RFC] Throw when end of chain has been reached
WyriHaximus opened this pull request over 2 years ago
WyriHaximus opened this pull request over 2 years ago
Allow `iterable` instead of `array` for `all()`, `race()` and `any()`
clue opened this issue over 2 years ago
clue opened this issue over 2 years ago
[RFC] Remove unneeded `PromisorInterface`
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
[RFC] Remove `some()`, `map()`, `reduce()` functions
clue opened this pull request over 2 years ago
clue opened this pull request over 2 years ago
[1.x] Fix legacy HHVM build by downgrading Composer
SimonFrings opened this pull request over 2 years ago
SimonFrings opened this pull request over 2 years ago
[2.x] Fix legacy HHVM build by downgrading Composer
SimonFrings opened this pull request over 2 years ago
SimonFrings opened this pull request over 2 years ago
[1.x] Add badge to show number of project installations
SimonFrings opened this pull request almost 3 years ago
SimonFrings opened this pull request almost 3 years ago
Rename development branch to `3.x` and add installation instructions
clue opened this pull request almost 3 years ago
clue opened this pull request almost 3 years ago
Enforce always passing promise to race function
WyriHaximus opened this pull request almost 3 years ago
WyriHaximus opened this pull request almost 3 years ago
Rename otherwise to catch and always to finally
WyriHaximus opened this pull request almost 3 years ago
WyriHaximus opened this pull request almost 3 years ago
php 7.1 multiple exceptions using the pipe (|) character
my-random-username opened this issue almost 3 years ago
my-random-username opened this issue almost 3 years ago
Add branch-alias for master branch
Seldaek opened this pull request about 3 years ago
Seldaek opened this pull request about 3 years ago
ExtendedPromiseInterface: type-hint for then()
Thomas-Gelf opened this pull request about 3 years ago
Thomas-Gelf opened this pull request about 3 years ago
Support PHP 8.1 (Promise v2)
SimonFrings opened this pull request about 3 years ago
SimonFrings opened this pull request about 3 years ago
Run CI on PHP8.0
bzikarsky opened this pull request over 3 years ago
bzikarsky opened this pull request over 3 years ago
allSettled operator
andrei115 opened this issue over 3 years ago
andrei115 opened this issue over 3 years ago
[3.x] Add template annotations
simPod opened this pull request almost 4 years ago
simPod opened this pull request almost 4 years ago
Use GitHub actions for continuous integration (CI) (promise-1.x)
SimonFrings opened this pull request almost 4 years ago
SimonFrings opened this pull request almost 4 years ago
Update PHPUnit configuration schema for PHPUnit 9.3 and run tests on PHPUnit 9 (promise-1.x)
SimonFrings opened this pull request almost 4 years ago
SimonFrings opened this pull request almost 4 years ago
When serializing & later unserializing exceptions thrown by clashing function calls
brentkelly opened this issue over 4 years ago
brentkelly opened this issue over 4 years ago
Address deprecation of ReflectionType::getClass()
cdosoftei opened this pull request over 4 years ago
cdosoftei opened this pull request over 4 years ago
Run tests on PHPUnit 9 and PHP 7.4, clean up test suite and add .gitattributes to exclude dev files from export (promise-1.x)
SimonFrings opened this pull request over 4 years ago
SimonFrings opened this pull request over 4 years ago
Trigger E_USER_ERROR on unhandled exceptions
WyriHaximus opened this pull request over 4 years ago
WyriHaximus opened this pull request over 4 years ago
Call promise twice
cheeghi opened this issue over 4 years ago
cheeghi opened this issue over 4 years ago
ETA version 3?
Ilyes512 opened this issue over 4 years ago
Ilyes512 opened this issue over 4 years ago
Suggestion: when detecting promisable by method presense check its an object
smscr opened this pull request almost 5 years ago
smscr opened this pull request almost 5 years ago
Detecting thenable causes unwanted side effects
smscr opened this issue almost 5 years ago
smscr opened this issue almost 5 years ago
Test PHP 7.4 on Travis
WyriHaximus opened this pull request almost 5 years ago
WyriHaximus opened this pull request almost 5 years ago
[RFC] Consider deprecating FulfilledPromise and RejectedPromise (mark as internal only)
clue opened this issue about 5 years ago
clue opened this issue about 5 years ago
Add .gitattributes to exclude dev files from exports
reedy opened this pull request about 5 years ago
reedy opened this pull request about 5 years ago
Fullfilled or Rejected promise and then method
Logioniz opened this issue over 5 years ago
Logioniz opened this issue over 5 years ago
Reset of error handler in Promise\fatalError
ghost opened this issue about 6 years ago
ghost opened this issue about 6 years ago
\React\Promise\all($promises) doesn't work as expected
suhaboncukcu opened this issue over 6 years ago
suhaboncukcu opened this issue over 6 years ago
Promises do not throw unhandled exceptions
SerafimArts opened this issue over 6 years ago
SerafimArts opened this issue over 6 years ago
example no works
StasToken opened this issue over 6 years ago
StasToken opened this issue over 6 years ago
ajax request
rikyscara opened this issue almost 7 years ago
rikyscara opened this issue almost 7 years ago
Unhandled promise
sm2017 opened this issue about 7 years ago
sm2017 opened this issue about 7 years ago
Examples for writing unit tests?
norbert-yoimo opened this issue over 7 years ago
norbert-yoimo opened this issue over 7 years ago
Queue broken when throwing from `done()` (dev-master only)
kelunik opened this issue over 7 years ago
kelunik opened this issue over 7 years ago
Feature: new promise function "settle()"
SimonHeimberg opened this issue over 7 years ago
SimonHeimberg opened this issue over 7 years ago
Add promise state inspection methods
jsor opened this pull request almost 8 years ago
jsor opened this pull request almost 8 years ago
Missing example code
UlrichEckhardt opened this issue almost 8 years ago
UlrichEckhardt opened this issue almost 8 years ago
Question
sm2017 opened this issue almost 8 years ago
sm2017 opened this issue almost 8 years ago
done() exceptions bubble up into the wrong place
kelunik opened this issue almost 8 years ago
kelunik opened this issue almost 8 years ago
Detecting unhandled rejections
arnaud-lb opened this issue almost 8 years ago
arnaud-lb opened this issue almost 8 years ago
Fix race() to return a forever pending promise when called with an empty array
jsor opened this pull request almost 8 years ago
jsor opened this pull request almost 8 years ago
Remove race()
jsor opened this pull request about 8 years ago
jsor opened this pull request about 8 years ago
Preserve the order of the array with all and map functions
lordthorzonus opened this pull request about 8 years ago
lordthorzonus opened this pull request about 8 years ago
\React\Promise\all not preserving array key order
lordthorzonus opened this issue about 8 years ago
lordthorzonus opened this issue about 8 years ago
callable param can not be null in the fastcgi environment
white-poto opened this issue about 8 years ago
white-poto opened this issue about 8 years ago
Prevent circular references when resolving a promise with itself
jsor opened this pull request about 8 years ago
jsor opened this pull request about 8 years ago
Infinite loop with $deferred->resolve($deferred->promise());
Tatikoma opened this issue about 8 years ago
Tatikoma opened this issue about 8 years ago
Callback wrapper ?
Tatikoma opened this issue about 8 years ago
Tatikoma opened this issue about 8 years ago
each_limit
sm2017 opened this issue about 8 years ago
sm2017 opened this issue about 8 years ago
guzzle/promises
sm2017 opened this issue about 8 years ago
sm2017 opened this issue about 8 years ago
Resolve before returning?
g105b opened this issue over 8 years ago
g105b opened this issue over 8 years ago
Interoperability Implementation
kelunik opened this issue over 8 years ago
kelunik opened this issue over 8 years ago