IATI API Wrapper for Laravel

dev-master / 1.0.x-dev 2017-05-27 17:23 UTC

This package is auto-updated.

Last update: 2024-03-07 14:56:00 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

IATI Flight API Wrapper Library for Laravel 5.4

Structure

src/
src/config
src/Http
src/resources
src/resources/lang
src/resources/views

Install

Via Composer

$ composer require SiyahKare/Iati

Usage

$Iati = new SiyahKare\Iati();
echo $Iati->echoPhrase('Hello, World!');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email siyah@siyahkare.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.