PromiseKit VS promises

Compare PromiseKit vs promises and see what are their differences.

PromiseKit

Promises for Swift & ObjC. (by mxcl)

promises

Promises/A+ library for PHP with synchronous support (by guzzle)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
PromiseKit promises
4 4
14,170 7,528
- 0.2%
4.4 5.7
3 days ago 8 days ago
Swift PHP
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PromiseKit

Posts with mentions or reviews of PromiseKit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-06.
  • DispatchGroup in Swift
    2 projects | dev.to | 6 Mar 2021
    The most typical way to solve this problem is by using Combine's Future or PromiseKit's Promise, or by using RxSwift's flatMap. If you're interested on how this works under the hood, I plan to write another article for this case, but for now you can check my code for a simple Promise in this gist, or check this quite old but incredibly mind blowing talk from Javi Soto.
  • How do you escape completion hell?
    2 projects | /r/swift | 21 Dec 2020
    Besides that, you can use a promise library, like PromiseKit.

promises

Posts with mentions or reviews of promises. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.

What are some alternatives?

When comparing PromiseKit and promises you can also consider the following projects:

RxSwift - Reactive Programming in Swift

OpenCombine - Open source implementation of Apple's Combine framework for processing values over time.

BrightFutures - Write great asynchronous code in Swift using futures and promises

Bolts - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.

FutureKit - A Swift based Future/Promises Library for IOS and OS X.

Hydra - ⚡️ Lightweight full-featured Promises, Async & Await Library in Swift

ReactiveCocoa - Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.

promises - Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.

Bolts-Swift - Bolts is a collection of low-level libraries designed to make developing mobile apps easier.

ReSwift - Unidirectional Data Flow in Swift - Inspired by Redux

SwiftTask - Promise + progress + pause + cancel + retry for Swift.

SwiftEventBus - A publish/subscribe EventBus optimized for iOS