{"id":21846142,"url":"https://github.com/owenvoke/splas-runner","last_synced_at":"2026-05-19T15:08:46.574Z","repository":{"id":57046116,"uuid":"76461590","full_name":"owenvoke/splas-runner","owner":"owenvoke","description":"A cross-platform binary to change the desktop background from Unsplash.","archived":false,"fork":false,"pushed_at":"2018-11-13T11:58:11.000Z","size":145,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T12:11:21.540Z","etag":null,"topics":["cross-platform","desktop-background","os","php","php-cron-runner","splas-php","unsplash-api","wallpaper"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/pxgamer/splas-runner","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/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-14T13:23:08.000Z","updated_at":"2018-11-13T11:21:49.000Z","dependencies_parsed_at":"2022-08-24T04:50:38.327Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/splas-runner","commit_stats":null,"previous_names":["pxgamer/splas-runner"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fsplas-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fsplas-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fsplas-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Fsplas-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/splas-runner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244830917,"owners_count":20517589,"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":["cross-platform","desktop-background","os","php","php-cron-runner","splas-php","unsplash-api","wallpaper"],"created_at":"2024-11-27T23:13:03.095Z","updated_at":"2026-05-19T15:08:41.531Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# splas-runner\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Style CI][ico-styleci]][link-styleci]\n[![Code Coverage][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nA cross-platform binary to change the desktop background from [Unsplash].  \nThis package uses the [splas-php] composer package.\n\n## Install\n\nVia Composer\n\n```bash\n$ composer global require pxgamer/splas-runner\n```\n\nVia Phive\n\n```bash\n$ phive install pxgamer/splas-runner\n```\n\n## Usage\n\n- Get an API key from [Unsplash]\n- Either set the `UNSPLASH_API_KEY` environment variable, or provide a `--key {key}` option in the command\n- Run the binary using `splasr [options]`\n\n#### Options\n\nName | Description\n---- | -----\n--keep / -k | Specify whether to keep or remove images. Defaults to remove any images before downloading.\n--key | Specify your API key. Defaults to use the environment variable.\n--interval / -i | Specify an integer (minutes) when running in looped mode. By default will exit after the first run.\n\n#### Supported operating systems\n\nOS      | Supported?\n------- | ----------\nWindows | ✓\nMac OSX | ✗\nUbuntu  | ✓\nLinux   | ✗\n\n_Note: Running in an unsupported OS will result in an ErrorException._\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [pxgamer][link-author]\n- [Unsplash]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/pxgamer/splas-runner.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/pxgamer/splas-runner/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/76461590/shield\n[ico-code-quality]: https://img.shields.io/codecov/c/github/pxgamer/splas-runner.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/pxgamer/splas-runner.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/pxgamer/splas-runner\n[link-travis]: https://travis-ci.org/pxgamer/splas-runner\n[link-styleci]: https://styleci.io/repos/76461590\n[link-code-quality]: https://codecov.io/gh/pxgamer/splas-runner\n[link-downloads]: https://packagist.org/packages/pxgamer/splas-runner\n[link-author]: https://github.com/pxgamer\n[link-contributors]: ../../contributors\n\n[unsplash]: https://unsplash.com\n[splas-php]: https://github.com/pxgamer/splas-php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fsplas-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Fsplas-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Fsplas-runner/lists"}