We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2dc88 commit f5f2790Copy full SHA for f5f2790
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `dvlpr1996/php-string-helpers` will be documented in this file
4
5
+## 2.0.0 (2023-mm-dd)
6
+
7
+- Change in the implementation of package structure
8
9
## 1.0.0 (2022-12-18)
10
11
Add new methods :
README.md
@@ -26,7 +26,7 @@ String helper methods are static so usage like the following:
26
First Using The StrUtility Class:
27
28
```php
29
-use PhpStringHelpers\utility\StrUtility;
+use PhpStringHelpers\Facade\StrUtility;
30
```
31
32
<br>
0 commit comments