Ross ROSS = Recommend OSS · open-source software intelligence for agents

jkpang/PPNetworkHelper

AFNetworking 3.x 与YYCache封装 observed · 2026-08-28

github.com/jkpang/PPNetworkHelper · Objective-C · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3673
  • days_rel: n/a
  • days_push: 2819
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1574 stars · 344 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PPNetworkHelper is an Objective-C wrapper around AFNetworking 3.x and YYCache for iOS, providing simple one-line APIs for GET/POST requests, file/image upload and download, and network status monitoring. It adds automatic HTTP response caching backed by YYCache so cached data can be returned without writing SQL or manual cache code.

Use cases

  • make GET and POST requests with a simple block-based API on iOS
  • cache network responses automatically and fall back to cached data offline
  • upload single or multiple images with progress callbacks
  • upload and download files with progress tracking
  • monitor network status in an iOS app
  • print Chinese characters in JSON directly in the console for easier debugging

When to choose

  • you are building an Objective-C iOS app already using AFNetworking 3.x and want built-in response caching
  • you want a concise wrapper covering requests, uploads, downloads, and network monitoring in one class
  • you prefer YYCache-based caching over writing FMDB/SQLite code yourself

When to avoid

  • you are starting a new project - the library has had no release since December 2018 and is effectively unmaintained
  • you use Swift or modern stacks like URLSession, Alamofire, or Moya
  • you need advanced features like request interceptors, retry policies, or async/await support

Facets

library · maturity abandoned

http-client caching file-upload mobile-development networking developer-tools afnetworking yycache objective-c cocoapods network-wrapper http-cache ios mobile

1 source

Member repositories

RepositoryRoleHealth v2
jkpang/PPNetworkHelpermain10

For agents

markdown · JSON · MCP: product_card(name="jkpang/PPNetworkHelper")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem