{"id":23505078,"url":"https://github.com/liebsen/bootie","last_synced_at":"2026-07-09T13:31:11.490Z","repository":{"id":62496048,"uuid":"43331833","full_name":"liebsen/Bootie","owner":"liebsen","description":"Tiny MVC PHP Framework Library","archived":false,"fork":false,"pushed_at":"2016-11-30T17:43:09.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-16T18:25:09.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bootie.devmeta.net","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/liebsen.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":"2015-09-28T23:00:38.000Z","updated_at":"2022-02-13T00:26:50.000Z","dependencies_parsed_at":"2022-11-02T11:32:26.872Z","dependency_job_id":null,"html_url":"https://github.com/liebsen/Bootie","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/liebsen%2FBootie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liebsen","download_url":"https://codeload.github.com/liebsen/Bootie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252822973,"owners_count":21809700,"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-12-25T09:18:30.203Z","updated_at":"2025-10-28T07:09:53.061Z","avatar_url":"https://github.com/liebsen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003ci class='ion-ios-gear'\u003e\u003c/i\u003e Bootie\u003c/h1\u003e\n\u003ch3\u003ePHP 5 Micro Web Application Framework\u003c/h3\u003e\n\u003ch5\u003eBased on Micromvc by David Pennington\u003c/h5\u003e\n\u003cp\u003eThis is the Bootie Framework Library\u003c/p\u003e\n\u003cp\u003eYou can see an \u003ca href=\"http://bootie.devmeta.net\"\u003eonline demo of this project\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003ePlease consider clone this repository before for an \u003ca href=\"https://github.com/martinfree/BootieProject\"\u003eExample Project\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eYou can see a \u003ca href=\"https://github.com/martinfree/BootieREST\"\u003eREST Example\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eYou can also clone a \u003ca href=\"https://github.com/martinfree/BootieScheleton\"\u003eScheleton Project\u003c/a\u003e\u003c/p\u003e\n\n\u003ch4\u003eImprovments\u003c/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDispatching method simplification\u003c/li\u003e\n\u003cli\u003eRouting request method based\u003c/li\u003e\n\u003cli\u003eMultiple database connections\u003c/li\u003e\n\u003cli\u003eFilters\u003c/li\u003e\n\u003cli\u003eSpeed Cache\u003c/li\u003e\n\u003cli\u003eModel pagination\u003c/li\u003e\n\u003cli\u003eFlash messages\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch4\u003eInstall\u003c/h4\u003e\n\u003cp\u003e Create an empty database and set your access credentials here\u003c/p\u003e\n\u003cpre\u003e\u003ccode data-language=\"shell\"\u003e$ cat config/config.sample.php \u003e config/config.php\n$ nano config/config.php\n\u003c/code\u003e\u003c/pre\u003e\n\n\n\u003cp\u003eWith Micro migrations tools run\u003c/p\u003e\n\u003cpre\u003e\u003ccode data-language=\"shell\"\u003e$ php cli create\n$ php cli restore\n\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003eNginx\u003c/h4\u003e\n\u003cp\u003eNginx suggested directive\u003c/p\u003e\n\u003cpre data-language=\"shell\"\u003e\u003ccode\u003eserver {\n\n        root /var/www/bootie/public;\n\n        index index.php index.html index.htm;\n\n        server_name bootie.local;\n\n        location / {\n                try_files $uri $uri/ /index.php$is_args$args;\n        }\n\n        location ~ \\.php$ {\n                fastcgi_pass unix:/var/run/php5-fpm.sock;\n                fastcgi_index index.php;\n                include fastcgi_params;\n        }\n}\n\n\u003c/code\u003e\u003c/pre\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliebsen%2Fbootie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliebsen%2Fbootie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliebsen%2Fbootie/lists"}