Download the PHP package simondavies/veezi-api-wrapper without Composer

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

Veezi-API-Wrapper

A basic PHP wrapper for the Veezi API.

THIS IS STILL IN DEVELOPEMENT AND CAN CHANGE

While being asked to look into the Veezi API, to enable a website to display its relevant film data onto the site, so not to duplicate work etc. I would need to do a bit of work to manipulate the current data returned, to be used on a website, so not being able to find any current PHP code for use with the Veezi API, thought be nice to build this and thne make it available to Veezi as well as others.

Official Documentation

Offical documentation on the Veezi API can be found Veezi API

Code Examples

Included within the repo is an examples folder, here you can find a few working examples of the various options.

Film Listings

Get and display a list of films

Selected Film

There are also other options available to a film instance, some more below.

There are also some that are returned as Arrays and other objects, take the $film->getStartDate(), what is returned is a Carbon instance, so it can be converted using any of the methods available through Carbon,

Selected Film Poster

Currently it is NOT possible to gain access to the actual poster. As the posters are currently stored within the protected area of their severs, and in order gain access via a URL you will need to be signed in to the Veezi system.

So adding the url to the posters will fail for now. Veezi are looking into switchign this, so that they can also be referenced. in the mean time, in order to display posters, you will need to work on your own version/method.

If you need any ideas or solutions please feel free to contact me, on how i get around this.

Film Roles

Sort people and prepare a list of roles. (Actor/Director/Producer)

The output would be somethig like:

Actors Directors Producers
Actor Name Directors Name Producers Name

Film Dates/Times & Ticket Links

List the selected films Dates and times, with booking links on the times.

You can also get a list of dates and times for the selected film to display as clickable links to book tickets.

Requiremnents

Installation

The recommended way to install this repo is through Composer

Install Through Composer

If your using thsi as the initial project then you can install via:

Else to include within in a current project run

Install Via Github/Without Composer

Via SSH

Via HTTPS

Set Up

Once the project has been downloaded we need to continue the initial set up.

Add a config file.

Update the following details with your Veezi API and Site Tokens.

Once thats been done, you can check that all is OK by visiting the Examples folder within a Browser.

Please view the other required repos' install guidelines, if not installing from composer.

To Do

As this is currently on going I have a list of to do's below:

License

The Veezi-API-Wrapper is open-sourced software licensed under the MIT license


All versions of veezi-api-wrapper with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
guzzlehttp/guzzle Version ^6.1
nesbot/carbon Version ^1.20
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 simondavies/veezi-api-wrapper contains the following files

Loading the files please wait ....