Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phalcon/dd
This package will add the dd and dump helpers to your Phalcon application.
https://github.com/phalcon/dd
dd debug dump phalcon php utils vardumper
Last synced: 3 months ago
JSON representation
This package will add the dd and dump helpers to your Phalcon application.
- Host: GitHub
- URL: https://github.com/phalcon/dd
- Owner: phalcon
- License: bsd-3-clause
- Created: 2016-11-06T20:51:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T14:04:55.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:26:28.290Z (6 months ago)
- Topics: dd, debug, dump, phalcon, php, utils, vardumper
- Language: PHP
- Homepage: https://phalcon.io
- Size: 22.5 KB
- Stars: 21
- Watchers: 15
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-phalcon - dd - This package will add the `dd` and `dump` helpers to your Phalcon application (Debug)
README
# dd
This library will add the `dd` and `dump` helpers to your Phalcon application.
## Install
Run:
```bash
composer require phalcon/dd
```## Copyright
The dd library is open source software licensed under the BSD 3-Clause License. Copyright © 2016-present, Phalcon Team.
See the [LICENSE.txt](./LICENSE.txt) file for more.