{"id":23654393,"url":"https://github.com/megaads-vn/timthumb","last_synced_at":"2025-11-20T19:30:15.843Z","repository":{"id":62526703,"uuid":"286706590","full_name":"megaads-vn/timthumb","owner":"megaads-vn","description":null,"archived":false,"fork":false,"pushed_at":"2020-08-22T03:17:07.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-28T18:59:22.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/megaads-vn.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}},"created_at":"2020-08-11T09:49:06.000Z","updated_at":"2020-08-22T03:17:10.000Z","dependencies_parsed_at":"2022-11-02T14:16:03.988Z","dependency_job_id":null,"html_url":"https://github.com/megaads-vn/timthumb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megaads-vn%2Ftimthumb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megaads-vn%2Ftimthumb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megaads-vn%2Ftimthumb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megaads-vn%2Ftimthumb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megaads-vn","download_url":"https://codeload.github.com/megaads-vn/timthumb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619802,"owners_count":19669565,"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":[],"created_at":"2024-12-28T18:59:27.376Z","updated_at":"2025-11-20T19:30:15.769Z","avatar_url":"https://github.com/megaads-vn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project is not under development anymore. Check spescina/imgproxy instead\nI think that this feature has to be left outside the framework. I don't like that Laravel has to be booted upon each image request.\n\n\n\n# Timthumb\nAn image proxy for Laravel\n\n## Installation\nTo install __Timthumb__ as a Composer package to be used with Laravel 4, simply add this to your `composer.json`:\n```javascript\n\"spescina/timthumb\": \"1.0.*\"\n```\nand run composer update.\n\nOnce it's installed, you have to register the service provider. In `app/config/app.php` add the following line of code to the `providers` array:\n```php\n'Spescina\\Timthumb\\TimthumbServiceProvider'\n```\nIf you want in `app/config/app.php` add the following line of code to the `alias` array\n```php\n'Timthumb' =\u003e 'Spescina\\Timthumb\\Facades\\Timthumb'\n```\nThen, publish the config files with `php artisan config:publish spescina/timthumb`.\n\nThen, publish the asset files with `php artisan asset:publish spescina/timthumb`.\n\n## Usage\nGenerate the image link with the following line of code\n```php\n$url = Timthumb::link('path/to/image.jpg',width,height)\n```\nSet 0 width or 0 height to let Timthumb mantain the original image ratio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegaads-vn%2Ftimthumb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegaads-vn%2Ftimthumb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegaads-vn%2Ftimthumb/lists"}