You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# flaksp/user-input-processor
1
+
# spiks/user-input-processor
2
2
3
3
Denormalizes and validates any kind of user input, so it may be easily used in:
4
4
@@ -12,10 +12,10 @@ Denormalizes and validates any kind of user input, so it may be easily used in:
12
12
13
13
_**Warning:** At this moment the library is being tested in real projects to detect possible problems in its design, so API changes are possible. Please wait for stable version._
14
14
15
-
PHP 8.0 or newer is required. The library is available in [Packagist](https://packagist.org/packages/flaksp/user-input-processor) and may be installed with Composer:
15
+
PHP 8.0 or newer is required. The library is available in [Packagist](https://packagist.org/packages/spiks/user-input-processor) and may be installed with Composer:
16
16
17
17
```console
18
-
composer require flaksp/user-input-processor
18
+
composer require spiks/user-input-processor
19
19
```
20
20
21
21
## Conception
@@ -75,10 +75,10 @@ use App\Denormalizer\DisplayNameDenormalizer;
75
75
use App\Denormalizer\EmailDenormalizer;
76
76
use App\Denormalizer\UsernameDenormalizer;
77
77
use App\ValueObject\UserProfileData;
78
-
use Flaksp\UserInputProcessor\Denormalizer\ObjectDenormalizer;
79
-
use Flaksp\UserInputProcessor\ObjectField;
80
-
use Flaksp\UserInputProcessor\ObjectStaticFields;
81
-
use Flaksp\UserInputProcessor\Pointer;
78
+
use Spiks\UserInputProcessor\Denormalizer\ObjectDenormalizer;
0 commit comments