PHPackages                             californiamountainsnake/longmantelegrambot-inlinecalendar - 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. californiamountainsnake/longmantelegrambot-inlinecalendar

AbandonedArchivedLibrary

californiamountainsnake/longmantelegrambot-inlinecalendar
=========================================================

This is the calendar in form of inline keyboard.

1.4.3(5y ago)067[3 issues](https://github.com/CaliforniaMountainSnake/longmantelegrambot-inlinecalendar/issues)MITPHPPHP ^7.1

Since Aug 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/CaliforniaMountainSnake/longmantelegrambot-inlinecalendar)[ Packagist](https://packagist.org/packages/californiamountainsnake/longmantelegrambot-inlinecalendar)[ RSS](/packages/californiamountainsnake-longmantelegrambot-inlinecalendar/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (18)Used By (0)

longmantelegrambot-inlinecalendar
=================================

[](#longmantelegrambot-inlinecalendar)

This is the calendar in form of inline keyboard intended for using with `longman/telegram-bot` and `californiamountainsnake/longmantelegrambot-inlinemenu` libraries. [![Calendar screenshot](https://raw.githubusercontent.com/CaliforniaMountainSnake/longmantelegrambot-inlinecalendar/master/screenshots/Screenshot_1.png "Calendar screenshot")](https://raw.githubusercontent.com/CaliforniaMountainSnake/longmantelegrambot-inlinecalendar/master/screenshots/Screenshot_1.png)

Install:
--------

[](#install)

### Require this package with Composer

[](#require-this-package-with-composer)

Install this package through [Composer](https://getcomposer.org/). Edit your project's `composer.json` file to require `californiamountainsnake/longmantelegrambot-inlinecalendar`:

```
{
    "name": "yourproject/yourproject",
    "type": "project",
    "require": {
        "php": "^7.1",
        "californiamountainsnake/longmantelegrambot-inlinecalendar": "*"
    }
}
```

and run `composer update`

### or

[](#or)

run this command in your command line:

```
composer require californiamountainsnake/longmantelegrambot-inlinecalendar
```

Usage:
------

[](#usage)

1. Include trait into your bot command and realise the abstract methods (mostly contains lang strings):

```
