2017 © Pedro Peláez
 

symfony-bundle json2-bundle

JSON-js Bundle for Symfony2

image

bmatzner/json2-bundle

JSON-js Bundle for Symfony2

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

The README.md

JSON-js Bundle for Symfony2

Current Version

JSON-js 2013-05-26 Only the json2.js file crockford is suggesting to use is included, (*1)

Installation

Add bundle to your composer.json file

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

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


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

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/json2-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/bmatznerjson2/js/json2.min.js') }}"></script>

Licenses

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

References

  1. https://github.com/douglascrockford/JSON-js
  2. http://symfony.com

The Versions

26/10 2013

dev-master

9999999-dev https://github.com/douglascrockford/JSON-js

JSON-js Bundle for Symfony2

  Sources   Download

public domain

The Requires

 

json javascript symfony

26/10 2013

2013-05-26

2013.05.26 https://github.com/douglascrockford/JSON-js

JSON-js Bundle for Symfony2

  Sources   Download

public domain

The Requires

 

json javascript symfony

13/01 2013

2012-10-08

2012.10.08 https://github.com/douglascrockford/JSON-js

JSON-js Bundle for Symfony2

  Sources   Download

public domain

The Requires

 

json javascript symfony