{"id":18683286,"url":"https://github.com/devpri/tinre","last_synced_at":"2025-04-12T04:31:29.628Z","repository":{"id":55534673,"uuid":"285526192","full_name":"devpri/tinre","owner":"devpri","description":"A fast and powerful Laravel URL Shortener.","archived":false,"fork":false,"pushed_at":"2020-12-23T11:38:01.000Z","size":30,"stargazers_count":71,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-14T12:44:21.450Z","etag":null,"topics":["laravel","laravel-url-shortener","php-url-shortener","tailwindcss","url-shortener","vue"],"latest_commit_sha":null,"homepage":"https://tinre.devpri.com","language":"PHP","has_issues":false,"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/devpri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-06T09:14:25.000Z","updated_at":"2024-04-30T07:21:25.000Z","dependencies_parsed_at":"2022-08-15T02:40:53.804Z","dependency_job_id":null,"html_url":"https://github.com/devpri/tinre","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpri%2Ftinre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpri%2Ftinre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpri%2Ftinre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpri%2Ftinre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devpri","download_url":"https://codeload.github.com/devpri/tinre/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248517160,"owners_count":21117401,"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":["laravel","laravel-url-shortener","php-url-shortener","tailwindcss","url-shortener","vue"],"created_at":"2024-11-07T10:14:14.000Z","updated_at":"2025-04-12T04:31:29.268Z","avatar_url":"https://github.com/devpri.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"http://media.devpri.com/tinre/logo.png\" width=\"300\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/devpri/tinre-core/actions\"\u003e\u003cimg alt=\"GitHub Tests\" src=\"https://github.com/devpri/tinre-core/workflows/tests/badge.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://scrutinizer-ci.com/g/devpri/tinre-core/\"\u003e\u003cimg alt=\"Scrutinizer code quality\" src=\"https://img.shields.io/scrutinizer/quality/g/devpri/tinre-core/master\"\u003e\u003c/a\u003e\n\u003ca href=\"https://scrutinizer-ci.com/g/devpri/tinre-core/\"\u003e\u003cimg alt=\"Scrutinizer coverage\" src=\"https://scrutinizer-ci.com/g/devpri/tinre-core/badges/coverage.png?b=master\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.styleci.io/repos/285526567\"\u003e\u003cimg alt=\"StyleCI\" src=\"https://github.styleci.io/repos/285526567/shield\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/devpri/tinre\"\u003e\u003cimg alt=\"Packagist\" src=\"https://poser.pugx.org/devpri/tinre/v\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/devpri/tinre/blob/master/LICENSE.md\"\u003e\u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/devpri/tinre\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Tinre\n\nA fast and powerful URL Shortener built with Laravel, VueJS, and Tailwind CSS.\n\n![Tinre](http://media.devpri.com/tinre/tinre.gif)\n\n## Requirements\n* PHP 7.3+\n* Nginx or Apache\n* MySQL, MariaDB or PostgreSQL\n* Composer\n\n## Installation\n\n1. Run `composer create-project devpri/tinre`.\n2. Update the `DB_*` variables in `.env`. After that run `php artisan migrate` to create all tables.\n3. Run `php artisan user:create` to create the first user.\n4. Run `php artisan tinre:publish` to publish the assets.\n5. Get a [MaxMind](https://support.maxmind.com/account-faq/license-keys/how-do-i-generate-a-license-key/) license key and update the `MAXMIND_LICENSE_KEY` variable. After that run `php artisan geoip:update` to update the GeoIP database.\n6. Update the `MAIL_*` variables in .env.\n\n## Update\n\n1. Make a backup of your data before updating.\n2. Run `composer update` to update the dependencies.\n3. Run `php artisan tinre:publish` to publish the assets.\n4. Check and update [tinre-core](https://github.com/devpri/tinre-core) overridden files.\n\n## Security\n\nIf you discover a security vulnerability, please send an e-mail to [paul@devpri.com](mailto:paul@devpri.com).\n\n## License\n\nTinre is open-source software licensed under the [MIT License](https://github.com/devpri/tinre/blob/master/LICENSE.md).\n","funding_links":[],"categories":["Laravel"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpri%2Ftinre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpri%2Ftinre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpri%2Ftinre/lists"}