Download the PHP package jschaedl/api-client without Composer

On this page you can find all versions of the php package jschaedl/api-client. 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 api-client

api-client

ci status php-8.2%2B latest version total downloads license

Are you tired of spending countless hours writing repetitive boilerplate code to create API clients? Say goodbye to the hassle and welcome jschaedl/api-client, the library that will help you to build robust API clients effortlessly. It provides a simple, yet powerful foundation of classes to make building API clients fun again.

Key Benefits

Faster Development: With jschaedl/api-client, you can create API clients in minutes, thanks to the provided classes. No more wasting time on mundane tasks!

Versatility: jschaedl/api-client supports a wide range of APIs, making it a versatile solution for various projects. Whether you're working with RESTful, SOAP, or GraphQL APIs, it got you covered.

Customization: Tailor API clients to your specific needs with ease. jschaedl/api-client provides a flexible framework that allows developers to customize requests, responses, and error handling effortlessly.

Standards: jschaedl/api-client follows PSR-7 (HTTP message interfaces), PSR-17 (HTTP factoring interfaces), and PSR-18 (HTTP client interfaces) to ensure compatibility and interoperability with industry-approved practices.

When you should use this library?

No Existing SDK: When there's no SDK available for the API you want to consume, and you find yourself needing to implement an API client from scratch, jschaedl/api-client is your go-to solution.

Selective Endpoint Calls: In cases where there is an SDK for the API you want to consume, but you only require specific endpoints and don't want to deal with the overhead of the entire bloated SDK, jschaedl/api-client steps in.

Avoiding 3rd Party SDK Dependencies: Tired of integrating 3rd party SDKs that bring along a cascade of dependencies? Opt for jschaedl/api-client to sidestep the hassle.


Installation

To install jschaedl/api-client via composer use


Examples

...

Features

Client

GenericRequest and Response

Request and Response Handlers

Request/Response Body Encoder/Decoder

Custom Requests and Responses

RetryClient

Testing with Mocks


FAQ

How can I add custom headers to requests?

...

How can I send authentication information along with a request?

...

How can use a Client in my tests?

...


Author

Jan Schädlich

Contributors


How to Contribute

Please read our contributing guidelines.


License

MIT License


All versions of api-client with dependencies

PHP Build Version
Package Version
Requires php Version ~8.2||~8.3
psr/http-client Version ^1
psr/http-factory Version ^1
webmozart/assert Version ^1
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 jschaedl/api-client contains the following files

Loading the files please wait ....