https://github.com/eypsilon/many-requested
https://github.com/eypsilon/many-requested
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eypsilon/many-requested
- Owner: eypsilon
- License: gpl-3.0
- Created: 2020-07-16T11:41:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T04:14:27.000Z (over 2 years ago)
- Last Synced: 2025-01-19T19:58:05.238Z (4 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Many Requested
`composer require eypsilon/many-requested`
```php
get([
'accept_locales' => true,
'fix_path' => true,
'locales'=> [
'de' => [
'id' => 1,
'title' => 'Deutsch',
'iso' => 'de',
'is_default' => true,
],
],
'keep_parameter' => [
'get' => [
'a' => 'test',
'b' => 'parameter'
],
'separator' => '&',
]
])
);
```