{"id":42075594,"url":"https://github.com/webino/develop","last_synced_at":"2026-01-26T09:23:17.092Z","repository":{"id":62547915,"uuid":"176588464","full_name":"webino/develop","owner":"webino","description":":wrench: Webino™ PHP projects development support [WIP]","archived":false,"fork":false,"pushed_at":"2019-07-02T08:10:20.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-07-28T01:40:41.957Z","etag":null,"topics":["library","v3","webino","wip"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webino.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-03-19T19:54:58.000Z","updated_at":"2022-06-25T09:10:58.000Z","dependencies_parsed_at":"2022-11-02T22:16:24.484Z","dependency_job_id":null,"html_url":"https://github.com/webino/develop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/webino/develop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webino%2Fdevelop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webino%2Fdevelop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webino%2Fdevelop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webino%2Fdevelop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webino","download_url":"https://codeload.github.com/webino/develop/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webino%2Fdevelop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28772909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T08:38:24.014Z","status":"ssl_error","status_checked_at":"2026-01-26T08:38:22.080Z","response_time":59,"last_error":"SSL_read: 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":["library","v3","webino","wip"],"created_at":"2026-01-26T09:23:11.585Z","updated_at":"2026-01-26T09:23:17.080Z","avatar_url":"https://github.com/webino.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webino Develop\n\nDeveloper utilities.\n\n[![Build Status](https://img.shields.io/travis/webino/develop/master.svg?style=for-the-badge)](http://travis-ci.org/webino/develop \"Master Build Status\")\n[![Coverage Status](https://img.shields.io/coveralls/github/webino/develop/master.svg?style=for-the-badge)](https://coveralls.io/github/webino/develop?branch=master \"Master Coverage Status\")\n[![Code Quality](https://img.shields.io/scrutinizer/g/webino/develop/master.svg?style=for-the-badge)](https://scrutinizer-ci.com/g/webino/develop/?branch=master \"Master Code Quality\")\n[![Latest Stable Version](https://img.shields.io/github/tag/webino/develop.svg?label=STABLE\u0026style=for-the-badge)](https://packagist.org/packages/webino/develop)\n\n## Recommended Usage\n\nDo use utility functions only for development usage.\n\n\n## Setup\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/webino/develop.svg?style=for-the-badge)](https://php.net \"Required PHP version\")\n\n```bash\ncomposer require webino\\develop\n```\n\n\n## Quick Use\n\nUtility functions, development only:\n```php\nd($foo);  // var_dump();\ndd($foo); // var_dump();exit;\np($foo);  // print_r();\npd($foo); // print_r();exit;\npr($foo); // return print_r();\ne();  // throw new \\Webino\\DevException;\n```\n\n## API\n\n- *void* d(*mixed* $subject) \u003cbr\u003e\n  Var dumping the subject.\n  \n- *void* d(*mixed* $subject) \u003cbr\u003e\n  Dying var dumping the subject.\n\n- *void* p(*mixed* $subject) \u003cbr\u003e\n  Enhanced subject print scream.\n\n- *void* pd(*mixed* $subject) \u003cbr\u003e\n  Dying enhanced subject print scream.\n\n- *string* pr(*mixed* $subject) \u003cbr\u003e\n  Enhanced subject print return.\n\n- *void* bd(*mixed* $subject) \u003cbr\u003e\n  Debugger bar var dumping the subject.\n\n- *void* e(*string* $msg = '') \u003cbr\u003e\n  Development exception.\n\n\n## Development\n\n[![Build Status](https://img.shields.io/travis/webino/develop/develop.svg?style=for-the-badge)](http://travis-ci.org/webino/develop \"Develop Build Status\")\n[![Coverage Status](https://img.shields.io/coveralls/github/webino/develop/develop.svg?style=for-the-badge)](https://coveralls.io/github/webino/develop?branch=develop \"Develop Coverage Status\")\n[![Code Quality](https://img.shields.io/scrutinizer/g/webino/develop/develop.svg?style=for-the-badge)](https://scrutinizer-ci.com/g/webino/develop/?branch=develop \"Develop Code Quality\")\n[![Latest Unstable Version](https://img.shields.io/github/tag-pre/webino/develop.svg?label=PREVIEW\u0026style=for-the-badge)](https://packagist.org/packages/webino/develop \"Packagist\")\n\n\nStatic analysis:\n```bash\ncomposer analyse\n```\n\nCoding style check:\n```bash\ncomposer check\n```\n\nCoding style fix:\n```bash \ncomposer fix\n```\n\nTesting:\n```bash\ncomposer test\n```\n\nGit pre-commit setup:\n```bash\nln -s ../../pre-commit .git/hooks/pre-commit\n```\n\n\n## Addendum\n\n[![License](https://img.shields.io/packagist/l/webino/develop.svg?style=for-the-badge)](https://github.com/webino/develop/blob/master/LICENSE.md \"BSD-3-Clause License\")\n[![Total Downloads](https://img.shields.io/packagist/dt/webino/develop.svg?style=for-the-badge)](https://packagist.org/packages/webino/develop \"Packagist\") \n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/webino/develop.svg?style=for-the-badge)\n\n\n  Please, if you are interested in this library report any issues and don't hesitate to contribute.\n  We will appreciate any contributions on development of this library.\n\n[![GitHub issues](https://img.shields.io/github/issues/webino/develop.svg?style=for-the-badge)](https://github.com/webino/develop/issues)\n[![GitHub forks](https://img.shields.io/github/forks/webino/develop.svg?label=Fork\u0026style=for-the-badge)](https://github.com/webino/develop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebino%2Fdevelop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebino%2Fdevelop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebino%2Fdevelop/lists"}