Commit 34ca21ce authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Installation first

parent ce52910a
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -8,6 +8,12 @@

A PHP library to work with absolute and relative paths.

## Installation

```bash
composer require arokettu/path
```

## Usage

```php
@@ -32,12 +38,6 @@ $url->resolveRelative($rel)->toString();
// => https://example.com/some/other/path
```

## Installation

```bash
composer require arokettu/path
```

## Documentation

Read full documentation here: <https://sandfox.dev/php/path.html>