{"id":25209772,"url":"https://github.com/backdrop-contrib/bee","last_synced_at":"2025-10-25T09:31:37.473Z","repository":{"id":39995614,"uuid":"43640729","full_name":"backdrop-contrib/bee","owner":"backdrop-contrib","description":":bee: Bee is a command line utility for Backdrop CMS. It includes commands that allow developers to interact with Backdrop sites.","archived":false,"fork":false,"pushed_at":"2024-11-18T15:28:56.000Z","size":557,"stargazers_count":16,"open_issues_count":24,"forks_count":22,"subscribers_count":25,"default_branch":"1.x-1.x","last_synced_at":"2024-11-18T17:03:12.389Z","etag":null,"topics":["backdrop","backdropcms","cli","cms","command-line-tool","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backdrop-contrib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2015-10-04T15:18:49.000Z","updated_at":"2024-11-18T15:29:15.000Z","dependencies_parsed_at":"2023-02-10T10:31:29.604Z","dependency_job_id":"a9ebba52-c80a-4549-aba6-fdc5ac5cfa77","html_url":"https://github.com/backdrop-contrib/bee","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fbee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fbee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fbee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Fbee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backdrop-contrib","download_url":"https://codeload.github.com/backdrop-contrib/bee/tar.gz/refs/heads/1.x-1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238117361,"owners_count":19419223,"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":["backdrop","backdropcms","cli","cms","command-line-tool","php"],"created_at":"2025-02-10T13:18:31.421Z","updated_at":"2025-10-25T09:31:37.462Z","avatar_url":"https://github.com/backdrop-contrib.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bee\n\n\u003cimg src=\"https://raw.githubusercontent.com/backdrop-contrib/bee/1.x-1.x/images/bee.png\" align=\"right\" width=\"150\" height=\"157\"\u003e\n\nBee is a command line utility for Backdrop CMS. It includes commands that allow\ndevelopers to interact with Backdrop sites, performing actions like:\n\n- Running cron\n- Clearing caches\n- Downloading and installing Backdrop\n- Downloading, enabling and disabling projects\n- Viewing information about a site and/or available projects\n\nSee the Release notes and the Changelog for details of changes between\nversions.\n\n## Requirements\n### Operating System\n\n![Static Badge](https://img.shields.io/badge/os%20compatibility-555555?style=flat-square)\n![Static Badge](https://img.shields.io/badge/linux-blue?logo=linux\u0026logoColor=white\u0026style=flat-square)\n![Static Badge](https://img.shields.io/badge/macOS-blue?logo=apple\u0026logoColor=white\u0026style=flat-square)\n![Static Badge](https://img.shields.io/badge/WSL2-blue?logo=linux\u0026logoColor=white\u0026style=flat-square)\n\n- Bee will work in most Linux based environments.\n- Bee will NOT work natively in Windows but can be used inside Linux based\nvirtual environments such as WSL2.\n- Bee requires the `mysql` and `mysqldump` executables to be installed for most\ndatabase operations (i.e. `db-export`, `db-import`, `db-drop`, `sql` but NOT\n`db-query`).\n\n### PHP\n![Static Badge](https://img.shields.io/badge/php%20compatibility-555555?logo=php\u0026logoColor=white\u0026style=flat-square)\n![Static Badge](https://img.shields.io/badge/8.3-blue?style=flat-square)\n![Static Badge](https://img.shields.io/badge/8.2-blue?style=flat-square)\n![Static Badge](https://img.shields.io/badge/8.1-blue?style=flat-square)\n![Static Badge](https://img.shields.io/badge/8.0-blue?style=flat-square)\n![Static Badge](https://img.shields.io/badge/7.4-blue?style=flat-square)\n\n- Bee is tested and works from `7.4` up to `8.3`.\n\n## Installation\n\n- Download (or clone) Bee to your computer/server.  \n  This will create a folder called `bee` with lots of files inside. Your home\n  directory is a good location for this folder. It is neither required nor\n  recommended to place this folder within the Backdrop web root.\n\n- Make sure `bee/bee.php` is executable.  \n  It should be by default, but it doesn't hurt to double-check.\n\n- Make it easy to run `bee` commands.  \n  There are two ways to do this:\n\n  1. Put a symlink to `bee/bee.php` in your `$PATH` (e.g.\n     `sudo ln -s /path/to/bee/bee.php /usr/local/bin/bee`)\n\n  2. Make a Bash alias for `bee` (e.g. add `alias bee='/path/to/bee/bee.php'` to\n     your `.bash_aliases` file)\n\n- Test to make sure it works.  \n  Simply type `bee` in your terminal and you should see a list of available\n  commands displayed.\n\nMore advanced/specialised installation instructions can be found in the\n[wiki](https://github.com/backdrop-contrib/bee/wiki).\n\n## Extending\n\nBee can be extended (i.e. custom/additional commands added) by Backdrop contrib\nmodules or by individual users. See\n[API.md](https://github.com/backdrop-contrib/bee/blob/1.x-1.x/API.md) for\ndetails. \n\n## Issues\n\nBugs and feature requests should be reported in the issue queue:\nhttps://github.com/backdrop-contrib/bee/issues.\n\n## Current Maintainers\n\n- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons](https://www.systemhorizons.co.uk)\n- Collaboration and co-maintainers welcome!\n\n## Credits\n\n- Originally written for Backdrop CMS by\n  [Geoff St. Pierre](https://github.com/serundeputy)  \n  (originally called 'Backdrop Console (a.k.a. `b`)').\n- Grateful thanks goes to previous maintainers and collaborators who have\nhelped bring Bee to where it is today. See the \n[list of contributors](https://github.com/backdrop-contrib/bee/graphs/contributors)\nfor details. Contributions by \"BWpanda\" were made by Peter Anderson and not the\nuser who is currently associated with the \"BWpanda\" user name.\n- Inspired by [Drush](https://github.com/drush-ops/drush).\n- [Bee icon](https://thenounproject.com/aomam/collection/bee-emoticons-line/?i=2257433)\n  by AomAm from [the Noun Project](http://thenounproject.com).\n\n## License\n\nThis project is GPL v2 software.\nSee the LICENSE.txt file in this directory for complete text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Fbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackdrop-contrib%2Fbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Fbee/lists"}