PHPackages                             nerd-components/path-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nerd-components/path-utils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nerd-components/path-utils
==========================

Functions for manipulations with directory paths

v0.1(9y ago)017MITPHP

Since Sep 30Pushed 9y agoCompare

[ Source](https://github.com/nerd-components/path-utils)[ Packagist](https://packagist.org/packages/nerd-components/path-utils)[ RSS](/packages/nerd-components-path-utils/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Absolute Path Maker
===================

[](#absolute-path-maker)

[![Build Status](https://camo.githubusercontent.com/d68a94efb62b3e9a544cca0bad10ee67c2d45926ad157c80c7c8c334b6f4d158/68747470733a2f2f7472617669732d63692e6f72672f6e6572642d636f6d706f6e656e74732f6162736f6c7574652d706174682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/nerd-components/absolute-path)[![Coverage Status](https://camo.githubusercontent.com/8cdcfd2dfb679c3c72c2f34c85fb7f28ddb1625729bfbc6296ea69a00497bc84/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6e6572642d636f6d706f6e656e74732f6162736f6c7574652d706174682f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/nerd-components/absolute-path?branch=master)[![StyleCI](https://camo.githubusercontent.com/ef41f7b91a51bf468c0e2c7fcea11f5a7950669cb5f8d6dd61d8171f5293b579/68747470733a2f2f7374796c6563692e696f2f7265706f732f36393535353536362f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/69555566)

Usage
-----

[](#usage)

```
use function Nerd\Utils\AbsolutePath\pathMaker;

$make = pathMaker('/some/root');

echo $make('file'); 		// /some/root/file
echo $make('../foo.txt'); 	// /some/foo.txt
echo $make('./other.txt');	// /some/root/other.txt
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3513d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b15606ac61bb3a0a0c37f0634e950a5168f617fac716edc2eb83392a14b2e89?d=identicon)[pldin601](/maintainers/pldin601)

---

Top Contributors

[![pyldin601](https://avatars.githubusercontent.com/u/8050895?v=4)](https://github.com/pyldin601 "pyldin601 (3 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/nerd-components-path-utils/health.svg)

```
[![Health](https://phpackages.com/badges/nerd-components-path-utils/health.svg)](https://phpackages.com/packages/nerd-components-path-utils)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
