# API Libraries

#### C# / .NET
Install using nuget

```
Install-Package Cronofy
```

Check out the source and documentation on [GitHub](https://github.com/cronofy/cronofy-csharp).

#### Node
Install using NPM

```
npm install cronofy
```

Check out the source and more docs on [GitHub](https://github.com/cronofy/cronofy-node).

#### PHP
Install from Packagist

```
composer require cronofy/cronofy
```

Check out the source code and more docs on [GitHub](https://github.com/cronofy/cronofy-php).

#### Ruby
Available as a gem

```
gem install cronofy
```

If you use bundler, you can use this line:

```
gem 'cronofy'
```

Check out the source and documentation on [GitHub](https://github.com/cronofy/cronofy-ruby).

##### OmniAuth Strategy
Strategy for obtaining authorization for user access using the OmniAuth framework.

```
gem 'omniauth-cronofy'
```

Check out the source and documentation on [GitHub](https://github.com/cronofy/omniauth-cronofy).

#### Python
Available as a Package

```
pip install pycronofy
```

If you use pip, you can use this line:

```
import pycronofy
```

Check out the source and documentation on [GitHub](https://github.com/cronofy/pycronofy).

#### Community Libraries
Libraries not maintained by us. If you find one that should be listed then please let us know [developers@cronofy.com](mailto:developers@cronofy.com)

Java - [JCronofy](https://github.com/Biacode/jcronofy)



---
[Read in HTML](/developers/api-libraries/)