Download the PHP package itsmeabde/tiket-api without Composer
On this page you can find all versions of the php package itsmeabde/tiket-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itsmeabde/tiket-api
More information about itsmeabde/tiket-api
Files in itsmeabde/tiket-api
Package tiket-api
Short Description Laravel package for using api tiket.com
License MIT
Homepage https://github.com/itsmeabde/tiket-api
Informations about the package tiket-api
Laravel Tiket Api's
This package provides you to use tiket.com api with simple usage and it will let you focus on development of the api's user interface. See the DOCS for documentation
Install
Via composer
Once this has finish, you will need to add the service provider to the array in your config as follows:
Finally, you will want to publish the config using the following command:
Usage
Before usage, you mush configure in config file. by default , do not change any uri if there is no available updated.
This package by default store token api in cookie with key . do not forget to configure your in folder.
Example request search flight:
Or you want create your own controller extends baseController
So you can call tiket object from class inheritance your own Controller without declare new object tiketApi for many times.
For more information, See DOCS.
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Bug
If you discover any bug related issues, please email itsmeabde@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.