2017 © Pedro PelĂĄez
 

library bing-api

Bing Api for Nette Framework

image

nattreid/bing-api

Bing Api for Nette Framework

  • Monday, May 28, 2018
  • by attreid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Bing Api pro Nette Framework

NastavenĂ­ v config.neon, (*1)

extensions:
    bingApi: NAttreid\BingApi\DI\BingApiExtension

bingApi:
    tagId: 12345

PouĆŸitĂ­, (*2)

/** @var NAttreid\BingApi\IBingApiFactory @inject */
public $bingApiFactory;

protected function createComponentBingApi() {
    return $this->bingApiFactory->create();
}

public function renderDefault() {
    $this['bingApi']->conversion(500, 'EUR'); // konverze
}

v @layout.latte, (*3)

<html>
<head>
    {control bingApi:head}
</head>
<body>
    <!-- html kod -->
    {control bingApi}
</body>
</html>

The Versions

28/05 2018

dev-master

9999999-dev

Bing Api for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

28/05 2018

1.1.2

1.1.2.0

Bing Api for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

15/05 2018

1.1.1

1.1.1.0

Bing Api for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

15/05 2018

1.1.0

1.1.0.0

Bing Api for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

14/05 2018

1.0.0

1.0.0.0

Bing Api for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid