nachonerd / markdownblog
Minimalist Markdown Blog
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
Type:project
Requires
- php: >=5.4.0
- cebe/markdown: 1.1.*
- deralex/yaml-config-service-provider: 1.0.x
- nachonerd/silex-finder-provider: ^1.1
- nachonerd/silex-markdown-provider: ^1.0
- silex/silex: 1.3.*
- twig/twig: 1.21.*
Requires (Dev)
- phpunit/phpunit: 4.7.*
- squizlabs/php_codesniffer: 2.*
- symfony/browser-kit: ^2.7
- symfony/css-selector: ^2.7
This package is not auto-updated.
Last update: 2025-03-29 21:06:15 UTC
README
Description
Minimalist Markdown Blog Framework based on Silex
License
GPL-3.0
Requirements
- PHP version 5.4
- Composer
- SILEX
- cebe/markdown
- PHP Unit 4.7.x (optional)
- PHP_CodeSniffer 2.x (optional)
Current Version
0.0.2
Changelog
0.0.x
- Automatic add pages following config files.
- Init Enviroment of Testing
0.0.0
- Start Project
Get Starting
$ git clone git@github.com:nachonerd/markdownblog.git
$ cd markdownblog
$ composer install
Running Test Suite
$ cd markdownblog
$ vendor/bin/phpunit -c tests/phpunit.xml