PHPackages                             emergentmethods/asknews-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. emergentmethods/asknews-php-sdk

ActiveLibrary[API Development](/categories/api)

emergentmethods/asknews-php-sdk
===============================

AskNews API \[!\[status\](https://status.asknews.app/api/badge/2/status?style=for-the-badge)\](https://status.asknews.app/status/prod)

0.4.14(2mo ago)115.4k—2%MITPHPPHP ^8.0 || ^8.1 || ^8.2 || ^8.3

Since Aug 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/emergentmethods/asknews-php-sdk)[ Packagist](https://packagist.org/packages/emergentmethods/asknews-php-sdk)[ Docs](https://asknews.app)[ RSS](/packages/emergentmethods-asknews-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (82)Used By (0)

asknews-php-sdk
===============

[](#asknews-php-sdk)

AskNews API [![status](https://camo.githubusercontent.com/cda0a059cf62febdb9e5152f092c06ebcfa45640f4876a91779d70b67cf363da/68747470733a2f2f7374617475732e61736b6e6577732e6170702f6170692f62616467652f322f7374617475733f7374796c653d666f722d7468652d6261646765)](https://status.asknews.app/status/prod)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.0 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/emergentmethods/asknews-php-sdk.git"
    }
  ],
  "require": {
    "emergentmethods/asknews-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
