biurad / poakium

A Monorepo for Full-stack PHP independent libraries. (metapackage)
MIT License
2 stars 0 forks source link

Adding a lightweight git-scm library for php #1

Closed divineniiquaye closed 1 year ago

divineniiquaye commented 1 year ago

Is there an existing feature for this?

Proposal or Solution

This library should be a lightweight library for working with git in PHP.

The library's goal is to become the underlying code leveraged for writing PHP projects using git commands. For that reason, Prior knowledge of git commands is necessary.

This should see some performance improvement in writing PHP applications that use git commands over other libraries out there.

Code of Conduct