chevere / var-dump
A multi-purpose colorful modern alternative to var_dump
Installs: 10 263
Dependents: 12
Suggesters: 0
Security: 0
Stars: 18
Watchers: 1
Forks: 1
Open Issues: 4
Requires
- chevere/chevere: ^3.1
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- symplify/easy-coding-standard: ^11.1
README
🔔 Subscribe to the newsletter to don't miss any update regarding Chevere.
Quick start
Install VarDump using Composer.
composer require --dev chevere/var-dump
- Use
vd
to dump information about any variable (replacesvar_dump
anddump
) - Use
vdd
to do the same asvd
anddie(0)
(replacesdd
)
vd($myVar); // var dump vdd($myVar); // var dump and die
Demo
Documentation
Documentation is available at chevere.org.
License
Copyright 2022 Rodolfo Berrios A.
Chevere is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.