Download the PHP package mh/tenderseo-api without Composer

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

tenderseo-api

Welcome to the client library for tenderseo.com, speed up your blogging.

Build Status Scrutinizer Quality Score Scrutinizer Code Intelligence

Latest Release MIT License Total Downloads

Developed by Michael Holm

Quick start

If you just want to get started, and see some fast results, here is a quick guide for you.

Now the folder is ready, create a file as following, and you got your first article.

Done! :) Now, if you like the result, start by create an account which you can do with the API as well.

Installation

Composer

Simply add a dependency on mh/tenderseo-api to your project's composer.json file if you are using Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a dependency on newest stable version of TenderSEO:

Usage

Before getting started you will need a API KEY in order to talk with our platform, but you can register as a user via our API as well, otherwise go to our website https://www.tenderseo.com.

Create a new client

Before you start with anything, you will need to create an instance of our TenderSEO client.

If you already have a API KEY you can add the key as parameter

Signup as new user

If you do not have a API KEY on our platform, you can register here to start using our services.

Now, as a response, you will get your new API KEY, so remember to save it, otherwise you will have to send a message to our support at [email protected].

Get user status

If you want to check your status, how many credits you have left and other useful informations.

Get random article

Now, you are able to request random articles from our archive to place into your website, this is also a great way to play for free with our API.

Order new article

If you wants to create a new article on our platform, use this end point.

Get articles

You can download all your articles as you like, or order them with different options, so you easily can cherry pick articles for a specific blog.


All versions of tenderseo-api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
ext-curl Version *
guzzlehttp/guzzle Version ^6.3
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 mh/tenderseo-api contains the following files

Loading the files please wait ....