promise

Promises/A implementation for PHP. (by reactphp)

Promise Alternatives

Similar projects and alternatives to promise

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better promise alternative or higher similarity.

promise reviews and mentions

Posts with mentions or reviews of promise. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Is it possible that PHP will ever get async/await functions?
    9 projects | /r/PHP | 27 Oct 2022
    Promises are a solution to asynchronicity in general. Promises are more of a specification, so anything claiming to implement Promises solves the same class of problem in the same way. Since php doesn't have language level wrappers for Await behavior it is going to look weird. Either you use something Object Oriented like Promises to handle the timing/async of your calls, or you use something functional like the pcntl functions to handle Process Control of multiple interdependent processes and the pipes/sockets between them. There are also separate Asnycronous libraries available that have a slightly different interface, but they probably just use promises in the backend. See https://github.com/reactphp/async and https://github.com/reactphp/promise for instance if you don't like curl.

Stats

Basic promise repo stats
1
2,332
5.2
about 1 month ago

reactphp/promise is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of promise is PHP.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com