PHPackages                             nass600/cosm-bundle - 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. [API Development](/categories/api)
4. /
5. nass600/cosm-bundle

ActiveSymfony-bundle[API Development](/categories/api)

nass600/cosm-bundle
===================

This bundle provides an integration with Cosm API

212PHP

Since Jul 27Pushed 13y ago1 watchersCompare

[ Source](https://github.com/nass600/CosmBundle)[ Packagist](https://packagist.org/packages/nass600/cosm-bundle)[ RSS](/packages/nass600-cosm-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CosmBundle
==========

[](#cosmbundle)

The CosmBundle offers access to the cosm.com feed API either by using a PHP service or through the CLI for Symfony2. Is on charge of handle all the operations related to cosm feeds via the bundle CRUD interface.

Features include:

- CRUD API for managing feeds
- CLI commands for executing operations

What is Cosm?
-------------

[](#what-is-cosm)

Pachube is an web service provider allowing developers to connect their own data (energy and environment data from objects, devices &amp; buildings) to the Web and to build their own applications on it.

For more information about the service, please visit:

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

[](#installation)

#### On Symfony 2.0.x:

[](#on-symfony-20x)

Add CosmBundle to your vendor/bundles/ directory.

Add the following lines in your `deps` file:

```
    [Nass600CosmBundle]
      git =https://github.com/nass600/CosmBundle.git
      target=/bundles/Nass600/CosmBundle

```

Run the vendors script:

```
    ./bin/vendors update
```

Add the Nass600 namespace to your `app/autoload.php`:

```
