Download the PHP package seumunday/azdatabases without Composer

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

AZ Databases Laravel Plugin

This plugin allows you to connect your library website to Alma and pull down database resources and display them using HTML and Javascript.

Installation

TODO: Clean Up the Installation Instructions

Composer

Install with composer. Use the following command in your terminal window.

Create new autoloads

Add Service Provider

Add the following to your service providers in config/app.php

Artisan

Use Artisan to publish the vendor files into your site. This allows you to fully customize the views.

List of Transfered files:

Edit Config File

Insert your OAI url from alma into the newly transfered config file.

NOTE Learn how to get this url by reading these helpful articles from exlibris. Alma OAI Integration API Exlibris OAI Article

You may also change the url slug for this plugin. Please keep in mind you will also have to change it in the azdatabases.js file that's imported as well. To change that file, set the variable on line 10 to the same value that's in the config file.

Set Up Command

In app/Console/Kernel.php, add the following to protected $commands:

And the following under function schedule

To populate it instantly, change daily() to everyMinute(), then run the following artisan command.

To run the command:

NOTE: The data is populated by accessing the ALMA api, and downloading it ever day. To set this up, you will need to make sure you have set up scheduling. https://laravel.com/docs/5.4/scheduling

At this point, you should be able to see html loading at YOURDOMAIN/database

Set Up Javascript

Add the following to Elixer in your gulp file.

If you have Laravel 5.4, it will be in your webpack.js file, and will instead look like this:

If you store your JS files else where, make sure to also change the script url in the view.

If this is a new project, don't forget to run 'npm install'

Install vue-router

This allows us to have permalinks to searches and selections. Run the following in your terminal window:

Depending on what version of Laravel you use, here are the commands to compile the javascript.

Laravel 5.3

Laravel 5.4

Usage

TODO: Write usage instructions

History

TODO: Write more history

This project was based on Justin Kells AZ Database project.


All versions of azdatabases with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
illuminate/support Version ~5.3.0|~5.4.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 seumunday/azdatabases contains the following files

Loading the files please wait ....