{"id":36374940,"url":"https://github.com/lvancrayelynghe/cssprites","last_synced_at":"2026-01-11T14:46:31.369Z","repository":{"id":62493210,"uuid":"45250693","full_name":"lvancrayelynghe/cssprites","owner":"lvancrayelynghe","description":"Simple CSS Sprites generator","archived":false,"fork":false,"pushed_at":"2016-12-22T19:58:47.000Z","size":53,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-22T10:22:50.655Z","etag":null,"topics":["css-sprites-generator","phar"],"latest_commit_sha":null,"homepage":null,"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/lvancrayelynghe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-30T12:52:06.000Z","updated_at":"2017-03-17T05:20:19.000Z","dependencies_parsed_at":"2022-11-02T09:30:58.721Z","dependency_job_id":null,"html_url":"https://github.com/lvancrayelynghe/cssprites","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lvancrayelynghe/cssprites","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvancrayelynghe%2Fcssprites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvancrayelynghe%2Fcssprites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvancrayelynghe%2Fcssprites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvancrayelynghe%2Fcssprites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvancrayelynghe","download_url":"https://codeload.github.com/lvancrayelynghe/cssprites/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvancrayelynghe%2Fcssprites/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28308386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:27:22.573Z","status":"ssl_error","status_checked_at":"2026-01-11T14:27:21.986Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["css-sprites-generator","phar"],"created_at":"2026-01-11T14:46:30.921Z","updated_at":"2026-01-11T14:46:31.359Z","avatar_url":"https://github.com/lvancrayelynghe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSSPrites\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Build Status](https://img.shields.io/travis/Benoth/cssprites.svg?style=flat-square)](https://travis-ci.org/Benoth/cssprites)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/Benoth/cssprites.svg?style=flat-square)](https://scrutinizer-ci.com/g/Benoth/cssprites/code-structure)\n[![Quality Score](https://img.shields.io/scrutinizer/g/Benoth/cssprites.svg?style=flat-square)](https://scrutinizer-ci.com/g/Benoth/cssprites)\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/d6070e0b-2008-42b7-a2ed-e7189815fd91/mini.png)](https://insight.sensiolabs.com/projects/da68ab1e-0d70-4042-8f48-c4995df72c6d)\n\nThis package is compliant with [PSR-1], [PSR-2] and [PSR-4]. If you notice compliance oversights,\nplease send a patch via pull request.\n\n[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md\n[PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md\n[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md\n\nSimple CSS Sprites generator.\n\n## Requirements\n\nThe following versions of PHP are supported:\n\n* PHP 5.4\n* PHP 5.5\n* PHP 5.6\n* PHP 7.0\n\n## Installation\n\n### Phar file\n\nDownload the [cssprites.phar](https://github.com/Benoth/cssprites/releases/download/1.0.1/cssprites.phar).\n\n```bash\nwget https://github.com/Benoth/cssprites/releases/download/1.0.1/cssprites.phar\n```\n\nTo install globally put `cssprites.phar` in `/usr/bin`.\n\n```bash\nchmod +x cssprites.phar \u0026\u0026 sudo mv cssprites.phar /usr/local/bin/cssprites\n```\n\n### Composer global\n\n```bash\ncomposer global require benoth/cssprites\n```\n\n## Usage\n\n### Short version\n\nGo in your sprite's images directory and run `cssprites generate` and just answer the few asked questions on how you want your sprite generated.\n\nYou can also run with `-i path/to/images` and `-n` for non interactive mode.\n\n### Long version\n\n@todo\n\n## Testing\n\n``` bash\n$ vendor/bin/phpunit\n```\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/Benoth/cssprites/blob/master/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvancrayelynghe%2Fcssprites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvancrayelynghe%2Fcssprites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvancrayelynghe%2Fcssprites/lists"}