Download the PHP package sageit/markupengine without Composer
On this page you can find all versions of the php package sageit/markupengine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sageit/markupengine
More information about sageit/markupengine
Files in sageit/markupengine
Package markupengine
Short Description Allows you to create HTML custom tags that aids in templating and providing easy to use extendable functionality that designers find easy to work with.
License MIT
Informations about the package markupengine
MarkupEngine [](https://packagist.org/packages/sageit/markupengine) [](https://packagist.org/packages/sageit/markupengine) [](https://packagist.org/packages/sageit/markupengine) [](https://packagist.org/packages/sageit/markupengine) [](https://packagist.org/packages/sageit/markupengine)
Allows you to create HTML markup tags that are rendered via class extensions to the included CustomMarkup Class. Markup intended for simple visual elements reaused throughout code and should not inlcude Database calls (separate of View and Modal)
**[Explore the docs »](https://github.com/SageITSolutions/MarkupEngine)** **[View Demo](https://github.com/SageITSolutions/MarkupEngine)** · **[Report Bug](https://github.com/SageITSolutions/MarkupEngine/issues)** · **[Request Feature](https://github.com/SageITSolutions/MarkupEngine/issues)**Table of Contents
- About the Project
- Built With
- Getting Started
- Installation
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
About The Project
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Installation
Git:
Composer:
Usage
This project consists of an included MarkupEngine class which parses custom HTML tags into valid HTML.
Components:
- MarkupEngine.php class (parser)
- CustomMarkup.php class (abstract base class used by parser)
- tags/mytagname.php (customizable folder containing tag classes which must extend CustomMarkup)
Example Tag.
Integrated Example
Inside the related tag file; tags/youtube.php:
`
Resulting output:
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Sage IT Solutions - Email
Project Link: https://github.com/SageITSolutions/MarkupEngine