{"id":19854706,"url":"https://github.com/phwoolcon/ci-pecl-cacher","last_synced_at":"2025-05-02T01:30:34.660Z","repository":{"id":57041237,"uuid":"110554563","full_name":"phwoolcon/ci-pecl-cacher","owner":"phwoolcon","description":"PECL installation script with cache for Travis CI","archived":false,"fork":false,"pushed_at":"2018-10-24T06:14:01.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T21:23:53.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phwoolcon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-11-13T13:54:57.000Z","updated_at":"2020-08-07T20:49:12.000Z","dependencies_parsed_at":"2022-08-23T23:31:10.036Z","dependency_job_id":null,"html_url":"https://github.com/phwoolcon/ci-pecl-cacher","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fci-pecl-cacher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fci-pecl-cacher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fci-pecl-cacher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Fci-pecl-cacher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phwoolcon","download_url":"https://codeload.github.com/phwoolcon/ci-pecl-cacher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251969247,"owners_count":21673182,"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-11-12T14:10:10.851Z","updated_at":"2025-05-02T01:30:34.355Z","avatar_url":"https://github.com/phwoolcon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# phwoolcon/ci-pecl-cacher\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Build Status][ico-travis]][link-travis]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Software License][ico-license]](LICENSE.md)\n\nPECL installation script with cache for Travis CI\n\n## Install\nVia Composer\n```bash\n$ composer require phwoolcon/ci-pecl-cacher\n```\n\n## Usage\nEdit `.travis.yml`\n```bash\nvim .travis.yml\n```\nTo enable cache support:\n```yaml\ncache:\n  directories:\n    - $HOME/pecl_cache\n```\nTo install PECL extension:\n```yaml\nbefore_install:\n  - composer require phwoolcon/ci-pecl-cacher -n\n  # Cache till new version\n  - vendor/bin/ci-pecl-install swoole\n  # Cache and skip version check\n  - vendor/bin/ci-pecl-install swoole skip-update\n  # Cache a package that has a different .so name from the package name\n  - vendor/bin/ci-pecl-install libsodium sodium\n  # Cache a specific version of a package (.so name required)\n  - vendor/bin/ci-pecl-install grpc-1.9.0 grpc\n```\n\nSee [result](https://travis-ci.org/phwoolcon/ci-pecl-cacher/jobs/303924272#L472).\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Security\n\nIf you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Christopher CHEN][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe Apache License, Version 2.0. Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/phwoolcon/ci-pecl-cacher.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/phwoolcon/ci-pecl-cacher/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phwoolcon/ci-pecl-cacher.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/phwoolcon/ci-pecl-cacher.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/phwoolcon/ci-pecl-cacher.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/phwoolcon/ci-pecl-cacher\n[link-travis]: https://travis-ci.org/phwoolcon/ci-pecl-cacher\n[link-scrutinizer]: https://scrutinizer-ci.com/g/phwoolcon/ci-pecl-cacher/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/phwoolcon/ci-pecl-cacher\n[link-downloads]: https://packagist.org/packages/phwoolcon/ci-pecl-cacher\n[link-author]: https://github.com/Fishdrowned\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Fci-pecl-cacher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphwoolcon%2Fci-pecl-cacher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Fci-pecl-cacher/lists"}