danilocgsilva / entity_clone
There is no license information available for the latest version (1.8.10) of this package.
1.8.10
2024-07-02 16:22 UTC
Requires
Requires (Dev)
- phpunit/phpunit: ^10.5
README
Understand a entity like a register in the database, a thing that you need to manipulate.
This package has created aiming the need to facilitate the data replication between databases.
Unit tests
The unit tests are seted up by default to consume local variable that must point to a database. It reads the following environment variables:
- ENTITYCLONE_DB_HOST: the database host.
- ENTITYCLONE_DB_PORT: the database port.
- ENTITYCLONE_DB_USER: the database user.
- ENTITYCLONE_DB_PASSWORD: the database password.