PHPackages                             teedmaker/tmphp-server-info - 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. teedmaker/tmphp-server-info

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

teedmaker/tmphp-server-info
===========================

Get info from actual server

v1.5.3(6y ago)051MITPHP

Since May 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/teedmaker/tmphp-server-info)[ Packagist](https://packagist.org/packages/teedmaker/tmphp-server-info)[ RSS](/packages/teedmaker-tmphp-server-info/feed)WikiDiscussions master Synced 3d ago

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

### TMPHP Server Info

[](#tmphp-server-info)

This project generate constants that can be used in PHP projects.

For example, you can get actual url access by user like a charm:

```
$base = BASE;
...
echo "go to another page";
```

Or, if you need the `URL` containing all things, like: `http://site.com/teste[?user=lorem]`Then, you can uses:

```
$url = ACTUAL;
echo "Real URL is: {$url}";
```

Of course, you can use that in all places:

```
class AnotherClass
{
    /**
     * This will return this url containing the base url
     */
    public function getUrl(string $url) {
        return BASE . $url;
    }
}
```

---

### Ready to start?

[](#ready-to-start)

You can see how to install [here](how-to-install.md)!

You can see how to use [here](how-to-use.md)!

### Found a error or a possibility?

[](#found-a-error-or-a-possibility)

Fork it and send us a `pull request` 😉

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 97.7% 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

Every ~9 days

Recently: every ~30 days

Total

15

Last Release

2438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cdef6c996d29fad00505fd79a39d84906b6151b27e54c4129ba1b7f6ab869776?d=identicon)[tadeubarbosa](/maintainers/tadeubarbosa)

---

Top Contributors

[![tadeubdev](https://avatars.githubusercontent.com/u/4499999?v=4)](https://github.com/tadeubdev "tadeubdev (43 commits)")[![hopeseekr](https://avatars.githubusercontent.com/u/1125541?v=4)](https://github.com/hopeseekr "hopeseekr (1 commits)")

### Embed Badge

![Health badge](/badges/teedmaker-tmphp-server-info/health.svg)

```
[![Health](https://phpackages.com/badges/teedmaker-tmphp-server-info/health.svg)](https://phpackages.com/packages/teedmaker-tmphp-server-info)
```

PHPackages © 2026

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