Skip to content

Commit 825e357

Browse files
authored
Merge pull request #128 from ackintosh/update-readme
Update README
2 parents b491dcf + 01a0669 commit 825e357

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,7 @@ Ganesha is PHP implementation of [Circuit Breaker pattern](http://martinfowler.c
1010

1111
</div>
1212

13-
<div align="center">
14-
15-
**If Ganesha is saving your service from system failures, please consider [supporting](https://github.com/sponsors/ackintosh) to this project's author, [Akihito Nakano](#author), to show your :heart: and support. Thank you!**
16-
17-
[Sponsor @ackintosh on GitHub Sponsors](https://github.com/sponsors/ackintosh)
18-
19-
</div>
20-
21-
---
22-
23-
This is one of the [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html) implementation in PHP which has been actively developed and production ready - well-tested and well-documented. :muscle: You can integrate Ganesha to your existing code base easily as Ganesha provides just simple interfaces and [Guzzle Middleware](https://github.com/ackintosh/ganesha#ganesha-heart-guzzle) behaves transparency.
24-
25-
If you have an idea about enhancement, bugfix..., please let me know via [Issues](https://github.com/ackintosh/ganesha/issues). :sparkles:
13+
This is one of the [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html) implementations in PHP that is actively developed, production-ready, well-tested and well-documented. :muscle: You can easily integrate Ganesha into your existing code base, as Ganesha provides just simple interfaces and [Guzzle Middleware](https://github.com/ackintosh/ganesha#ganesha-heart-guzzle) behaves transparency.
2614

2715
## Table of contents
2816

@@ -668,6 +656,7 @@ Here are some articles/videos introduce Ganesha! All of them are really shining
668656

669657
### Articles
670658

659+
- 2025-02-05 [Unorthodox Monoliths in Laravel | Studocu Tech](https://medium.com/studocu-techblog/unorthodox-monoliths-in-laravel-ebb41277780e)
671660
- 2024-02-13 [Webhooks at scale @Yousign. Yousign s’appuie sur des webhooks pour… | by Fabien Paitry | Yousign Engineering & Product](https://medium.com/yousign-engineering-product/webhooks-at-scale-yousign-89677f9e8ef1)
672661
- 2022-09-02 [Using a circuit breaker to spare the API we are calling | Bedrock Tech Blog](https://tech.bedrockstreaming.com/2022/09/02/backend-circuit-breaker.html)
673662
- 2021-06-25 [Чек-лист: как оставаться отказоустойчивым, переходя на микросервисы на PHP (и как правильно падать) / Блог компании Skyeng / Хабр](https://habr.com/ru/company/skyeng/blog/560842/)

0 commit comments

Comments
 (0)