mamluk / kipchak
An API Development Kit (ADK) to consistently build and manage APIs
1.0
2025-07-29 08:03 UTC
Requires
- php: >=8.3
- cuyz/valinor: ^1.17
- doctrine/orm: ^3.5
- firebase/php-jwt: ^6.9
- guzzlehttp/guzzle: ^7.8
- illuminate/http: ^9.52
- mamluk/couchdb: 0.6
- monolog/monolog: ^3.5
- php-di/php-di: ^6.4
- slim/psr7: ^1.6
- slim/slim: ^4.14
- symfony/cache: ^6.4
- zircote/swagger-php: ^4.11
Requires (Dev)
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2025-07-29 08:17:32 UTC
README
Kipchak by Mamluk
Overview
Kipchak is an API Development Kit (ADK) built on Slim Framework, designed for rapid API development. Written in PHP, it combines years of production experience handling thousands of concurrent requests.
Quick Start
To see Kipchak in action, visit our starter repository.
Features in the Community Edition
Category | Components |
---|---|
Core Features | • Easy config management • Consistent bootstrapping • Dependency injection • Middleware injection |
Caching | • Symfony Cache • Memcached support • File System Caching |
Database | • Doctrine DBAL and ORM • CouchDB Client |
Authentication | • OAuth 2 with JWKS • Key-based authentication |
Development Tools | • Object Mapping (Valinor) • Pre-configured testing |
Infrastructure | • Base Dockerfile • NGINX Unit support |
Documentation | • OpenAPI using Zircotte Swagger PHP |
Enterprise Features (Paid)
- Valkey support for caching
- JWT authentication / authorisation with a public key
- Binary only or security verified containers
- RBAC Management
- Personal Access Token Management
- Rate limting by IP address / user / API key
- OAuth 2 Client with simplified token management for upstream APIs
To learn more about Kipchak Enterprise Edition, please reach out via https://mamluk.net/contact.
Additional Open Source Components you can use with Kipchak
Category | Components |
---|---|
Message Queues | Tavashan by Mamluk (https://1x.ax/mamluk/tavshan - a Rabbit MQ Client |
Key Differences between versions 0.x and versions 1.x
- Session management has not been used even once in a 0.x implementation as it's always best to keep APIs stateless so it has been removed
- Zircote Swagger PHP has been added for generating OpenAPI documentation from PHP Attributes
- Doctrine has now been upgraded to the stable version 3.5+. This may result in breaking changes, especially for migrations and if you were using / extending some core Doctrine capabilities without specifying return types.
Technical Stack
- Framework: Built on Slim Framework
- Memory Footprint: Lightweight compared to Symfony/Laravel
- Integration: Compatible with Symfony/Laravel libraries
- PHP 8.3+
Credits
Component | Provider |
---|---|
Framework | Slim Framework |
Cache/ORM | Symfony |
HTTP Client | Laravel |
Logging | Monolog |
Object Mapping | Team CuyZ (Valinor) |
Open API Docs | Zircotte |
Couch DB | Mamluk CouchDB Client |
For complete dependencies, see our composer.json.
About
- Company: Mamluk
- Name Origin: Named after the Turkic Kipchak family which founded the Mamluk Sultanate of Cairo in 1250
- Documentation: Available at Kipchak Starter