Download the PHP package cammanderson/mmb without Composer

On this page you can find all versions of the php package cammanderson/mmb. 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?

Informations about the package mmb

Minimalist Markdown Blog

Focus on writing clean blog articles using simple markdown. Include beautiful colourful fenced code blocks that people will love.

Minimalistic approach, based on silex. Chose where to store and retrieve your markdown, I'm using a separate git repository. Articles are pushed here and mapped by the FileArticleService.

Usage

For your application:

Composer

Silex Service Provider and Route

You can add the article service and then use it in your application as needed.

Default Configuration

Currently needs a couple of elements set to app['config']['parameters']

Consider using a YAML config provider for silex deralex/yaml-config-service-provider

Writing Articles

Using the FileArticleService, it will take a configuration path to look for files. Articles are mapped by key, where the key matches the filename.

2014-08-10_my-article.md
2014-08-12_my-other-article.md

Hosting articles on github

It is easily possible to place the articles in your github repository and connect to it using GithubService for mmd.

Extending

Alternative location for Articles

You can always implement your own ArticleService to source the articles from another location.

Now register to the dependency injector (remember to provider the article provider).

TODO

Eventually to be moved to MCB (Minimalist Coders Blog) for more broader use. Developers can then implement their own article providers (file, git, cmf etc), formating and highlighters (e.g. pygments, geshi etc).


All versions of mmb with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
silex/silex Version ~1.2
symfony/yaml Version ~2.4
symfony/process Version dev-master
erusev/parsedown Version dev-master
deralex/yaml-config-service-provider Version ~1
symfony/finder Version ~2.5
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 cammanderson/mmb contains the following files

Loading the files please wait ....