Download the PHP package chrisreedio/laravel-athena-sdk without Composer

On this page you can find all versions of the php package chrisreedio/laravel-athena-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 laravel-athena-sdk

Athena EHR API SDK for Laravel

Latest Version on Packagist Tests Code Style Total Downloads

laravel-athena-sdk is a Laravel-first wrapper around Athenahealth's API. It provides a configured connector, resource-style entry points for common API domains, and DTOs for mapping Athena responses into typed PHP objects.

The package is best suited for applications that want a package-native integration layer instead of building raw Saloon requests and response mapping from scratch.

Installation

Publish the package config:

Set the required Athena credentials in your environment:

Configuration

The package currently publishes a config file only. There are no package views or package migrations to publish.

The connector also ships with built-in Athena rate limiting using Saloon's rate-limit plugin. All requests are capped per connector instance to 15 requests per second outside production and 150 requests per second in production. Rate-limit violations fail fast (a RateLimitReachedException will be thrown rather than auto-sleeping and retrying).

The connector authenticates with Athena using the client credentials grant flow and caches the access token under the athena_access_token cache key.

Usage

Instantiate the connector directly:

Or use the facade:

The top-level resources currently exposed by the connector are:

Public API

The supported Laravel-facing wrapper surface is documented in docs/public-api.md.

That document covers:

Raw request classes under src/Requests are still available for lower-level use, but they are not the primary API documented in this package.

Local Checks

Additional Notes

Changelog

See CHANGELOG.md for release history.

Contributing

See CONTRIBUTING.md for local setup and pull request expectations.

Security

See SECURITY.md for how to report vulnerabilities.

License

Released under the MIT license.


All versions of laravel-athena-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/contracts Version ^10.0|^11.0|^12.0
saloonphp/cache-plugin Version ^3.0
saloonphp/laravel-plugin Version ^3.0
saloonphp/pagination-plugin Version ^2.0
saloonphp/rate-limit-plugin Version ^2.0
saloonphp/saloon Version ^3.0
spatie/laravel-package-tools Version ^1.14.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 chrisreedio/laravel-athena-sdk contains the following files

Loading the files please wait ...