PHPackages                             enepochatova/influxdb-orm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. enepochatova/influxdb-orm

ActiveLibrary[Database &amp; ORM](/categories/database)

enepochatova/influxdb-orm
=========================

The PHP library which helps to convert entities to InfluxDB points and back. Uses annotations for entities configuration.

v1.1.3(7y ago)425MITPHPPHP ^7.2

Since Jan 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/enepochatova/influxdb-orm)[ Packagist](https://packagist.org/packages/enepochatova/influxdb-orm)[ RSS](/packages/enepochatova-influxdb-orm/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

InfluxDB ORM
============

[](#influxdb-orm)

The PHP library which helps to convert entities to InfluxDB points and back. Uses annotations for entities configuration. For better understanding of key concepts please check the official InfluxDB documentation.

Installation
------------

[](#installation)

```
composer require enepochatova/influxdb-orm
```

Getting started
---------------

[](#getting-started)

Create entity to be stored in DB. Give it the **Measurement** annotation. The *name* property of annotation is required.

```
