{"id":19697175,"url":"https://github.com/janit/ezbolt","last_synced_at":"2025-10-17T06:17:33.896Z","repository":{"id":36746542,"uuid":"41053155","full_name":"janit/ezbolt","owner":"janit","description":"eZ Bolt tutorial in ezsummercamp 2015","archived":false,"fork":false,"pushed_at":"2015-08-26T11:45:11.000Z","size":6932,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T03:37:23.604Z","etag":null,"topics":[],"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/janit.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-19T18:42:51.000Z","updated_at":"2015-08-19T18:50:13.000Z","dependencies_parsed_at":"2022-09-07T09:01:01.409Z","dependency_job_id":null,"html_url":"https://github.com/janit/ezbolt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janit%2Fezbolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janit%2Fezbolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janit%2Fezbolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janit%2Fezbolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janit","download_url":"https://codeload.github.com/janit/ezbolt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241008038,"owners_count":19893093,"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":[],"created_at":"2024-11-11T19:37:24.242Z","updated_at":"2025-10-17T06:17:28.863Z","avatar_url":"https://github.com/janit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bolt\n====\n\nSophisticated, lightweight \u0026 simple CMS. Homepage: [Bolt.cm](https://bolt.cm)\n\nBolt is a tool for Content Management, which strives to be as simple and\nstraightforward as possible. It is quick to set up, easy to configure, uses\nelegant templates, and above all: It's a joy to use. Bolt is created using\nmodern open source libraries, and is best suited to build sites in HTML5 with\nmodern markup.\n\nFrom a technical perspective: Bolt is written in PHP, and uses either SQLite,\nMySQL or PostgreSQL as a database. It's built upon the [Silex framework](http://silex.sensiolabs.org)\ntogether with a number of [Symfony](http://symfony.com/) [components](http://symfony.com/components)\nand [other libraries](http://docs.bolt.cm/credits). Bolt is released under the\nopen source [MIT-license](http://opensource.org/licenses/mit-license.php).\n\n\nBuild status, code quality and other badges\n-------------------------------------------\n\n[![Build Status](https://secure.travis-ci.org/bolt/bolt.png?branch=master)](http://travis-ci.org/bolt/bolt)\n[![Scrutinizer Continuous Inspections](https://scrutinizer-ci.com/g/bolt/bolt/badges/general.png?s=74400dd068f81fe3ba434e5952b961bb83bbea62)](https://scrutinizer-ci.com/g/bolt/bolt/)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4d1713e3-be44-4c2e-ad92-35f65eee6bd5/mini.png)](https://insight.sensiolabs.com/projects/4d1713e3-be44-4c2e-ad92-35f65eee6bd5)\n\nFor continuously inspecting our code, we use Scrutinizer CI. You can find all\nruns on our code base [here](https://scrutinizer-ci.com/g/bolt/bolt/inspections).\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/bolt/bolt/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/bolt/bolt?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\nInstallation\n------------\n\nDetailed instructions can be found in the [Installation section in the documentation](http://docs.bolt.cm/installation).\n\nTry bolt in [Ubuntu](https://manageacloud.com/cookbook/tijit2bpp3129rdctb81f1cflk/deploy#test_deployment), [CentOS](https://manageacloud.com/cookbook/nt1pf9254cg8mm1t4k0nv96jv5/deploy#test_deployment), [Debian](https://manageacloud.com/cookbook/oj5dbkcehg9h7497fjq2lagk66/deploy#test_deployment) or [Amazon Linux](https://manageacloud.com/cookbook/a382qtma5gq1928ofrsrncr70c/deploy#test_deployment).\n\nDeployable configuration examples for [Ubuntu](https://manageacloud.com/cookbook/bolt_cms_ubuntu_utopic_unicorn_1410), [CentOS](https://manageacloud.com/cookbook/bolt_cms_centos_7), [Debian](https://manageacloud.com/cookbook/bolt_cms) and  [Amazon Linux](https://manageacloud.com/cookbook/bolt_cms_amazon_2014032)\n\nReporting issues\n----------------\nWhen you run into an issue, be sure to provide some details on the issue.\nPlease include with your report:\n- the (example) input;\n- the output you expected;\n- the output actually produced.\n\nThis way we can reproduce your issue, turn it into a test and prevent the issue\nfrom occurring in future versions.\n\nUnit tests\n----------\nFor running unit tests you need [phpunit](http://www.phpunit.de/).\n\nAfter installing, you can run the unit test suite by running:\n\n    $ phpunit\n\nThis can now also be done by using app/nut:\n\n    $ php app/nut tests:run\n\nExtensions and Themes\n---------------------\nSince Bolt 2.0, you can install extensions and themes directly from Bolt's\ninterface. To browse the available extensions and themes, visit\n[extensions.bolt.cm](https://extensions.bolt.cm).\n\n-------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanit%2Fezbolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanit%2Fezbolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanit%2Fezbolt/lists"}