Download the PHP package brandon14/ebay-sdk-php without Composer

On this page you can find all versions of the php package brandon14/ebay-sdk-php. 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 ebay-sdk-php

Build Status Code Climate Maintainability CodeCov License

Issues Issues Closed Pull Requests Pull Requests Closed

brandon14/ebay-sdk-php

NOTE: This library has not been fully tested, and should not be considered stable or suitable for production environments.

Table Of Contents

  1. Requirements
  2. Purpose
  3. Installation
  4. Standards
  5. Coverage
  6. Documentation
  7. Contributing
  8. Versioning
  9. Security Vulnerabilities

Requirements

Tech Version
PHP ^7.2 || ^8.0
Composer *
PHP Extension Version
ext-curl *
ext-json *
ext-mbstring *
Composer Packages Version
guzzlehttp/guzzle ^6.5.8 || ^7.4.5
guzzlehttp/psr7 ^2.0

Purpose

A single package containing a PHP SDK to access all of Ebay's OpenAPI spec endpoints found here. It only covers the RESTful APIs that have OpenAPI specifications available.

To view the OpenAPI files these packages were generated from, please browse the api-specs directory.

Installation

You can install the entire bundle of Ebay libraries via:

NOTE: This is not implemented yet, and will be available in an upcoming release once we get the subtree splitting set up.

If you wish to install individual API libraries, you can via the following (this would for example install the Buy/Browser/V1 library):

Standards

We strive to meet the PSR-12 coding style for PHP projects, and enforce our coding standard via the php-cs-fixer linting tool. Our ruleset can be found in the .php-cs-fixer.dist.php file.

Coverage

The latest code coverage information can be found via Codecov. We strive to maintain 100% coverage across the entire Ebay API, so if you are contributing, please make sure to include tests for new code added.

Documentation

Documentation to this project can be found here.

Contributing

Got something you want to add? Found a bug or otherwise bad code? Feel free to submit pull requests to add in new features, fix bugs, or clean things up. Just be sure to follow the Code of Conduct and Contributing Guide, and we encourage creating clean and well described pull requests if possible.

If you notice an issues with the library or want to suggest new features, feel free to create issues appropriately using the issue tracker.

Versioning

php-licenses-generator uses semantic versioning that looks like MAJOR.MINOR.PATCH.

Major version changes will include backwards-incompatible changes and may require refactoring of projects using it. Minor version changes will include backwards-compatible new features and changes and will not break existing usages. Patch version changes will include backwards-compatible bug and security fixes, and should be updated as soon as possible.

Security Vulnerabilities

If you discover a vulnerability within this package, please email Brandon Clothier via [email protected]. All security vulnerabilities will be promptly addressed.


This code is released under the MIT license.

Copyright © 2022 Brandon Clothier


Contributors

GitHub Contributors Image


😂 Here is a random joke that'll make you laugh!

Jokes Card


All versions of ebay-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.5.8 || ^7.4.5
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 brandon14/ebay-sdk-php contains the following files

Loading the files please wait ....