{"id":15023125,"url":"https://github.com/jrquick17/php-extension-library","last_synced_at":"2026-03-05T16:40:48.769Z","repository":{"id":96550390,"uuid":"171742411","full_name":"jrquick17/php-extension-library","owner":"jrquick17","description":"PHP Extension Library","archived":false,"fork":false,"pushed_at":"2021-03-10T23:31:01.000Z","size":150621,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T21:51:54.469Z","etag":null,"topics":["pecl","php","php5","php6","php7","redis"],"latest_commit_sha":null,"homepage":"https://jrquick.com","language":"Shell","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/jrquick17.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-20T20:16:35.000Z","updated_at":"2023-08-20T11:23:38.000Z","dependencies_parsed_at":"2023-04-27T16:45:47.074Z","dependency_job_id":null,"html_url":"https://github.com/jrquick17/php-extension-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fphp-extension-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fphp-extension-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fphp-extension-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrquick17%2Fphp-extension-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrquick17","download_url":"https://codeload.github.com/jrquick17/php-extension-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103916,"owners_count":21048245,"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":["pecl","php","php5","php6","php7","redis"],"created_at":"2024-09-24T19:58:45.351Z","updated_at":"2026-03-05T16:40:48.729Z","avatar_url":"https://github.com/jrquick17.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-extension-library\n\n## Index ##\n\n* [About](#about)\n* [Setup](#setup)\n* [Documentation](#documentation)\n* [Issues](#issues)\n\n## About ## \n\nThis is a PHP extension library collection with `*.so` files to make adding libraries to PHP easy. \n\n* Visit [my website](https://jrquick.com) for other cool projects!\n\n## Setup\n\n## Documentation\n\n### pcntl.so\n\n*Current Versions*\n* php@7.1.*\n* php@7.2.*\n* php@7.3.*\n* php@7.4.*\n* php@8.*\n\n  1. Download `pcntl.so` from the appropriate subdirectory of this repo based on your php version\n  2. Move to extensions\n    * Move `pcntl.so` file to `/Applications/MAMP/bin/php/phpX.Y.Z/lib/php/extensions/no-debug-non-zts-xxxxxxxx`\n  3. Update INI\n    * Add `extension=pcntl.so` to your `php.ini`\n      * **Tip:** Use `php --ini` to locate the file.\n\n### redis.so\n\n*Current Versions*\n* php@5.*\n* php@7.1.*\n* php@7.2.*\n* php@7.3.*\n* php@7.4.*\n* php@8.*\n\n#### php@^3.0.0\n\n  1. Mkdir `include/php` in php root\n    * Example: `/Applications/MAMP/bin/php/php5.5.10/include/php`.\n  2. Download php source file from php.net\n    * Example: If you want to compile extension for `php 5.4.42`, then download `php5.4.42.tar.gz`\n  3. Extract tar to the `include/php` directory.\n  4. Execute `./configure` in `include/php`.\n  5. `cd /Applications/MAMP/bin/php/phpX.Y.Z/bin` and execute `./pecl install redis` (for default version)\n    * **Tip:**: Run `./pecl install redis-2.2.8` for special version.\n  6. Add `extension=\"redis.so\"` to the end of `php.ini` \n\n#### php@^4.0.0\n  0. You may need install `autoconf` via `brew install autoconf`.\n  1. `cd /Applications/MAMP/bin/php/phpX.Y.Z/bin` and execute `./pecl install redis` (for default version) \n    * **Tip:** Run `./pecl install redis-3.1.2` for special version.\n  2. Add `extension=\"redis.so\"` to the end of `php.ini`\n  \n#### php@\u003e=5.0.0\n\n  1. Download `pcntl.so` from the appropriate subdirectory of this repo based on your php version\n  2. Move to extensions\n    * Move `redis.so` file to `/Applications/MAMP/bin/php/phpX.Y.Z/lib/php/extensions/no-debug-non-zts-xxxxxxxx`\n  3. Update INI\n    * Add `extension=redis.so` to your `php.ini`\n      * **Tip:** Use `php --ini` to locate the file.\n\n## Issues ##\n\nIf you find any issues feel free to open a request in [the Issues tab](https://github.com/jrquick17/php-extension-library/issues). If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrquick17%2Fphp-extension-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrquick17%2Fphp-extension-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrquick17%2Fphp-extension-library/lists"}