californiamountainsnake / php-database-entities
These are php data entities and utils, intended for work with the information from database in oop-style.
Installs: 142
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/californiamountainsnake/php-database-entities
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