{"id":15450345,"url":"https://github.com/mirko-pagliai/php-tools","last_synced_at":"2025-03-03T04:30:49.268Z","repository":{"id":31447226,"uuid":"127435945","full_name":"mirko-pagliai/php-tools","owner":"mirko-pagliai","description":"php-tools adds some useful global functions and some classes and methods","archived":true,"fork":false,"pushed_at":"2024-05-13T13:40:14.000Z","size":1399,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T23:44:48.434Z","etag":null,"topics":["php","php-lib","php-library","phpunit"],"latest_commit_sha":null,"homepage":"","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/mirko-pagliai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-03-30T14:17:12.000Z","updated_at":"2024-10-17T15:31:21.000Z","dependencies_parsed_at":"2024-05-12T09:31:58.681Z","dependency_job_id":"1bee1aba-6eaa-444c-b0c8-8d39598f90f8","html_url":"https://github.com/mirko-pagliai/php-tools","commit_stats":{"total_commits":787,"total_committers":1,"mean_commits":787.0,"dds":0.0,"last_synced_commit":"3107792e2c280a0fc2b33897232a1f7a2ec1ac88"},"previous_names":[],"tags_count":99,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirko-pagliai%2Fphp-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirko-pagliai%2Fphp-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirko-pagliai%2Fphp-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirko-pagliai%2Fphp-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirko-pagliai","download_url":"https://codeload.github.com/mirko-pagliai/php-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610587,"owners_count":19990503,"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":["php","php-lib","php-library","phpunit"],"created_at":"2024-10-01T21:04:42.332Z","updated_at":"2025-03-03T04:30:48.645Z","avatar_url":"https://github.com/mirko-pagliai.png","language":"PHP","funding_links":["https://paypal.me/mirkopagliai"],"categories":[],"sub_categories":[],"readme":"# php-tools\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)\n[![CI](https://github.com/mirko-pagliai/php-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/mirko-pagliai/php-tools/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/mirko-pagliai/php-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/mirko-pagliai/php-tools)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d39ca5f3a31c4f619afd8efabaddf2c2)](https://www.codacy.com/manual/mirko.pagliai/php-tools?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=mirko-pagliai/php-tools\u0026amp;utm_campaign=Badge_Grade)\n[![CodeFactor](https://www.codefactor.io/repository/github/mirko-pagliai/php-tools/badge)](https://www.codefactor.io/repository/github/mirko-pagliai/php-tools)\n\n*php-tools* adds some useful global functions, classes and methods, trait and exceptions.\nRefer to our [API](https://mirko-pagliai.github.io/php-tools) to discover them all.\n\nDid you like this plugin? Its development requires a lot of time for me.\nPlease consider the possibility of making [a donation](https://paypal.me/mirkopagliai):\neven a coffee is enough! Thank you.\n\n[![Make a donation](https://www.paypalobjects.com/webstatic/mktg/logo-center/logo_paypal_carte.jpg)](https://paypal.me/mirkopagliai)\n\n***\n\n* [Installation](#installation)\n    + [Installation on older PHP versions](#installation-on-older-php-versions)\n        - [For PHP 7.4 or later](#for-php-74-or-later)\n        - [For PHP 7.2 or later](#for-php-72-or-later)\n        - [For PHP 5.6 or later](#for-php-56-or-later)\n* [Versioning](#versioning)\n\n## Installation\nYou can install the package via composer:\n\n    $ composer require --prefer-dist mirko-pagliai/php-tools\n\n### Installation on older PHP versions\nRecent packages and the master branch require at least PHP 8.1 and the current\ndevelopment of the code is based on these and later versions of PHP.\nHowever, there are still some branches compatible with previous versions of PHP.\n\n#### For PHP 7.4 or later\nThe [php7.4](https://github.com/mirko-pagliai/php-tools/tree/php7.4) branch\nrequires at least PHP 7.4.\n\nIn this case, you can install the package as well:\n```bash\n$ composer require --prefer-dist mirko-pagliai/php-tools:dev-php7.4\n```\n\nNote that the `php8.0` branch will no longer be updated as of January 04, 2024,\nexcept for security patches, and it matches the\n[1.8.3](https://github.com/mirko-pagliai/php-tools/releases/tag/1.8.3) version.\n\n#### For PHP 7.2 or later\nThe [php7.2](https://github.com/mirko-pagliai/php-tools/tree/php7.2) branch\nrequires at least PHP 7.2.\n\nIn this case, you can install the package as well:\n```bash\n$ composer require --prefer-dist mirko-pagliai/php-tools:dev-php7.2\n```\n\nNote that the `php7.2` branch will no longer be updated as of April 28, 2022,\nexcept for security patches, and it matches the\n[1.5.14](https://github.com/mirko-pagliai/php-tools/releases/tag/1.5.14) version.\n\n#### For PHP 5.6 or later\nThe [php5.6](https://github.com/mirko-pagliai/php-tools/tree/php5.6) branch\nrequires at least PHP 5.6.\n\nIn this case, you can install the package as well:\n```bash\n$ composer require --prefer-dist mirko-pagliai/php-tools:dev-php5.6\n```\n\nNote that the `php5.6` branch will no longer be updated as of April 22, 2021,\nexcept for security patches, and it matches the\n[1.4.8](https://github.com/mirko-pagliai/php-tools/releases/tag/1.4.8) version.\n\n## Versioning\nFor transparency and insight into our release cycle and to maintain backward\ncompatibility, *php-tools* will be maintained under the\n[Semantic Versioning guidelines](http://semver.org).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirko-pagliai%2Fphp-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirko-pagliai%2Fphp-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirko-pagliai%2Fphp-tools/lists"}