Alexander Dimitrov

Results 4 issues of Alexander Dimitrov

Currently, to avoid using another database or flat files I am doing this: ```php $settings = new Conversation( $this->telegram->getBotId(), $this->getMessage()->getChat()->getId(), 'settings' ); $settings->notes['key'] = 'value'; $settings->update(); ``` Will be nice...

feature request

### Required Information - Operating system: Debian testing - PHP version: 5.6, 7.1 - PHP Telegram Bot version: 0.48 - Using MySQL database: yes - MySQL version: mariadb 10.1 -...

feature request

# What does this implement/fix? New components to use FRAM memory (like MB85RC256V, [datasheet](https://www.fujitsu.com/uk/Images/MB85RC256V-20171207.pdf)) over I2C. - FRAM component provides basic functions to read and write data - FRAM_PREF component...

new-integration
not-stale
has-tests
integration: fram
integration: fram_pref

Hello, Is it possible or not-too-stupid to package only the Ratchet\RFC6455\Messaging namespace? I am making a small HTTP/1.1 server crammed with only necessary features and I'd like to add websockets....