Download the PHP package emergentmethods/asknews-php-sdk without Composer

On this page you can find all versions of the php package emergentmethods/asknews-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package asknews-php-sdk

asknews-php-sdk

AskNews API

Installation & Usage

Requirements

PHP 8.0 and later.

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:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api.asknews.app

Class Method HTTP request Description
AlertsApi createAlert POST /v1/chat/alerts Create an alert
AlertsApi deleteAlert DELETE /v1/chat/alerts/{alert_id} Delete an alert
AlertsApi getAlert GET /v1/chat/alerts/{alert_id} Get an alert
AlertsApi getAlertLogs GET /v1/chat/alerts/{alert_id}/logs Get alert logs
AlertsApi getAlerts GET /v1/chat/alerts Get all created alerts
AlertsApi getAllAlertLogs GET /v1/chat/alerts/logs Get all alert logs
AlertsApi putAlert PUT /v1/chat/alerts/{alert_id} Update an alert
AnalyticsApi getAssetSentiment GET /v1/analytics/finance/sentiment Get a timeseries of finance news sentiment for assets
AutofilterApi autofilter GET /v1/chat/autofilter Generate filter params for AskNews endpoints
ChatApi getChatCompletions POST /v1/openai/chat/completions Get chat completions from a news-infused AI assistant
ChatApi getHeadlineQuestions GET /v1/chat/questions Get example headline questions
ChatApi listChatModels GET /v1/openai/models List available chat models
ForecastApi getForecast GET /v1/chat/forecast Make an expert forecast for a news event.
GraphApi buildGraph POST /v1/news/graph Build a custom mega-news-knowledge graph
NewsApi getArticle GET /v1/news/{article_id} Get an article by its UUID
NewsApi getArticles GET /v1/news Get multiple articles by UUID
NewsApi getSourcesReport GET /v1/sources Get the sources underlying AskNews
NewsApi searchNews GET /v1/news/search Search for enriched real-time news context
NewslettersApi deleteNewsletter DELETE /v1/chat/newsletters/{newsletter_id} Delete a newsletter
NewslettersApi deleteNewsletterContact DELETE /v1/chat/newsletters/{newsletter_id}/contacts/{contact_id} Delete a newsletter contact
NewslettersApi getNewsletter GET /v1/chat/newsletters/{newsletter_id} Get a newsletter
NewslettersApi getNewsletterContact GET /v1/chat/newsletters/{newsletter_id}/contacts/{contact_id} Get a newsletter contact
NewslettersApi getNewsletterContacts GET /v1/chat/newsletters/{newsletter_id}/contacts Get newsletter contacts
NewslettersApi getNewsletters GET /v1/chat/newsletters Get all created newsletters
NewslettersApi getPublicNewsletters GET /v1/chat/newsletters/public Get all public newsletters
NewslettersApi patchNewsletterContact PATCH /v1/chat/newsletters/{newsletter_id}/contacts/{contact_id} Update a newsletter contact
NewslettersApi postNewsletter POST /v1/chat/newsletters Create a newsletter
NewslettersApi postNewsletterContacts POST /v1/chat/newsletters/{newsletter_id}/contacts Create a newsletter contact
NewslettersApi putNewsletter PUT /v1/chat/newsletters/{newsletter_id} Update a newsletter
PingApi ping GET / Ping
ProfileApi getUserProfile GET /v1/profiles/me Get the current user's profile
RedditApi searchReddit GET /v1/reddit/search Search Reddit, summarize threads, and return analysis.
StoriesApi getStories GET /v1/stories Filter and search for top news narratives
StoriesApi getStory GET /v1/stories/{story_id} Get a story containing updates
WebsearchApi liveWebSearch GET /v1/chat/websearch Run a live websearch.

Models

Authorization

Find full details at the AskNews API documentation.

Support

Join our Discord to see what other people are building, and to get support with your projects.


All versions of asknews-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0 || ^8.1 || ^8.2 || ^8.3
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package emergentmethods/asknews-php-sdk contains the following files

Loading the files please wait ....