webino/develop
PHP projects development support.
Maintainers
Requires
- php: ~7.1
Requires (Dev)
- nette/tester: 1.*
- phpstan/phpstan: 0.*
- squizlabs/php_codesniffer: 3.*
- tracy/tracy: 2.*
Suggests
- tracy/tracy: Better debug.
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause fa8d03dbbc8391c600dd0680f6c889a270ea28f0
- Peter Bacinsky <peter.woop@bacinsky.sk>
This package is auto-updated.
Last update: 2026-06-29 01:51:57 UTC
README
Developer utilities.
👁 Build Status
👁 Coverage Status
👁 Code Quality
👁 Latest Stable Version
Recommended Usage
Do use utility functions only for development usage.
Setup
composer require webino\develop
Quick Use
Utility functions, development only:
d($foo); // var_dump(); dd($foo); // var_dump();exit; p($foo); // print_r(); pd($foo); // print_r();exit; pr($foo); // return print_r(); e(); // throw new \Webino\DevException;
API
-
void d(mixed $subject)
Var dumping the subject. -
void d(mixed $subject)
Dying var dumping the subject. -
void p(mixed $subject)
Enhanced subject print scream. -
void pd(mixed $subject)
Dying enhanced subject print scream. -
string pr(mixed $subject)
Enhanced subject print return. -
void bd(mixed $subject)
Debugger bar var dumping the subject. -
void e(string $msg = '')
Development exception.
Development
👁 Build Status
👁 Coverage Status
👁 Code Quality
👁 Latest Unstable Version
Static analysis:
composer analyse
Coding style check:
composer check
Coding style fix:
composer fix
Testing:
composer test
Git pre-commit setup:
ln -s ../../pre-commit .git/hooks/pre-commit
Addendum
👁 License
👁 Total Downloads
👁 GitHub code size in bytes
Please, if you are interested in this library report any issues and don't hesitate to contribute. We will appreciate any contributions on development of this library.
