Skip to content

Commit 81cc662

Browse files
committed
chore: update readme
Signed-off-by: azjezz <[email protected]>
1 parent fe8708a commit 81cc662

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22

33
Generate PHP code from Rust using a fluent API 🐘 🦀
44

5+
[![Actions Status](https://github.com/php-rust-tools/codegen/workflows/ci/badge.svg)](https://github.com/php-rust-tools/codegen/actions)
6+
[![Crates.io](https://img.shields.io/crates/v/php_codegen.svg)](https://crates.io/crates/php_codegen)
7+
[![Docs](https://docs.rs/php_codegen/badge.svg)](https://docs.rs/php_codegen/latest/php_codegen/)
8+
59
Rust | PHP
610
:----------------------------------------------:|:----------------------------------------------:
711
[![](screenshots/rust.png)](examples/simple.rs) | [![](screenshots/php.png)](examples/simple.php)
812

13+
14+
## Usage
15+
16+
To bring this crate into your repository, either add `php_codegen` to your `Cargo.toml`, or run `cargo add php_codegen`.
17+
18+
See the [examples](examples) directory for more examples.
19+
920
## License
1021

1122
Licensed under either of
@@ -21,4 +32,4 @@ at your option.
2132

2233
Unless you explicitly state otherwise, any contribution intentionally submitted
2334
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
24-
dual licensed as above, without any additional terms or conditions.
35+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)