{"id":21083816,"url":"https://github.com/gopalindians/url-shortener-app","last_synced_at":"2026-04-28T16:32:27.237Z","repository":{"id":89055170,"uuid":"78845092","full_name":"gopalindians/url-shortener-app","owner":"gopalindians","description":":yum: Url Shortener App [NOT MAINTAINED]","archived":false,"fork":false,"pushed_at":"2020-05-30T17:27:20.000Z","size":1536,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T08:52:51.617Z","etag":null,"topics":["bootstrap3","codeigniter3","mvc","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gopalindians.png","metadata":{"files":{"readme":"readme.rst","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.txt","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":"2017-01-13T11:52:06.000Z","updated_at":"2018-12-10T19:49:33.000Z","dependencies_parsed_at":"2023-06-13T17:54:01.356Z","dependency_job_id":null,"html_url":"https://github.com/gopalindians/url-shortener-app","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gopalindians/url-shortener-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopalindians%2Furl-shortener-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopalindians%2Furl-shortener-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopalindians%2Furl-shortener-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopalindians%2Furl-shortener-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gopalindians","download_url":"https://codeload.github.com/gopalindians/url-shortener-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gopalindians%2Furl-shortener-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32389832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["bootstrap3","codeigniter3","mvc","mysql","php"],"created_at":"2024-11-19T20:19:56.085Z","updated_at":"2026-04-28T16:32:27.209Z","avatar_url":"https://github.com/gopalindians.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"###################\nUrl Shortener App\n###################\n\nUrl Shortener App is a small prototype of bit.ly,goo.gl and similar type of url shorteners.\nThis app is made using CodeIgniter 3, Bootstrap 3 and Mysql.\nThis source code is useful when used with the Video series available on Youtube.\n\n`CodeBeing YouTube Channel | Url Shortener Web App\n\u003chttps://www.youtube.com/watch?v=DzpRH_dXN8U\u0026list=PLvj1VBqDC8jvQdNiKABWzi1tlOJ64lzw_\u003e`_\n\n\n*******************\nWorking Demo\n*******************\n\nWorking demo for this source code can be found on  `Demo Page on Code Being.com\n\u003chttp://demos.codebeing.com/url-app\u003e`_ .\n\n\n\n*******************\nScreenshots\n*******************\n\n\nLogin\n\n.. image:: url-app-assets\\url-app-login.png\n   :height: 300px\n   :width: 400px\n   :alt: Login screen\n\n\nSign up\n\n.. image:: url-app-assets\\url-app-signup.png\n   :height: 300px\n   :width: 400px\n   :alt: Sign up screen\n\nHome\n\n.. image:: url-app-assets\\url-app-shorten-page.png?v=1.1\n   :height: 300px\n   :width: 400px\n   :alt: Home screen\n\n\nProfile\n\n.. image:: url-app-assets\\url-app-profile.png\n   :height: 300px\n   :width: 400px\n   :alt: Profile screen\n\n\nHistory\n\n.. image:: url-app-assets\\url-app-history.png?v=1.1\n   :height: 300px\n   :width: 400px\n   :alt: History screen\n*******************\nServer Requirements\n*******************\n\nPHP version 5.6 or newer is recommended.\nMysql 5+\n\nIt should work on 5.3.7 as well, but we strongly advise you NOT to run\nsuch old versions of PHP, because of potential security and performance\nissues, as well as missing features.\n\n************\nInstallation\n************\n\n- git clone https://github.com/gopalindians/url-shortener-app.git\n\n- cd url-shortener-app\n\n- add database setting in config/database.php\n\n- add your own reCAPTCHA key in views/url-app/account/login.php and views/url-app/account/signup.php\nUse google admin link `here \u003chttps://www.google.com/recaptcha/admin\u003e`_ for more detail on reCAPTCHA.\n\n- php -S localhost:80\n\n- open the http://localhost/ in your browser to see the working app\n \n\n*******\nLicense\n*******\n\nPlease see the `license\nagreement \u003chttps://github.com/philsturgeon/dbad/blob/master/LICENSE.md\u003e`_.\n\n*********\nCommunity\n*********\n\n-   `Youtube Channel \u003chttps://www.youtube.com/channel/UCN5FNarpN8Vy0NwCYMhx5dQ\u003e`_\n-  `Facebook Page \u003chttps://www.facebook.com/CodeBeingDotCom/\u003e`_\n-  `Twitter Handle   \u003chttps://twitter.com/code_being/\u003e`_\n-  `Email \u003ccodebeingdotcom@gmail.com\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopalindians%2Furl-shortener-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgopalindians%2Furl-shortener-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgopalindians%2Furl-shortener-app/lists"}