Eine einfache Klasse um einen PHP-String aus Teil-Strings zu konstruieren und ggf. simple template operationen auszuführen.
Go to file
Marcel Naeve 553af171aa
added some more tests
2024-04-20 23:05:02 +02:00
src unique setting in setParts umgesetzt 2024-04-20 22:11:18 +02:00
tests added some more tests 2024-04-20 23:05:02 +02:00
.gitignore Initial commit 2024-04-20 15:10:44 +02:00
LICENSE Initial commit 2024-04-20 15:10:44 +02:00
README.md Initial commit 2024-04-20 15:10:44 +02:00
composer.json phpUnit installiert 2024-04-20 21:47:37 +02:00
composer.lock phpUnit installiert 2024-04-20 21:47:37 +02:00

README.md

PHP-StringBuilder

Eine einfache Klasse um einen PHP-String aus Teil-Strings zu konstruieren und ggf. simple template operationen auszuführen.