mobicms/render

Native PHP template engine

4.0.0 2022-12-09 13:18 UTC

This package is auto-updated.

Last update: 2024-04-04 13:31:59 UTC


README

GitHub GitHub release (latest SemVer) Packagist

CI-Analysis CI-Tests Sonar Coverage Quality Gate Status

mobicms/render is a native PHP template system that started on the basis of league/plates v.3.3.0. The development of the original package went in a direction that was not suitable for our projects where Plates was used, so it was decided to continue development as an independent package. Our goal was to simplify the source code as much as possible, get rid of the unnecessary and add the missing functionality.

This package is part of mobiCMS and JohnCMS, but can be used freely in any other projects.

Installation

The preferred method of installation is via Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:

composer require mobicms/render

Documentation

Check out the documentation wiki for detailed information and code examples.

Contributing

Contributions are welcome! Please read Contributing for details.

YAGNI KISS

In our development, we follow the principles of YAGNI and KISS. The source code should not have extra unnecessary functionality and should be as simple and efficient as possible.

License

This package is licensed for use under the MIT License (MIT).
Please see LICENSE for more information.

Our links