Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alig96/dd-legacy
Adds support for the Symfony style dd function to projects that depend on a PHP version from 5.3.3 to 7.1.3.
https://github.com/alig96/dd-legacy
php php-library php5 php7 php71
Last synced: 11 days ago
JSON representation
Adds support for the Symfony style dd function to projects that depend on a PHP version from 5.3.3 to 7.1.3.
- Host: GitHub
- URL: https://github.com/alig96/dd-legacy
- Owner: Alig96
- License: mit
- Created: 2021-03-25T17:56:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T10:50:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T07:56:33.076Z (11 days ago)
- Topics: php, php-library, php5, php7, php71
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DD (Die and Dump) Legacy
## Summary
This library adds support for the Symfony (and other projects that use it such as Laravel) style `dd` function to projects that depend on a PHP version from `5.3.3` to `7.1.3`.**If your project's PHP version is above `7.1.3`, then don't use this project. Require `symfony/var-dumper` [directly](https://symfony.com/components/VarDumper).**
```shell
composer require alig96/dd-legacy
```## Compatibility
| PHP Version | Tested & Supported |
|-------------|------------------------|
| < 5.3 | ❌ |
| 5.3.29 | ✅ |
| 5.6.40 | ✅ |
| 7.0.33 | ✅ |
| 7.1.2 | ✅ |
| \> 7.1.2 | ❌ (See above comment) |See [test.md](./documentation/test.md) for more details about how these tests were conducted.
## Notes
This project is a wrapper for [symfony/var-dumper](https://symfony.com/components/VarDumper) so please go contribute and support them for more great software.