mobicms / render
Native PHP template engine
Installs: 5 213
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: ~8.0 || ~8.1 || ~8.2
Requires (Dev)
- phpunit/phpunit: ^9.5
- slevomat/coding-standard: ^8.6
- squizlabs/php_codesniffer: ^3.7
- vimeo/psalm: ^5.1
README
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.
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
- mobiCMS Project website and support forum
- GitHub mobiCMS project repositories