Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Thumbs.db
/.idea
/.vscode
.phpunit.result.cache
report.junit.xml
report.junit.xml
coverage/
build/
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PHP String Tools
# PHP String Tools

[![Latest Version on Packagist](https://img.shields.io/packagist/v/gaming-engine/string-tools.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools)
[![Total Downloads](https://img.shields.io/packagist/dt/gaming-engine/dictionary.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools)
[![Total Downloads](https://img.shields.io/packagist/dt/gaming-engine/string-tools.svg?style=flat-square)](https://packagist.org/packages/gaming-engine/string-tools)
![GitHub Actions](https://github.com/gaming-engine/string-tools/actions/workflows/main.yml/badge.svg)

A quick and easy helper for handling templated strings in PHP.
A quick and easy helper for handling templated strings in PHP.

## Installation

Expand Down Expand Up @@ -48,8 +48,8 @@ If you discover any security related issues, please email awjudd@gmail.com inste

## Credits

- [Andrew Judd](https://github.com/gaming-engine)
- [All Contributors](../../contributors)
- [Andrew Judd](https://github.com/gaming-engine)
- [All Contributors](../../contributors)

## License

Expand Down