{"id":26768050,"url":"https://github.com/brainsware/bacon","last_synced_at":"2025-08-22T18:04:55.578Z","repository":{"id":3353879,"uuid":"4399124","full_name":"Brainsware/bacon","owner":"Brainsware","description":"The Bacon PHP framework","archived":false,"fork":false,"pushed_at":"2023-04-30T10:22:17.000Z","size":271,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:19:09.688Z","etag":null,"topics":["bacon-php-framework","php","php-framework","php-orm"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Brainsware.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}},"created_at":"2012-05-21T21:43:35.000Z","updated_at":"2024-04-10T09:13:22.000Z","dependencies_parsed_at":"2022-08-21T09:20:31.298Z","dependency_job_id":null,"html_url":"https://github.com/Brainsware/bacon","commit_stats":{"total_commits":167,"total_committers":7,"mean_commits":"23.857142857142858","dds":0.5209580838323353,"last_synced_commit":"32a05cbf510c8b64dd2fae60ae088eb595554f01"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brainsware%2Fbacon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brainsware%2Fbacon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brainsware%2Fbacon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brainsware%2Fbacon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brainsware","download_url":"https://codeload.github.com/Brainsware/bacon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249091208,"owners_count":21211305,"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":["bacon-php-framework","php","php-framework","php-orm"],"created_at":"2025-03-28T21:19:13.595Z","updated_at":"2025-04-15T14:41:22.367Z","avatar_url":"https://github.com/Brainsware.png","language":"PHP","readme":"Got bacon?\n==========\n\nThe bacon PHP framework is a lean, clean, simple and fast MVC framework without too much fuzz about it.\n\nServer Requirements:\n* A webserver\n* PHP 7.0 or greater ([php.net](http://php.net/))\n* Composer ([getcomposer.org](http://getcomposer.org/))\n\n# Installation:\n\nOnce you have PHP and composer set up, you can create a skeleton project with the following:\n\n```\n% composer create-project brainsware/bacon-dist project-name\n```\n\nThis will download all the necessary software, and create all important directories and sample configuration files for your new project:\n\n```\nInstalling brainsware/bacon-dist (1.0)\n  - Installing brainsware/bacon-dist (1.0)\n    Loading from cache\n\nCreated project in project-name\nLoading composer repositories with package information\nInstalling dependencies\n  - Installing brainsware/php-markdown-extra-extended (dev-master 1.0)\n    Cloning 1.0\n\n  - Installing brainsware/sauce (1.0)\n    Loading from cache\n\n  - Installing minmb/phpmailer (dev-master df44323)\n    Cloning df443234ad0ca10cbf91a0c0a728b256afcab1d1\n\n  - Installing twig/twig (dev-master ba67e2c)\n    Cloning ba67e2cf8e2ca6cada1de5a316a724df648c52ac\n\n  - Installing brainsware/bacon (1.0)\n    Loading from cache\n\nWriting lock file\nGenerating autoload files\n```\n\n# Configuration:\n\nBacon uses PHP files for storing all of its configurations.\n\nThe skeleton project we provide comes with an Intro controller, which is set as the default fallback controller in `Config/Base.php`\n\nThe second config file you will want to look at is `Config/Database.php`\nHere are the basic options you will want to set for your database:\n\n```\n'server'   =\u003e 'db.dbznet',  # Enter your server host here\n'name'     =\u003e 'blogDB',     # The name of your database\n'type'     =\u003e 'mysql',      # Anything your PDO Installation supports. (http://www.php.net/manual/en/pdo.drivers.php)\n'username' =\u003e 'blogDBuser', # The username you want to connect to your database with\n'password' =\u003e 'VryScrPswd', # The password.\n```\n\nBacon does not provide default values for these options. If your application needs a database, you will have to create it and connect Bacon to it via `Config/Database.php`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainsware%2Fbacon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainsware%2Fbacon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainsware%2Fbacon/lists"}