Download the PHP package aylien/newsapi without Composer
On this page you can find all versions of the php package aylien/newsapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aylien/newsapi
More information about aylien/newsapi
Files in aylien/newsapi
Package newsapi
Short Description The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package newsapi
AYLIEN News API - PHP SDK
The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
Sign up at https://newsapi.aylien.com/.
For more documentation see https://newsapi.aylien.com/docs/.
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://api.aylien.com/news
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | listAutocompletes | GET /autocompletes | List autocompletes |
DefaultApi | listClusters | GET /clusters | List Clusters |
DefaultApi | listCoverages | GET /coverages | List coverages |
DefaultApi | listHistograms | GET /histograms | List histograms |
DefaultApi | listRelatedStories | GET /related_stories | List related stories |
DefaultApi | listStories | GET /stories | List Stories |
DefaultApi | listTimeSeries | GET /time_series | List time series |
DefaultApi | listTrends | GET /trends | List trends |
Documentation For Models
- Author
- Autocomplete
- Autocompletes
- Category
- CategoryLinks
- Cluster
- Clusters
- Coverages
- Entities
- Entity
- EntityLinks
- Error
- ErrorLinks
- Errors
- HistogramInterval
- Histograms
- Location
- Media
- Rank
- Rankings
- RelatedStories
- RepresentativeStory
- Scope
- Sentiment
- Sentiments
- ShareCount
- ShareCounts
- Source
- Stories
- Story
- StoryCluster
- StoryLinks
- StoryTranslations
- StoryTranslationsEn
- Summary
- TimeSeries
- TimeSeriesList
- Trend
- Trends
All versions of newsapi with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2