Download the PHP package codag/alchemyapi-bundle without Composer
On this page you can find all versions of the php package codag/alchemyapi-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codag/alchemyapi-bundle
More information about codag/alchemyapi-bundle
Files in codag/alchemyapi-bundle
Package alchemyapi-bundle
Short Description Symfony2 Bundle for AlchemyAPI integration
License MIT
Homepage http://www.codag.ch
Informations about the package alchemyapi-bundle
CodagAlchemyApiBundle
This bundle provides an AlchemyAPI integration for your Symfony2 Project.
AlchemyAPI Method Supported
- [ ] Author Extraction
- [ ] Concept Tagging
- [ ] Content Scraping
- [ ] Entity Extraction
- [x] WebAPI
- [ ] Keyword Extraction
- [ ] Language Detection
- [ ] Microformats Parsing
- [ ] RSS/ATOM
- [ ] Relation Extraction
- [ ] Sentiment Analysis
- [ ] Text Categorization
- [ ] Text Extraction
Do you need support for a method not on the list or not completed yet? Please submit an issue or feel free to contribute!
Installation
- Add CodagAlchemyApiBundle to your composer.json
- Enable the bundle
- Configure the bundle
Step 1: Add CodagAlchemyApiBundle to your composer.json
Update your project dependencies:
Step 2: Enable the bundle
Step 3: Configure the bundle
Yml configuration:
Usage
This bundle provides the service codag.alchemyapi
Entity Extraction
HTML API
Text API
Web API (URLGetRankedNamedEntities)
Contribute
If the bundle doesn't allow you to customize an option, I invite you to fork the project, create a feature branch, and send a pull request.
To ensure a consistent code base, you should make sure the code follows the Coding Standards.
License
This bundle is under the MIT license. See the complete license here.