{"id":22457838,"url":"https://github.com/web-dev-nav/cryogen-website-installer","last_synced_at":"2025-10-16T08:31:03.166Z","repository":{"id":204802459,"uuid":"528381921","full_name":"web-dev-nav/Cryogen-website-installer","owner":"web-dev-nav","description":" Cryogen is a 5 step installation processor that helps to install website build in core php and frameworks.  ","archived":false,"fork":false,"pushed_at":"2022-08-28T12:06:42.000Z","size":1554,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T23:36:57.619Z","etag":null,"topics":["codeigniter","core","installer","installer-script","php","ready","ready-to-use","website-installer","wordpress-installation"],"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/web-dev-nav.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}},"created_at":"2022-08-24T10:55:04.000Z","updated_at":"2024-06-28T03:50:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d31cb4a-8017-4427-8a9e-b51e85267a55","html_url":"https://github.com/web-dev-nav/Cryogen-website-installer","commit_stats":null,"previous_names":["web-dev-nav/cryogen-website-installer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/web-dev-nav/Cryogen-website-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-nav%2FCryogen-website-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-nav%2FCryogen-website-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-nav%2FCryogen-website-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-nav%2FCryogen-website-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-dev-nav","download_url":"https://codeload.github.com/web-dev-nav/Cryogen-website-installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-dev-nav%2FCryogen-website-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279169991,"owners_count":26118511,"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-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["codeigniter","core","installer","installer-script","php","ready","ready-to-use","website-installer","wordpress-installation"],"created_at":"2024-12-06T08:09:39.271Z","updated_at":"2025-10-16T08:31:02.692Z","avatar_url":"https://github.com/web-dev-nav.png","language":"PHP","readme":"# Cryogen-website-installer\n Cryogen is a 5 step installation processor that helps to install website that build in core php or support any php frameworks. \n \n # Youtube Demo\n \u003cimg src=\"https://user-images.githubusercontent.com/110724391/187073188-8deaefc3-75ba-4df9-b2bf-423253f8321d.png\" width=\"700\" height=\"400\"\u003e\n  https://youtu.be/1LMv-aBUDM0\n  \n# Installation\nWe can add or remove any server extentions in \u003ccode\u003e$requiredServerExtensions\u003c/code\u003e according to website requirement in \u003ccode\u003einstall/index.php\u003c/code\u003e\n```PHP\n$requiredServerExtensions = [\n 'BCMath', 'Ctype', 'Fileinfo', 'JSON', 'Mbstring', 'OpenSSL', 'PDO','pdo_mysql', 'Tokenizer', 'XML', 'cURL',  'GD','gmp'\n];\n```\nSet folder permissions here \u003ccode\u003einstall/index.php\u003c/code\u003e\n```PHP\n$folderPermissions = [\n 'test/','test-2/','config/'\n];\n```\nPath to change the \u003ccode\u003e.env\u003c/code\u003e file\n```PHP\n$envpath = dirname(__DIR__, 1) . '/install/config/.env';\n ```\n Path to change the website landing and admin login after installation on \u003ccode\u003eline no 225 \u0026 225\u003c/code\u003e\n ```HTML\n \u003ca href=\"'.getWebURL().'\" class=\"theme-button choto\"\u003eGo to website\u003c/a\u003e\n \u003ca href=\"'.getWebURL().'/admin\" class=\"theme-button choto\"\u003eGo to Admin Panel\u003c/a\u003e\n```\nReplace database.sql with your corresponding sql in \u003ccode\u003einstall/database.sql\u003c/code\u003e without changing the name of database.\n  \n  \n# Step 1: Accept the Term\u0026Conditon agreement\n\n\u003cimg src=\"https://user-images.githubusercontent.com/110724391/186402108-e2a4c6b8-62fe-4c2b-8a08-4ea48d6c2d62.png\" width=\"400\" height=\"400\"\u003e\n\n# Step 2: Set the server extention requirements\n\u003cimg src=\"https://user-images.githubusercontent.com/110724391/186402125-7960b2d1-9b09-4ab1-adbc-af3835304bcb.png\" width=\"400\" height=\"400\"\u003e\n\n# Step 3:  Set the Folder permissions\n\u003cimg src=\"https://user-images.githubusercontent.com/110724391/186402135-b799c7f6-d412-44d0-b43b-9177495cda49.png\" width=\"400\" height=\"400\"\u003e\n\n# Step 4: Enter purchase code, Database details \u0026 Admin login details\n\u003cimg src=\"https://user-images.githubusercontent.com/110724391/186402141-8be043b1-11d1-4c61-b2d2-8f769440c46e.png\" width=\"400\" height=\"400\"\u003e\n\n# Step 5: Installation successful!\n\u003cimg src=\"https://user-images.githubusercontent.com/110724391/186402152-075dbbcc-5eb7-4d2f-97ce-07b1b00e84a9.png\" width=\"400\" height=\"400\"\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-dev-nav%2Fcryogen-website-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-dev-nav%2Fcryogen-website-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-dev-nav%2Fcryogen-website-installer/lists"}