from ebaboba to baza

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-01-28 14:16:39 +07:00
parent 23e03fef14
commit c0ef644632

View File

@ -1,4 +1,4 @@
# Ebaboba # Baza
Lightweight binary database by pure PHP<br> Lightweight binary database by pure PHP<br>
## Dependencies ## Dependencies
@ -6,17 +6,17 @@ Lightweight binary database by pure PHP<br>
2. ![Composer](https://getcomposer.org/) (php package manager) 2. ![Composer](https://getcomposer.org/) (php package manager)
## Installation ## Installation
`composer require mirzaev/ebaboba` `composer require mirzaev/baza`
## Example ## Example
```php ```php
<?php <?php
use use mirzaev\ebaboba\database, use use mirzaev\baza\database,
mirzaev\ebaboba\column, mirzaev\baza\column,
mirzaev\ebaboba\record, mirzaev\baza\record,
mirzaev\ebaboba\enumerations\encoding, mirzaev\baza\enumerations\encoding,
mirzaev\ebaboba\enumerations\type; mirzaev\baza\enumerations\type;
// Initializing the database // Initializing the database
$database = new database() $database = new database()