Download the PHP package creativitas/markdownuts without Composer

On this page you can find all versions of the php package creativitas/markdownuts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
creativitas/markdownuts
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package markdownuts

MarkDownuts 🍩

Next Generation PHP Markdown Website - Flatifle CMS - Static Site Generator Alternative run on PHP


About MarkDownuts 🍩

Do you want to develop and build a website by adopting the concept of a static site generator,working with markdown , yaml like jekyll / 11ty eleventy, and running on your PHP hosting??

MarkDownuts is the right solution for you.

This project is inspired by Jekyll, Eleventy 11ty which focuses on speed, simplicity, stability, and security. and ease of working with markdown and yaml files.

Let's start using markdownuts now to build a modern PHP website easily and quickly.

Documentation : https://markdownuts.axcora.com/


Features


🚀 Become a Sponsor | ☕ Buy me Coffee | 🍩 Buy me a Donuts


Test drive demo : Run Demo

A Project by Creativitas


Brutalisme Starter Themes

Starter themes for help you develop your modern website quickly !!

Test Drive Brutalisme Peformance and Speed

Mobile Target

Desktop Target


Get Start

Let's built and develop your modern PHP website with MarkDownuts

Install via composer

Open terminal on your cloud host.

Installation markdownuts default via composer

composer create-project creativitas/markdownuts

Installation markdownuts with your project name via composer

composer create-project creativitas/markdownuts project-name

change project-name with your project name, example markdownuts

Install with git

Other solutions you can use terminal , open terminal and run

git clone https://github.com/mesinkasir/markdownuts.git

Next step you can access your source code file, cd yourproject

Now we need to run installation composer install

Congratulations your site is live now !!

Download Source Code

Download markDownuts complete source code file, and upload in to your host , next you can run your website, that's it !!

Download Full Source Code Main

Setup your site

After installing and running your project, you will see the starter project is a skeleton version without CSS styling. First of course you need to set up your site, add your site URL, you can change the site name, description, social media and more into config.yml

After entering your site URL, via config.yml then Brutalism Starter is active as your theme.

SITE URL

If you work on local you need to setup you.htaccess , for example you want run on htcods/markdownuts , you can set look like this

To setup your Site for SEO , sitename, Twitter card and Open Graph ,nabar,and copyrights on footer you can update your site name , twitter user, facebook user and others on config.yml

Work with PHP built-in-webserver

Open terminal anda access your project, cd/myproject next you can run

Create new post

If you want to create new blog post, you can access on posts folder, and create new markdown files.

Create static page

If you want to create new static page, you can access on pages folder, and create new markdown files.

Generate Sitemap

To generate an automatic sitemap.xml, just access yourweb.com/getsitemp.php change yourweb.com with your domain name.Next you check your root project folder to see the sitemap.xml has been created.

You can generate sitemap manually for your blog , open terminal and run php generate_sitemap.php

Documentation and Official Page

You can read how work with MarkDownuts project on our documentation site - https://markdownuts.axcora.com/


NEW Backend CMS Plugins

Markdownuts currently embraces the approach of Jekyll and 11ty, seamlessly working with Markdown (.md) files and YAML configurations. This foundation provides a robust and flexible system for content management.

Looking ahead, we're excited to announce our next big step: the development of a powerful backend CMS tailored to enhance your workflow and boost productivity. This feature will offer you an intuitive interface, making content creation and management a breeze.

Download Backend CMS Plugin Now

Download and upload backend CMS plugin into your markDownuts root folder project, next you can access om yoursite.com/admin.

For default email and password you can read here - https://markdownuts.axcora.com/theme/admincms/


🚀 Become a Sponsor | ☕ Buy me Coffee | 🍩 Buy me a Donuts


Test drive demo : Run Demo



All versions of markdownuts with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
symfony/yaml Version ^5.4
erusev/parsedown Version ^1.7
league/commonmark Version ^2.6
ezyang/htmlpurifier Version ^4.18
symfony/cache Version ^5.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package creativitas/markdownuts contains the following files

Loading the files please wait ....