Skip to content

sikessem/endsides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Template/Rendering Engine for Web Developer

Endsides allows you to generate compressed HTML/CSS code for static/dynamic websites from PHP scripts.

Installation

Install from Packagist using Composer

  • as template:
composer create-project endsides/endsides
  • as dependency:
composer require endsides/endsides

Usage

<?php

$autoloader = require_once __DIR__ . '/php_packages/autoload.php';

//Add your code here...

Requirements

PHP 8.0.0 or above (at least 8.0.18 recommended to avoid potential bugs)

Security Reports

Please send any sensitive issue to report@foss.sikessem.com. Thanks!

License

endsides/endsides is licensed under the Apache 2.0 License - see the LICENSE file for details.