Download the PHP package avvertix/pronto-framework without Composer
On this page you can find all versions of the php package avvertix/pronto-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pronto-framework
Pronto CMS Framework
This is a work in progress
This is the base framework (or better to say collection of services) for the flat-file based Pronto CMS. This little framework provides Markdown parsing and Content extraction capabilities in the form of Laravel Lumen service providers.
- Requirements
- API and Services offered
- What content is understood
- Metadata
Requirements
- php 5.5.9+
- php fileinfo extension
- Composer (for managing PHP dependencies)
API and Services offered
to be described
pageview helper
render a markdown file in a view and returns the composed view
pageroute helper
get a link to the specified markdown file
content_path helper
image_path helper
assets_path helper
What content is understood
The content parser offered in this little framework is capable of understanding markdown files with/with-out front-matter.
Markdown files are forced to have .md extension and with UTF-8 character encoding.
If the front matter is set it must start with --- and end with --- on their respective lines, like
Metadata
Actually some metadata contained in the front-matter section of the Markdown files are used inside the framework:
- Order - This is the order that is used in the left rail TOC, the page is left out of the TOC if this is blank
- PageTitle - The title used in the HTML title for the page and in search results
- TOCTitle (optional) - The title used in the left rail Table of Contents for this page. Use this is the title needs to be different than PageTitle
- MetaDescription - The meta description for this page which helps for search
- MetaTags - Further tags for this page again for search
All versions of pronto-framework with dependencies
laravel/lumen-framework Version ~5.2.0
vlucas/phpdotenv Version ~2.2
intervention/image Version ~2.3
erusev/parsedown Version ~1.6.0
erusev/parsedown-extra Version ~0.7.1
symfony/yaml Version ~3.0.0