mheap / silex-embedly
Embedly extension for Silex
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mheap/silex-embedly
Requires
- php: >=5.3.0
- embedly/embedly-php: *
Requires (Dev)
- silex/silex: *
- twig/twig: >=1.2.0
Suggests
- twig/twig: >=1.2.0
This package is auto-updated.
Last update: 2020-11-26 18:10:24 UTC
README
Installation
Create a composer.json in your projects root-directory::
{
"require": {
"mheap/Silex-Embedly": "*"
}
}
and run::
curl -s http://getcomposer.org/installer | php
php composer.phar install
More Information
Read the documentation files under /doc.
License
'Silex-Embedly' is licensed under the MIT license.