2017 © Pedro Peláez
 

project angle-framework

A PHP Framework for the Angle Network

image

bennetgallein/angle-framework

A PHP Framework for the Angle Network

  • Wednesday, July 11, 2018
  • by BennetPHP
  • Repository
  • 3 Watchers
  • 2 Stars
  • 28 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Template Engine

Basic Documentation: The first line is the template language and the second is the PHP equivalent, (*1)

Installation

Please use this Engine only with composer:, (*2)

"repositories": [{
  "type": "composer",
  "url": "https://packages.streamtitties.fun"
}],

And, (*3)

"require": {
    "bennetgallein/angle-framework": "dev-master"
},

TODO:

  • implement native Logging to a file with different important steps.
echo Variable
{ :varname }
<?= $varname; ?>
set Variable
{ :varname = 1 }
<?php $varname = 1; ?>
foreach Loops
{ foreach :entry in :list}


{ foreach :entry in :list with :key }
 $entry): ?>

{ endforeach }

The Versions

11/07 2018

dev-master

9999999-dev

A PHP Framework for the Angle Network

  Sources   Download

The Requires

 

by bennetgallein