Skip to content

Commit f7040a4

Browse files
committed
v1.1.1
1 parent 58b540a commit f7040a4

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22

33
[![Build & Test (PHP 8.2)](https://github.com/shipsaas/docking/actions/workflows/build.yml/badge.svg)](https://github.com/shipsaas/docking/actions/workflows/build.yml)
44
[![Integration Tests](https://github.com/shipsaas/docking/actions/workflows/integration.yml/badge.svg)](https://github.com/shipsaas/docking/actions/workflows/integration.yml)
5+
[![E2E Tests](https://github.com/shipsaas/docking/actions/workflows/e2e.yml/badge.svg)](https://github.com/shipsaas/docking/actions/workflows/e2e.yml)
56
[![codecov](https://codecov.io/gh/shipsaas/docking/branch/main/graph/badge.svg?token=FAZ9899IPW)](https://codecov.io/gh/shipsaas/docking)
67

78
<p align="center" width="100%">
89
<img src="https://raw.githubusercontent.com/shipsaas/docking/main/docs/img/logo.png">
910
</p>
1011

11-
DocKing is a document management microservice that handles templates and renders them in PDF format, all in one place.
12+
DocKing is a document management service/microservice that handles templates and renders them in PDF format, all in one place.
1213

13-
You can utilize DocKing as a shared microservice, which can be integrated into any service.
14+
You can utilize DocKing as a shared microservice, which can be integrated & used in any services from your big product.
1415

1516
Documentation: [DocKing](https://docking.shipsaas.tech)
1617

18+
DocKing is well-tested & production-ready 😉🏎️🚀
19+
1720
## LIVE DEMO 🔥
1821

1922
URL: https://docking-demo.shipsaas.tech/
@@ -25,15 +28,19 @@ Console: https://docking-demo.shipsaas.tech/console#/
2528
- Drivers:
2629
- Gotenberg: Yes, use the Live Demo Instance (from Gotenberg.dev)
2730
- WkHtmlToPdf: Yes, without any extensions or fonts.
28-
- Most of the features are disabled. You can only view & preview PDFs in multiple modes.
31+
- mPDF: Yes, without any extensions or fonts.
32+
- Most of the features are disabled. You can only view & preview PDFs in multiple drivers.
2933

3034
## Features 🚀
31-
- Manage your document templates 📰🧾.
32-
- Render HTML based on your desired data for a specific template, then export it as PDF 🏃‍.
35+
- Manage all of your document templates just in one place 📰🧾.
36+
- Dynamically render & export PDF from your desired data 🏃‍.
3337
- Supports multiple state-of-the-art PDF Engines 🍻.
38+
- Supports sync & async PDF rendering modes 🔥.
3439
- Webhook notification after PDF rendered (for async flow) 🚀
35-
- Built-in UI-console to manage the templates & files (for internal use) 🔋.
36-
- DocKing can perfectly fit for the horizontal scaling based on your needs 😉.
40+
- Built-in UI-console to manage & review the templates & files (for internal use) 🔋.
41+
- Horizontal scaling when traffic goes high? DocKing got that 😉.
42+
43+
Check out our planned features here: [The DocKing Project](https://github.com/orgs/shipsaas/projects/1)
3744

3845
## Diagram of how it works
3946

@@ -68,7 +75,7 @@ Awesome, IKR?
6875
- Gotenberg ✅
6976
- WkHtmlToPdf ✅
7077
- mPDF ✅
71-
- E2E Tests to validate REAL WORLD API CALLs
78+
- E2E Tests to validate REAL WORLD API CALLs & Rendering Async Flow
7279

7380
## LICENSE
7481

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shipsaas/docking",
33
"type": "project",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "DocKing: Your shared-microservice that takes over the document templates management & render/export PDF",
66
"keywords": [
77
"laravel",

0 commit comments

Comments
 (0)