{"id":16184356,"url":"https://github.com/mattmezza/blog-manager","last_synced_at":"2026-04-16T14:09:31.779Z","repository":{"id":62525304,"uuid":"78301607","full_name":"mattmezza/blog-manager","owner":"mattmezza","description":"An utility to manage a small blog with files and markdown syntax","archived":false,"fork":false,"pushed_at":"2017-01-07T23:14:39.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T15:36:29.084Z","etag":null,"topics":["articles","blog","cms","file","kiss","markdown","no-database","pages","yaml"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattmezza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-07T20:20:23.000Z","updated_at":"2017-03-20T21:06:29.000Z","dependencies_parsed_at":"2022-11-02T14:15:52.527Z","dependency_job_id":null,"html_url":"https://github.com/mattmezza/blog-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fblog-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fblog-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fblog-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmezza%2Fblog-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmezza","download_url":"https://codeload.github.com/mattmezza/blog-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247656024,"owners_count":20974282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["articles","blog","cms","file","kiss","markdown","no-database","pages","yaml"],"created_at":"2024-10-10T07:09:56.052Z","updated_at":"2026-04-16T14:09:31.714Z","avatar_url":"https://github.com/mattmezza.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Travis](https://img.shields.io/travis/mattmezza/blog-manager.svg)]()\n[![Scrutinizer Coverage](https://img.shields.io/scrutinizer/coverage/g/mattmezza/blog-manager.svg)]()\n[![Scrutinizer](https://img.shields.io/scrutinizer/g/mattmezza/blog-manager.svg)]()\n[![Packagist](https://img.shields.io/packagist/v/mattmezza/blog-manager.svg)]()\n\nblog-manager\n=====\n\nA PHP utility class to manage a small blog with files and markdown syntax\n\n`composer require mattmezza/blog-manager`\n\n```php\nrequire_once 'vendor/autoload.php';\n\n$config = array(\n  \"posts\" =\u003e array(\n    \"dir\" =\u003e __DIR__ . \"/posts\",\n    \"perpage\" =\u003e 5\n  ),\n  \"pages\" =\u003e array(\n    \"dir\" =\u003e __DIR__ . \"/pages/\"\n  ),\n  \"url\" =\u003e \"http://localhost:8000\"\n);\n\n$bm = new Blog\\Manager($config);\n$page = $bm-\u003eget_page(\"test\");\n\n// echo $page-\u003etitle;\necho $page-\u003ebody;\n// echo $page-\u003emetas-\u003ewooow;\n```\n\n`test.md`\n\n```\ntitle: test\nwooow: 'YAML syntax'\n------------\n# Test\nLet's _try_\n```\n\n\n\n\n###### Matteo Merola \u003cmattmezza@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fblog-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmezza%2Fblog-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmezza%2Fblog-manager/lists"}