Download the PHP package fnayou/zeppelin without Composer
On this page you can find all versions of the php package fnayou/zeppelin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fnayou/zeppelin
More information about fnayou/zeppelin
Files in fnayou/zeppelin
Download fnayou/zeppelin
More information about fnayou/zeppelin
Files in fnayou/zeppelin
Vendor fnayou
Package zeppelin
Short Description Simple Guzzle configurator using client configuration and api descriptions files.
License MIT
Homepage https://github.com/fnayou/zeppelin
Package zeppelin
Short Description Simple Guzzle configurator using client configuration and api descriptions files.
License MIT
Homepage https://github.com/fnayou/zeppelin
Please rate this library. Is it a good library?
Informations about the package zeppelin
Zeppelin
[Deprecated and Unmaintained]
Simple Guzzle configurator using client configuration and api descriptions files.
- All you have to do is to create two files :
- the Guzzle client configuration (api url, version, user agent, etc.)
- the API description structure
- use
ZeppelinFactory
factory or create your own - consume APIs
Zeppelin aim to let you focus on your main project by providing a simple and easy way to consume api and web services.
Install
you can install zeppelin using composer
Usage
- create your Guzzle client configuration file based on the configuration sample file
- create your API description file based on the api description sample file
-
use the
ZeppelinFactory
factory with your favoriteLoader
(more loaders will be released soon) -
consume your APIs
- you can also create you own
factory
with your own logic, all you have to do is implementFactoryInterface
Contributing
Please see CONDUCT for details.
Credits
- Aymen FNAYOU - GitLab - GitHub
License
The MIT License (MIT). Please see License File for more information.
All versions of zeppelin with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.6|~7.0
symfony/options-resolver Version ^3.1
symfony/filesystem Version ^3.1
symfony/yaml Version ^3.1
guzzlehttp/guzzle Version ~5.0
guzzlehttp/guzzle-services Version ^0.5.0
symfony/options-resolver Version ^3.1
symfony/filesystem Version ^3.1
symfony/yaml Version ^3.1
guzzlehttp/guzzle Version ~5.0
guzzlehttp/guzzle-services Version ^0.5.0
The package fnayou/zeppelin contains the following files
Loading the files please wait ....