From 59c53e271964983b23c852b7ad7343938a054753 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 1 Oct 2020 13:20:28 +0530 Subject: [PATCH] Create your first composer packagist package: Learns how php composer works under the hood --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5e7500..bfab626 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ * [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md) * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +* [**Php**: Create your first composer packagist package: Learns how php composer works under the hood](https://blog.jgrossi.com/2013/creating-your-first-composer-packagist-package/) ## How to contribute * Contributions are very welcome: [Submit tutorial](https://github.com/danistefanovic/build-your-own-x/issues/new)