{"id":23785956,"url":"https://github.com/liebsen/bootiescheleton","last_synced_at":"2025-07-22T05:31:37.083Z","repository":{"id":62496050,"uuid":"43958792","full_name":"liebsen/BootieScheleton","owner":"liebsen","description":"Micro Web Application Framework Scheleton","archived":false,"fork":false,"pushed_at":"2016-02-05T16:44:52.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T10:44:25.794Z","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":"agpl-3.0","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":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-09T14:00:37.000Z","updated_at":"2016-02-05T16:44:53.000Z","dependencies_parsed_at":"2022-11-02T11:18:24.686Z","dependency_job_id":null,"html_url":"https://github.com/liebsen/BootieScheleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liebsen/BootieScheleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootieScheleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootieScheleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootieScheleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootieScheleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liebsen","download_url":"https://codeload.github.com/liebsen/BootieScheleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liebsen%2FBootieScheleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266433173,"owners_count":23927713,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-01T14:10:34.880Z","updated_at":"2025-07-22T05:31:37.060Z","avatar_url":"https://github.com/liebsen.png","language":"PHP","readme":"\u003ch1\u003e\u003ci class='ion-ios-gear'\u003e\u003c/i\u003e Bootie\u003c/h1\u003e\n\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 a Bootie Framework Scheleton Project\u003c/p\u003e\n\u003cp\u003eYou can see an \u003ca href=\"http://bootie.devmeta.net\"\u003eonline demo of this project here\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eYou can see an \u003ca href=\"https://github.com/martinfree/BootieProject\"\u003eIntegrated Example Project\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eYou can also clone a \u003ca href=\"https://github.com/martinfree/BootieREST\"\u003eREST Project Example\u003c/a\u003e\u003c/p\u003e\n\u003chr\u003e\n\u003ch2\u003eImprovements\u003c/h2\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\u003ch2\u003eInstall\u003c/h2\u003e\n\n\u003cp\u003e Pull libraries\u003c/p\u003e\n\u003cpre\u003e\u003ccode data-language=\"shell\"\u003e$ composer install\n\u003c/code\u003e\u003c/pre\u003e\n\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\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\u003ch3\u003eNginx\u003c/h3\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\n\n\u003cp\u003eNow you can login\u003c/p\u003e\n\u003cpre\u003e\u003ccode data-language=\"shell\"\u003eusername: admin\npassword: admin\n\u003c/code\u003e\u003c/pre\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliebsen%2Fbootiescheleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliebsen%2Fbootiescheleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliebsen%2Fbootiescheleton/lists"}