https://github.com/beyondcode/laravel-masked-db-dump
Dump masked information from your database
https://github.com/beyondcode/laravel-masked-db-dump
Last synced: 9 months ago
JSON representation
Dump masked information from your database
- Host: GitHub
- URL: https://github.com/beyondcode/laravel-masked-db-dump
- Owner: beyondcode
- License: mit
- Created: 2021-02-19T21:27:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T09:00:53.000Z (11 months ago)
- Last Synced: 2025-05-11T11:13:44.590Z (10 months ago)
- Language: PHP
- Size: 41 KB
- Stars: 111
- Watchers: 4
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Masked DB Dump
A database dumping package that allows you to replace and mask columns while dumping your MySQL database.
[](https://packagist.org/packages/beyondcode/laravel-masked-db-dump)
[](https://packagist.org/packages/beyondcode/laravel-masked-db-dump)
## Installation
You can install the package via composer:
```bash
composer require beyondcode/laravel-masked-db-dump
```
## Documentation
The documentation can be found on [our website](https://beyondco.de/docs/laravel-masked-db-dump).
## Databases at your fingertips
Herd is the control panel for your local environment, making it easy to set up and run complementary services to your Laravel applications.
From databases to storage systems, we got you covered with MySQL, PostgreSQL, Redis, Typesense, Meilisearch, MinIO, and even Laravel Reverb.
[herd.laravel.com](https://herd.laravel.com/)

### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.
## Credits
- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.