Download the PHP package adrianmejias/factom-api without Composer
On this page you can find all versions of the php package adrianmejias/factom-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adrianmejias/factom-api
More information about adrianmejias/factom-api
Files in adrianmejias/factom-api
Package factom-api
Short Description A simple Laravel service provider for the Factom API.
License MIT
Homepage https://github.com/adrianmejias/factom-api
Informations about the package factom-api
Factom API for Laravel
This package provides a simple service provider for the Factom API for use with the Laravel Framework.
Factom API documentation: https://docs.factom.com/api
Note: This package is under development and should not be used for production environments.
Installation
You can install this package via composer using:
You must also install this service provider in conifg/app.php
.
The package will automatically register itself. If not, then add the alias in config/app.php
.
To publish the config file to app/config/factom-api.php
This will publish a file factom-api.php
in your config directory with teh following content:
Usage
After you've installed the package and filled in the values in the config-file working with this pacakge will be a breeze. All the following examples use the facade.
Todo
Replace Curl with GuzzleAdd Wallet methods- Add certificate auth
- Add unit tests
Testing
Run the tests with:
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- 1000nettles
- Factom
- All Contributors
License
The MIT License (MIT). Please see License File for more information.