An open API service indexing awesome lists of open source software.

https://github.com/eypsilon/many-requested


https://github.com/eypsilon/many-requested

Last synced: 2 months ago
JSON representation

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' => '&',
]
])
);
```