californiamountainsnake / php-database-entities
These are php data entities and utils, intended for work with the information from database in oop-style.
1.0.11
2023-02-03 10:49 UTC
Requires
- php: ^7.1|^8.0
- ext-json: *
- myclabs/php-enum: ~1.5
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^7.0
README
These are php data entities and utils, intended for work with the information from database in oop-style.
Install:
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json
file to require californiamountainsnake/php-database-entities
:
{ "name": "yourproject/yourproject", "type": "project", "require": { "php": "^7.1", "californiamountainsnake/php-database-entities": "*" } }
and run composer update
or
run this command in your command line:
composer require californiamountainsnake/php-database-entities