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

This package is auto-updated.

Last update: 2024-03-30 00:30:33 UTC


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