PHPackages                             requtize/atline - 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. [Templating &amp; Views](/categories/templating)
4. /
5. requtize/atline

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

requtize/atline
===============

Templating System for PHP

1.0.3(9y ago)135MITPHPPHP ~5.5 || ^7.0

Since Oct 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/requtize/atline)[ Packagist](https://packagist.org/packages/requtize/atline)[ Docs](https://github.com/requtize/atline)[ RSS](/packages/requtize-atline/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)DependenciesVersions (8)Used By (0)

Atline
======

[](#atline)

Atline - PHP Template System. Created for using Templating syntax for (writing) speed, and PHP syntax for facilities.

Installation via composer.json
------------------------------

[](#installation-via-composerjson)

```
"requtize/atline": "^1.0.0"
```

Advantages
----------

[](#advantages)

- Usage PHP code
- **Multidimentional Views extending**
- Autoescape echoed data
- Filters
- Easy to implement

Examples
--------

[](#examples)

### Echo with Auto-escape

[](#echo-with-auto-escape)

```
{{ $var }}
```

### Conditions

[](#conditions)

```
@if $arg == 1
    ...
@elseif $arg == 2
    ...
@else
    ...
@endif
```

### Filters

[](#filters)

```
{{ $var | upper }}
```

### Loops

[](#loops)

```
@loop $array
    {{ $key }} => {{ $item }}
@endloop

// Or

@foreach $array
    {{ $key }} => {{ $item }}
@endforeach
```

### PHP internal function call

[](#php-internal-function-call)

```
{{ number_format($invoice->getCost(), 2) }}
```

### External method call (Environment extended class method)

[](#external-method-call-environment-extended-class-method)

```
{{ t('translateIndex') }}
```

License
-------

[](#license)

This code is licensed under MIT License.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 63.9% 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 ~91 days

Recently: every ~130 days

Total

7

Last Release

3312d ago

Major Versions

0.2.0 → 1.0.02016-04-26

PHP version history (2 changes)0.1.0PHP &gt;=5.4.0

1.0.1PHP ~5.5 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6198c3bc2e2b37d339cc79893c9dd0d100c4443f56361d527bf5306acf2cbe68?d=identicon)[requtize](/maintainers/requtize)

---

Top Contributors

[![Mediaessence](https://avatars.githubusercontent.com/u/262103130?v=4)](https://github.com/Mediaessence "Mediaessence (23 commits)")[![adambanaszkiewicz](https://avatars.githubusercontent.com/u/7622472?v=4)](https://github.com/adambanaszkiewicz "adambanaszkiewicz (13 commits)")

---

Tags

extendabletemplate-enginetemplatingtemplatetemplatinglayout

### Embed Badge

![Health badge](/badges/requtize-atline/health.svg)

```
[![Health](https://phpackages.com/badges/requtize-atline/health.svg)](https://phpackages.com/packages/requtize-atline)
```

###  Alternatives

[eftec/bladeone

The standalone version Blade Template Engine from Laravel in a single php file

8208.4M87](/packages/eftec-bladeone)[fenom/fenom

Fenom - excellent template engine for PHP

44395.5k19](/packages/fenom-fenom)[duncan3dc/blade

Use Laravel Blade templates without the full Laravel framework

160499.5k24](/packages/duncan3dc-blade)[eftec/bladeonehtml

The standalone version Blade Template Engine from Laravel in a single php file

1018.1k5](/packages/eftec-bladeonehtml)

PHPackages © 2026

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