2017 © Pedro Peláez
 

symfony-bundle raphael-bundle

Raphael.js Bundle for Symfony2

image

bmatzner/raphael-bundle

Raphael.js Bundle for Symfony2

  • Saturday, October 26, 2013
  • by bmatzner
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7,739 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Raphael.js Bundle for Symfony2

Current Version

Raphael v2.1.2, (*1)

Installation

Add bundle to your composer.json file

``` js // composer.json, (*2)

{ "require": { // ... "bmatzner/raphael-bundle": "*" } }, (*3)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bmatzner\RaphaelBundle\BmatznerRaphaelBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/raphael-bundle, (*4)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*5)

``` bash $ php app/console assets:install --symlink web, (*6)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <script type="text/javascript" src="{{ asset('bundles/bmatznerraphael/js/raphael.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*7)

References

  1. http://raphaeljs.com/
  2. http://symfony.com

The Versions

26/10 2013

dev-master

9999999-dev http://raphaeljs.com/

Raphael.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony html5 svg graphics raphael vectors

26/10 2013

2.1.2

2.1.2.0 http://raphaeljs.com/

Raphael.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony html5 svg graphics raphael vectors

18/02 2013

2.1.0

2.1.0.0 http://raphaeljs.com/

Raphael.js Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

javascript symfony html5 svg graphics raphael vectors