library mmb-github
Github Article Service for mmb
cammanderson/mmb-github
Github Article Service for mmb
- Tuesday, August 19, 2014
- by cammanderson
- Repository
- 1 Watchers
- 0 Stars
- 58 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Github Article Provider for mmb
Github Article Service for Minimalist Markdown Blog Check-in your blog articles to your github account and make them accessible to your blog.Supports branching strategy, allowing you to configure your local blog to read a separate branch., (*1)
Usage
Composer
{
"require": {
"cammanderson/mmb" : "@dev"
"cammanderson/mmb-github" : "@dev"
}
}
Update your pimple
// Silex configuration
$app->register(new MMB\ArticleServiceProvider());
// Specify articles to be sourced from github
$app['article_service'] = $app->share(function ($app) {
$githubService = new \MMB\Github\GithubArticleService('cammanderson', 'mmb-github-example', 'master');
$githubService->setProvider($app['article_provider']);
return $githubService;
});
Configuration
- Branch (e.g. look to master)
- Github Authentication (for private github repositories)
- Regular expressions for matching article naming convention
See example, (*2)
dev-master
9999999-dev
Github Article Service for mmb
Sources
Download
LGPL-3.0
The Requires
The Development Requires
by
Cameron Manderson
markdown
github
blog
coding
v1.0-alpha
1.0.0.0-alpha
Github Article Service for mmb
Sources
Download
LGPL-3.0
The Requires
The Development Requires
by
Cameron Manderson
markdown
github
blog
coding