{"id":19032146,"url":"https://github.com/techreagan/boss","last_synced_at":"2025-04-23T16:40:54.432Z","repository":{"id":115597704,"uuid":"155198527","full_name":"techreagan/Boss","owner":"techreagan","description":"Boss is a mini simple PHP mvc framework","archived":false,"fork":false,"pushed_at":"2018-10-31T10:07:44.000Z","size":22,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T01:48:08.747Z","etag":null,"topics":["mysql","pdo","php","php-framework","php7"],"latest_commit_sha":null,"homepage":null,"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/techreagan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-29T11:12:38.000Z","updated_at":"2022-12-17T11:50:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b5fb678-f82d-4ad0-a116-7cff1c35a440","html_url":"https://github.com/techreagan/Boss","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/techreagan%2FBoss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FBoss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FBoss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FBoss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techreagan","download_url":"https://codeload.github.com/techreagan/Boss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250471988,"owners_count":21436058,"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":["mysql","pdo","php","php-framework","php7"],"created_at":"2024-11-08T21:27:01.268Z","updated_at":"2025-04-23T16:40:54.408Z","avatar_url":"https://github.com/techreagan.png","language":"PHP","readme":"# BOSS\n\nBoss Mini PHP framework created by [Tech Reagan](https://github.com/techreagan) \n\n### Disclaimer\n\nThis project is still in alpha version,\nIf you are interested in helping out with solving bugs and developing new features you are welcome to do so.\n\n## Getting Started\n\nCopy the project in your development folder. \nFollow the instructions to complete the installation.\n\n### Installation\n\n* Apache Server\n* PHP 5.6+\n* Mysql Database\n\n\nInstall [XAMPP](https://www.apachefriends.org/it/index.html) for an easy quickstart for windows\n\nInstall [MAMPP](https://www.mamp.info/en/downloads/) for an easy quickstart for mac \n\nOr use whatever suit you.\n\n\n### Configuration File\n\nModify the app/config/config.php file according to your needs.\n\n``` PHP\n//Database Configuration\ndefine('DB_HOST', '_YOUR_HOST');\ndefine('DB_USER', '_YOUR_DATABSE_USERNAME');\ndefine('DB_PASS', '_YOUR_DATABASE_PASSWORD');\ndefine('DB_NAME', '_YOUR DATABASE_NAME');\n// App Root \ndefine('APPROOT', dirname(dirname(__FILE__)));\n// URL Root\ndefine('URLROOT', '_YOUR_URL_');\n// Site Name\ndefine('SITENAME', '_YOUR_SITENAME_');\n```\n\n\n### Htaccess file\n\nModify the .htaccess file inside the public folder to match the name of your installation folder, Modify only the RewriteBase.\n\n```\n\u003cIfModule mod_rewrite.c\u003e\n  Options -Multiviews\n  RewriteEngine On \n  RewriteBase /boss/public \n  RewriteCond %{REQUEST_FILENAME} !-d \n  RewriteCond %{REQUEST_FILENAME} !-f \n  RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]\n\u003c/IfModule\u003e\n```\n\n## Documentation\nMore documentation coming soon..\n\n## Built With\n\n* PHP\n* Mysql\n\n## License\n\nThis project is licensed under the MIT License\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechreagan%2Fboss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechreagan%2Fboss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechreagan%2Fboss/lists"}