Skip to content

Commit 6efa560

Browse files
authored
Update README.md
1 parent 2fe9640 commit 6efa560

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ Install via composer
5656
composer require mpscholten/request-parser
5757
```
5858

59-
If you're using the `symfony/http-foundation` `Request`, you just need to import a trait into your controller:
59+
If you're using the `symfony/http-foundation` `Request`, you just need to import a trait into your controller. If you're using some other `Request` abstraction (or maybe just plain old `$_GET` and friends), [check out this example](https://github.com/mpscholten/request-parser/blob/master/examples/not-symfony.php).
60+
61+
The following example asumes you're using the symfony `Request`:
6062

6163
```php
6264
class MyController

0 commit comments

Comments
 (0)