# How to create a completely new bridge New code files MUST have `declare(strict_types=1);` at the top of file: ```php find('.blog-posts li') as $li) { $a = $li->find('a', 0); $this->items[] = [ 'title' => $a->plaintext, 'uri' => 'https://herman.bearblog.dev' . $a->href, ]; } } } ``` Learn more in [bridge api](https://rss-bridge.github.io/rss-bridge/Bridge_API/index.html).