{"id":13660204,"url":"https://github.com/ParvulaCMS/parvula","last_synced_at":"2025-04-24T19:30:40.882Z","repository":{"id":11283570,"uuid":"13693195","full_name":"ParvulaCMS/parvula","owner":"ParvulaCMS","description":"A simple \u0026 flexible CMS generated from flat files with a complete RESTful API","archived":false,"fork":false,"pushed_at":"2021-04-19T20:13:07.000Z","size":4333,"stargazers_count":78,"open_issues_count":2,"forks_count":11,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-22T11:09:43.502Z","etag":null,"topics":["api","cms","flat-files","light","markdown","php","restful-api","simple"],"latest_commit_sha":null,"homepage":"https://parvulacms.github.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ParvulaCMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-19T01:09:16.000Z","updated_at":"2025-02-16T13:42:10.000Z","dependencies_parsed_at":"2022-09-19T09:40:22.417Z","dependency_job_id":null,"html_url":"https://github.com/ParvulaCMS/parvula","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParvulaCMS%2Fparvula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParvulaCMS%2Fparvula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParvulaCMS%2Fparvula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParvulaCMS%2Fparvula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParvulaCMS","download_url":"https://codeload.github.com/ParvulaCMS/parvula/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250693455,"owners_count":21472266,"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":["api","cms","flat-files","light","markdown","php","restful-api","simple"],"created_at":"2024-08-02T05:01:18.368Z","updated_at":"2025-04-24T19:30:39.881Z","avatar_url":"https://github.com/ParvulaCMS.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://parvulacms.github.io\" target=\"_blank\"\u003e\u003cimg width=\"630\" src=\"http://i.imgur.com/igAQPza.png\" alt=\"Parvula\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PHP-5.6+-brightgreen.svg?style=flat-square\" alt=\"PHP 5.6+\"\u003e\n\n  \u003ca href=\"https://packagist.org/packages/bafs/parvula\"\u003e\n    \u003cimg src=\"https://img.shields.io/packagist/v/bafs/parvula.svg?style=flat-square\" alt=\"version\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://travis-ci.org/ParvulaCMS/parvula\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/ParvulaCMS/parvula.svg?style=flat-square\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://www.versioneye.com/user/projects/56fcfa82905db1003b29956e\"\u003e\n    \u003cimg src=\"https://www.versioneye.com/user/projects/56fcfa82905db1003b29956e/badge.svg?style=flat-square\" alt=\"Dependencies\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg src=\"https://img.shields.io/packagist/l/BafS/parvula.svg?style=flat-square\" alt=\"license\"\u003e\n\u003c/p\u003e\n\n\u003e **An extremely simple \u0026 flexible CMS** generated from flat files with a complete API\n\n![screenshot](http://i.imgur.com/gsbzwgl.png)\n\u003e Parvula with the default galaxy theme\n\n### Requirements\n\n* PHP 5.6+\n* [Composer](http://getcomposer.org/)\n* URL Rewriting (recommended)\n\n### Installation with Composer\n\nParvula can be install with this single line :\n\n```bash\ncomposer create-project bafs/parvula cms\n```\n\nwhere `cms` is the destination folder. Please check the [docs](https://parvulacms.github.io/docs/getting-started/installation.html) if you need more details.\n\n## Quick start\n\n**Please read the [documentation](https://parvulacms.github.io) for more information**\n\n### Edit pages\n\nAll pages are located in `data/pages/`. You can also create sub directories to better organize your pages.\n\nThe basic configuration file is `data/config/site.yml`.\nThere are 2 bundled themes by default: \"simple\" and \"galaxy\".\n\n### Pages\n\n* Pages must have a [title](https://parvulacms.github.io/docs/content/pages.html#front-matter-metadata) to be listed (in the menu)\n* Pages beginning with `_` are *hidden* pages, not listed but accessible\n* You can order pages with the *index* field\n* Each page can have [multiple sections](https://parvulacms.github.io/docs/content/pages.html#sections)\n\n### Administration\n\n![Parvula administration](http://i.imgur.com/WtDfVXu.png)\n\u003e Administration plugin\n\nYou can edit pages online at **yoursite.com/admin** (admin url can be edited in `plugins/Admin/config.php`).\n\nDon't forget to *chmod 755* `data/pages` and *change the default password* in `data/users/users.php` !\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParvulaCMS%2Fparvula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FParvulaCMS%2Fparvula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FParvulaCMS%2Fparvula/lists"}