Recommend this page to a friend! |
Classes of Eric Sizemore | Simple Template Engine | README.md | Download |
|
DownloadSimple Template Engine - Text based template parser.Simple Template Engine is a small, simple text-based template parsing engine that works on text replacement. InstallationComposer
Then, within your project (if not already included), include composer's autoload. For example:
ManualSimply drop For example:
Examples/UsageRefer to the There are three main methods of the Template class that are used to parse and display a template. An example is provided with the A Simple ExamplePHP Code
Template HTML
AboutRequirements
Submitting bugs and feature requestsBugs and feature requests are tracked on GitHub Issues are the quickest way to report a bug. If you find a bug or documentation error, please check the following first:
ContributingSimple Template Engine accepts contributions of code and documentation from the community. These contributions can be made in the form of Issues or Pull Requests on the Simple Template Engine repository. Simple Template Engine is licensed under the GNU GPL v3 license. When submitting new features or patches to Simple Template Engine, you are giving permission to license those features or patches under the GNU GPL v3 license. GuidelinesBefore we look into how, here are the guidelines. If your Pull Requests fail to pass these guidelines it will be declined and you will need to re-submit when you?ve made the changes. This might sound a bit tough, but it is required for me to maintain quality of the code-base. PHP StylePlease ensure all new contributions match the PSR-2 coding style guide. The project is not fully PSR-2 compatible, yet; however, to ensure the easiest transition to the coding guidelines, I would like to go ahead and request that any contributions follow them. DocumentationIf you change anything that requires a change to documentation then you will need to add it. New methods, parameters, changing default values, adding constants, etc are all things that will require a change to documentation. The change-log must also be updated for every change. Also PHPDoc blocks must be maintained. BranchingOne thing at a time: A pull request should only contain one change. That does not mean only one commit, but one change - however many commits it took. The reason for this is that if you change X and Y but send a pull request for both at the same time, we might really want X but disagree with Y, meaning we cannot merge the request. Using the Git-Flow branching model you can create new branches for both of these features and send two requests. AuthorEric Sizemore - <admin@secondversion.com> - <https://www.secondversion.com> LicenseSimple Template Engine is licensed under the GNU GPL v3 License - see the |