{"id":15025462,"url":"https://github.com/andrey900/slimcms","last_synced_at":"2025-04-05T20:06:10.077Z","repository":{"id":54271004,"uuid":"53868115","full_name":"andrey900/SlimCMS","owner":"andrey900","description":"SlimCMS - lightweight CMS based on slim 3 framework","archived":false,"fork":false,"pushed_at":"2023-08-01T08:46:39.000Z","size":1808,"stargazers_count":201,"open_issues_count":4,"forks_count":43,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-04-05T20:06:05.401Z","etag":null,"topics":["blog","blog-engine","blogging","cmf","cms","content-management","eloquent","php-7","slim-3","slimcms"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrey900.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-14T15:27:45.000Z","updated_at":"2025-03-30T13:38:10.000Z","dependencies_parsed_at":"2024-11-13T21:03:42.675Z","dependency_job_id":"7e319551-19ce-455c-a136-318e381b4ce0","html_url":"https://github.com/andrey900/SlimCMS","commit_stats":{"total_commits":130,"total_committers":3,"mean_commits":"43.333333333333336","dds":0.4076923076923077,"last_synced_commit":"989c130fe10d94f5205fe30648fe32146c4fdc73"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey900%2FSlimCMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey900%2FSlimCMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey900%2FSlimCMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey900%2FSlimCMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrey900","download_url":"https://codeload.github.com/andrey900/SlimCMS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393569,"owners_count":20931812,"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":["blog","blog-engine","blogging","cmf","cms","content-management","eloquent","php-7","slim-3","slimcms"],"created_at":"2024-09-24T20:02:23.526Z","updated_at":"2025-04-05T20:06:10.055Z","avatar_url":"https://github.com/andrey900.png","language":"PHP","readme":"# SlimCMS\nLightweight CMS(CMF) based on: php framework slim 3, laravel eloquent, symfony event dispatcher, Twig templater and other libraries.\n\nThe fast creation of a new website(blog, news, ecommerce, etc).\n\n[![Latest Unstable Version](https://poser.pugx.org/andrey900/slimcms/v/unstable)](https://packagist.org/packages/andrey900/slimcms)\n[![Total Downloads](https://poser.pugx.org/andrey900/slimcms/downloads)](https://packagist.org/packages/andrey900/slimcms)\n[![License](https://poser.pugx.org/andrey900/slimcms/license)](https://packagist.org/packages/andrey900/slimcms)\n\n### Screenshots\n| Sign In       | Users page    | Column config  |\n| ------------- |:-------------:| --------------:|\n| ![alt tag](http://ipic.su/img/img7/fs/ScreenShot2016-03-26at13.1458989450.png) | ![alt tag](http://ipic.su/img/img7/fs/ScreenShot2016-03-26at13.1458989486.png) | ![alt tag](http://ipic.su/img/img7/fs/ScreenShot2016-03-26at13.1458989510.png) |\n\n| Project use additional library | Implemented modules |\n|---|---|\n| Slim v3 | Frendly admin panel(based on template: SB-admin v2) |\n| Slim Twig Templater v2 | Create visual page, and create route |\n| Slim Flash | Create sections(categories) and hierarchical sections(categories) |\n| Monolog - save log in file or DB(mysql, sqlite) | Many types show field from admin panel(hidden, checkbox, select, wysiwyg html, text) |\n| Slim http cache(don't use this time) | Admin panel count show items in table(your settings for every page type) |\n| Slim CSRF protection | Admin panel table pagination(your settings for every page type) |\n| Portable DB sqlite | User customize show field and sortable fields from tables(your settings for every page type) |\n| Illuminate database v5.2 | Options system |\n| Illuminate pagination v5.2 | Auth system |\n| **Supported versions of php:** | Logging system |\n| php: ^5.5 | Create new module |\n| php: ^7.0 | Installer module |\n\n### Installation:\n\n      git clone https://github.com/andrey900/SlimCMS.git\n      cd SlimCMS\n      php composer install\nor\n\n       mkdir ~/slimcms \u0026\u0026 cd ~/slimcms\n       composer create-project -s dev andrey900/slimcms .\n       mkdir cache \u0026\u0026 chmod a+w cache \u0026\u0026 mkdir log \u0026\u0026 chmod a+w log\n       php -S 127.0.0.1:8080 -t public/\n       open browser url: http://127.0.0.1:8080\n \n After install create folder: **cache, log**. Set permittion from write this folders.\n\nEnter admin panel:\n - url: /auth/login\n - login*: admin\n - password: admin\n\n*if use email for login: admin@admin.net\n\n## If You Need Help\nIf you have problems using or install system, please write in new issue or email(andrey@avgz.net), and I will try to help you.\n\nIf you are interested in this system, **place a star** )))\n\nIf the project attains **more than 50 stars**, the official website of the documentation will be created.\n\n\n## License\nThe SlimCMS platform is free software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT).\n\n## Donations\nBitcoin address for donation: 18ERsiXpvrkGMwcvLmCNVBrfJwmM8hqurY\n\n### Social Links\n[Official facebook](https://www.facebook.com/groups/997922036987106/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey900%2Fslimcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrey900%2Fslimcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey900%2Fslimcms/lists"}