17 projects
The Symfony PHP Framework
Symfony is a PHP web application framework designed for building robust, scalable, and maintainable web applications using reusable components and a structured MVC architecture. It’s widely used for enterprise-level projects and forms the foundation of many other PHP platforms, including Laravel and Drupal.
16,968
3,344
$66M
Fastify
Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.
7,535
1,731
$11M
Mock Service Worker
Industry standard API mocking for JavaScript.
2,386
703
$934K
Nock
Nock is an HTTP server mocking and expectations library for Node.js that allows intercepting HTTP requests and providing mock responses for testing purposes
1,699
643
$528K
WebMock
WebMock is a library for stubbing and setting expectations on HTTP requests in Ruby. It allows developers to disable real HTTP requests and simulate responses for testing purposes, supporting features like request matching, response stubbing, and request verification.
1,259
491
$474K
MongoDB In-Memory Server
MongoDB In-Memory Server is a Node.js package that spins up an actual MongoDB server programmatically for testing or development purposes. It enables running MongoDB entirely in memory without writing to disk, making it ideal for automated testing and continuous integration environments.
814
268
$584K
Responses
A utility for mocking out the Python Requests library.
665
244
$215K
Hurl
Hurl, run and test HTTP requests with plain text.
609
196
$5.4M
fetch-mock
Mock http requests made using fetch
577
197
$373K
http4k
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
523
95
$5.1M
MSW Interceptors
Low-level network interception library.
348
131
$684K
MockServer
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
Nise
Fake XHR and fake server
VCR
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.