diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-21 07:55:40 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-21 07:55:40 +0900 |
| commit | 6b16a2cd672edcbfeaf7988591db92ed4c594ddc (patch) | |
| tree | 19c525f55ba05482e1d93f6f882e72ba5d826be6 | |
| parent | b4ead51558fe6f4f5458f3a463ca9261a61ab009 (diff) | |
| download | php-shirabe-6b16a2cd672edcbfeaf7988591db92ed4c594ddc.tar.gz php-shirabe-6b16a2cd672edcbfeaf7988591db92ed4c594ddc.tar.zst php-shirabe-6b16a2cd672edcbfeaf7988591db92ed4c594ddc.zip | |
chore: update README
| -rw-r--r-- | README.md | 25 |
1 files changed, 21 insertions, 4 deletions
@@ -1,12 +1,29 @@ # Shirabe - + -Yet another dependency manager for PHP. +Shirabe is a port of [Composer](https://github.com/composer/composer), the dependency manager for PHP, written in Rust. -*WORK IN PROGRESS* +It aims at 100% compatibility with Composer, including the plugin API. + +*WORK IN PROGRESS*: while full compatibility is the goal, the project is at an early stage and still has many incompatibilities and bugs. See [known incompatibilities](./docs/known-incompatibilities.md) for the differences that will remain intentionally. + + +## Build + +``` +$ git submodule update --init +$ cargo build --release +``` + + +## Test + +``` +$ cargo test +``` ## License -See [LICENSE.md](LICENSE.md). +See [LICENSE.md](./LICENSE.md). |
