Introduction
- Package Description
- Basic Usage Example
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
Package Description
This package is about language independent code generation, in next to no time.
Basic Usage Example
Here's an example of how it can be used in a very basic way:
(new Authanram\Generators\Generator())
->withTemplate('first {{ second }} third {{ fourth }}')
->withInput(['second' => '2nd', 'fourth' => '4th'])
->get();
This will lead to the following output:
first 2nd third 4th
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.