{"id":15187743,"url":"https://github.com/pipizhang/mini-twitter","last_synced_at":"2026-03-01T20:33:35.676Z","repository":{"id":78438273,"uuid":"109985277","full_name":"pipizhang/mini-twitter","owner":"pipizhang","description":"A mini twitter web app base on Laravel 4","archived":false,"fork":false,"pushed_at":"2017-11-08T14:21:32.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T03:14:18.997Z","etag":null,"topics":["bootstrap","laravel4","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pipizhang.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":"2017-11-08T14:19:07.000Z","updated_at":"2017-12-30T00:09:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbc1939c-9286-453f-9faa-2c2ded1bc8b0","html_url":"https://github.com/pipizhang/mini-twitter","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"ffe74d18b37dc609d1701e47d15bc829069a8a3a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pipizhang/mini-twitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipizhang%2Fmini-twitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipizhang%2Fmini-twitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipizhang%2Fmini-twitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipizhang%2Fmini-twitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pipizhang","download_url":"https://codeload.github.com/pipizhang/mini-twitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipizhang%2Fmini-twitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29983194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bootstrap","laravel4","mysql","php"],"created_at":"2024-09-27T18:43:24.300Z","updated_at":"2026-03-01T20:33:33.662Z","avatar_url":"https://github.com/pipizhang.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Twitter\n\n## Requirements\n------------\n- PHP 5.3.3+, MySQL.\n- Composer (https://getcomposer.org/download/)\n\n## Installation\n------------\n### 1. Install dependencies via composer:\n    Run composer command in \"twitter\" folder, assume componse install in /usr/local/bin\n    shell\u003e /usr/local/bin/composer install\n\n### 2. Change the folder permissions for the storage folder:\n    shell\u003e chmod 777 -R app/storage\n\n### 3. Configure database\n    shell\u003e vim app/config/database.php\n\n```php\n\t\t'mysql' =\u003e array(\n\t\t\t'driver'    =\u003e 'mysql',\n\t\t\t'host'      =\u003e 'localhost',\n\t\t\t'database'  =\u003e 'twitter',\n\t\t\t'username'  =\u003e 'root',\n\t\t\t'password'  =\u003e '',\n\t\t\t'charset'   =\u003e 'utf8',\n\t\t\t'collation' =\u003e 'utf8_unicode_ci',\n\t\t\t'prefix'    =\u003e '',\n\t\t),\n```\n\n### 4. Initilaize application\n    shell\u003e php artisan migrate:install\n    shell\u003e php artisan migrate\n    shell\u003e php artisan db:seed\n\n### 5. Run application\n#### Option 1 (PHP server)\n    shell\u003e php artisan serve\nOpen http://localhost:8000 in browser\n\n#### Option 2 (Apache)\n    \u003cVirtualHost\u003e\n        ServerName www.example.com\n        DocumentRoot \"/var/sites/twitter/public\"\n    \u003c/VirtualHost\u003e\n\n### 6. Some user for test\n    Users: peter,benjamin,johan,mason,jacob,madison,jackson,amelia,lily,samuel\n    Password: 123456\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipizhang%2Fmini-twitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpipizhang%2Fmini-twitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipizhang%2Fmini-twitter/lists"}