agrechuha/utils

此包最新版本(0.0.2)没有可用的许可信息。

0.0.2 2023-11-21 12:58 UTC

This package is auto-updated.

Last update: 2024-09-21 14:39:47 UTC


README

包括以下内容
- URL 解析器

要求

  • PHP >=8.0

安装

$ composer require agrechuha/utils

使用

<?php
$urlParser = new UrlParser('https://otus.ru/learning/265134/');
echo $urlParser->getHost(); // otus.ru