{"id":13805586,"url":"https://github.com/mvanvu/hummingbird-cms","last_synced_at":"2026-03-16T07:01:20.542Z","repository":{"id":48959031,"uuid":"187195510","full_name":"mvanvu/hummingbird-cms","owner":"mvanvu","description":"A cms built with PHP Phalcon 4 and UIkit 3","archived":false,"fork":false,"pushed_at":"2022-10-17T07:09:20.000Z","size":3756,"stargazers_count":8,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-18T21:48:17.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mvanvu.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":"2019-05-17T10:18:10.000Z","updated_at":"2023-12-24T14:58:00.000Z","dependencies_parsed_at":"2023-01-20T05:03:26.131Z","dependency_job_id":null,"html_url":"https://github.com/mvanvu/hummingbird-cms","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/mvanvu%2Fhummingbird-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanvu%2Fhummingbird-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanvu%2Fhummingbird-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvanvu%2Fhummingbird-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvanvu","download_url":"https://codeload.github.com/mvanvu/hummingbird-cms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012975,"owners_count":21999346,"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-08-04T01:01:02.665Z","updated_at":"2026-03-16T07:01:15.489Z","avatar_url":"https://github.com/mvanvu.png","language":"JavaScript","funding_links":[],"categories":["CMS \u0026 Blogs"],"sub_categories":[],"readme":"# Hummingbird CMS (ALPHA)\nThe CMS based on Phalcon v4 and UIKit v3\n\n## Requirements\n- Nginx\n- PHP \u003e= 7.2\n- MySql \u003e= 5.7.9\n- Phalcon \u003e= 4.1.0\n- PHP ZIP extension\n- \u003ca href=\"https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx\" rel=\"nofollow\"\u003eComposer\u003c/a\u003e\n- \u003ca href=\"https://github.com/swoole/swoole-src\"\u003eSwoole\u003c/a\u003e (optional for the web socket)\n\n## Included\n- \u003ca href=\"https://github.com/mvanvu/php-registry\"\u003ePhp-registry\u003c/a\u003e\n- \u003ca href=\"https://github.com/mvanvu/php-filter\"\u003ePhp-filter\u003c/a\u003e\n- \u003ca href=\"https://github.com/mvanvu/php-form\"\u003ePhp-form\u003c/a\u003e\n\n## Core features\n- Multilingual\n- Universal Content Manager\n- Custom fields\n- Menus\n- Widgets\n- Plugins\n- Mailer (Thanks phpmailer/phpmailer)\n- Users, roles, permissions\n- Templates (support assignment for menus)\n- Custom admin URL\n- ...\n\n## Core applications\n- Web application\n- Api application\n- Fly application (all fly localed at src/app/Console/Fly)\n    + Plugin `php fly plugin:Cms/Backup`: Run a backup under console \u003ca href=\"https://github.com/mvanvu/hummingbird-cms-backup\"\u003eOfficial Backup plugin\u003c/a\u003e\n    + QueueJob `php fly queueJob:all`: execute all the queue jobs\n    + Schedule `php fly s:5`: run the task every 5 seconds \n    + Socket `php fly socket host=0.0.0.0 port=2053`: Thanks \u003ca href=\"https://github.com/swoole/swoole-src\"\u003eSwoole\u003c/a\u003e, \u003ca href=\"https://github.com/mvanvu/hummingbird-cms-chatsample\"\u003eOfficial Chat Sample plugin\u003c/a\u003e\n    + Tinker `php fly tinker`: A runtime developer console, interactive debugger and REPL for PHP.\n\n## Install packages channel\n- Support live install plugin from the packages channel\n- Default install channel: https://raw.githubusercontent.com/mvanvu/hummingbird-packages/master/packages.json\n- Also, support custom packages channel URL from the back-end system configuration\n\n## Core assets\n- Mini query js (official)\n- UIkit v3.6.18\n\n# Installation for Development\n## Clone this repo\n```sh\ngit clone https://github.com/mvanvu/hummingbird-cms.git\n```\n\n## Add current user to www-data group (to fix write config file during install)\n```sh\nsudo usermod -a -G www-data $USER\n```\n\n## Chmod permissions\n```sh\ncd hummingbird-cms\nsudo chgrp -R www-data src\nsudo chmod -R g+w src\nsudo chmod -R g+s src\n```\n\n## Composer install\n```sh\ncd src\ncomposer install\n```\n\n## Build with the docker\n```sh\ncd ../\ndocker-compose build\ndocker-compose up -d\n```\n\n## Run the fly from the docker\n```\ndocker-compose exec ubuntu-18.4 bash\ncd /var/www/hummingbird.local\nphp fly tinker\n```\n\n## Start to install\nBrowse this URL http://localhost:9000/ and enjoy\n\n## Official plugins ([group] - [name]: [URL])\n- Cms - Backup: https://github.com/mvanvu/hummingbird-cms-backup\n- Cms - Post: https://github.com/mvanvu/hummingbird-cms-post\n- Cms - SocialLogin: https://github.com/mvanvu/hummingbird-cms-sociallogin\n- Socket - ChatSample: https://github.com/mvanvu/hummingbird-cms-chatsample\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvanvu%2Fhummingbird-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvanvu%2Fhummingbird-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvanvu%2Fhummingbird-cms/lists"}