Download the PHP package requtize/atline without Composer
On this page you can find all versions of the php package requtize/atline. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download requtize/atline
More information about requtize/atline
Files in requtize/atline
Download requtize/atline
More information about requtize/atline
Files in requtize/atline
Vendor requtize
Package atline
Short Description Templating System for PHP
License MIT
Homepage https://github.com/requtize/atline
Package atline
Short Description Templating System for PHP
License MIT
Homepage https://github.com/requtize/atline
Please rate this library. Is it a good library?
Informations about the package atline
Atline
Atline - PHP Template System. Created for using Templating syntax for (writing) speed, and PHP syntax for facilities.
Installation via composer.json
Advantages
- Usage PHP code
- Multidimentional Views extending
- Autoescape echoed data
- Filters
- Easy to implement
Examples
Echo with Auto-escape
{{ $var }}
Conditions
@if $arg == 1
...
@elseif $arg == 2
...
@else
...
@endif
Filters
{{ $var | upper }}
Loops
@loop $array
{{ $key }} => {{ $item }}
@endloop
// Or
@foreach $array
{{ $key }} => {{ $item }}
@endforeach
PHP internal function call
{{ number_format($invoice->getCost(), 2) }}
External method call (Environment extended class method)
{{ t('translateIndex') }}
License
This code is licensed under MIT License.
All versions of atline with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5 || ^7.0
The package requtize/atline contains the following files
Loading the files please wait ....