{"id":19032148,"url":"https://github.com/techreagan/appidea","last_synced_at":"2026-05-17T19:04:42.536Z","repository":{"id":115597669,"uuid":"155208709","full_name":"techreagan/AppIdea","owner":"techreagan","description":"AppIdea allows users to store their project ideas, to avoid forgetting. Built with Boss PHP mini Framework.","archived":false,"fork":false,"pushed_at":"2020-08-01T14:58:09.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T20:31:46.735Z","etag":null,"topics":["htaccess","html-css-javascript","mysql","php","php-framework","php7"],"latest_commit_sha":null,"homepage":"","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-29T12:31:40.000Z","updated_at":"2022-02-12T09:16:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"117c0da3-52e5-4a57-83fa-cac886079634","html_url":"https://github.com/techreagan/AppIdea","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techreagan/AppIdea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FAppIdea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FAppIdea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FAppIdea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FAppIdea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techreagan","download_url":"https://codeload.github.com/techreagan/AppIdea/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techreagan%2FAppIdea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33151625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["htaccess","html-css-javascript","mysql","php","php-framework","php7"],"created_at":"2024-11-08T21:27:02.276Z","updated_at":"2026-05-17T19:04:42.517Z","avatar_url":"https://github.com/techreagan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Idea\n\nIt's a simple web app that store users ideas, to avoid been forgetten. \n\n## Installation\nImport the appidea.sql to your mysql database \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## Development\nBuilt with [Boss PHP mini Framework](https://github.com/techreagan/Boss)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechreagan%2Fappidea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechreagan%2Fappidea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechreagan%2Fappidea/lists"}