Download the PHP package overblog/embedly-bundle without Composer
On this page you can find all versions of the php package overblog/embedly-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download overblog/embedly-bundle
More information about overblog/embedly-bundle
Files in overblog/embedly-bundle
Download overblog/embedly-bundle
More information about overblog/embedly-bundle
Files in overblog/embedly-bundle
Vendor overblog
Package embedly-bundle
Short Description OverBlog Embedly Bundle
License
Homepage https://github.com/ebuzzing/OverblogEmbedlyBundle.git
Package embedly-bundle
Short Description OverBlog Embedly Bundle
License
Homepage https://github.com/ebuzzing/OverblogEmbedlyBundle.git
Please rate this library. Is it a good library?
Informations about the package embedly-bundle
Introduction
OverblogEmbedlyBundle is a simple Symfony bundle that provides access to the embed.ly php library (https://github.com/embedly/embedly-php)
See http://embed.ly for more information
Installation
-
Add this bundle and the embedly-php library to your
vendor/
dir:-
Using the vendors script.
Add the following lines in your
deps
file::[OverblogEmbedlyBundle] git=git://github.com/ebuzzing/OverblogEmbedlyBundle.git target=/bundles/Overblog/EmbedlyBundle [embedly-php] git=git://github.com/embedly/embedly-php.git target=/embedly-php
Run the vendors script:
./bin/vendors install
-
Using git submodules.
$ git submodule add git=git://github.com/ebuzzing/OverblogEmbedlyBundle.git vendor/bundles/Overblog/EmbedlyBundle $ git submodule add git://github.com/embedly/embedly-php.git vendor/embedly-php
-
-
Add the Overblog namespace to your autoloader:
-
Add this bundle to your application's kernel:
- Configure the
overblog_embedly
service in your config:
Example
In a controller, do the following:
All versions of embedly-bundle with dependencies
PHP Build Version
Package Version
The package overblog/embedly-bundle contains the following files
Loading the files please wait ....