https://github.com/dansup/php-ipfs
A PHP wrapper for the IPFS API server
https://github.com/dansup/php-ipfs
ipfs php
Last synced: about 1 month ago
JSON representation
A PHP wrapper for the IPFS API server
- Host: GitHub
- URL: https://github.com/dansup/php-ipfs
- Owner: dansup
- License: mit
- Created: 2016-06-14T01:12:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T01:21:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-19T07:53:38.962Z (about 2 months ago)
- Topics: ipfs, php
- Language: PHP
- Size: 11.7 KB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# php-ipfs
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]A PHP wrapper library for the IPFS API server.
## Installation
composer require dansup/php-ipfs
## Usage
A limited number of methods are supported at the moment, I hope to add them all eventually.
``` php
size('QmeM5KhtRMpgp9JbF2FhJ7qA4yDZKDExGmwgYw9sMdELJE');
echo json_encode($ipfs);
```
## TestingTests coming soon!
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [@dansup](https://github.com/dansup)
- [All Contributors](https://github.com/dansup/php-ipfs/graphs/contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/dansup/php-ipfs.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/dansup/php-ipfs/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/dansup/php-ipfs.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/dansup/php-ipfs.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/dansup/php-ipfs.svg?style=flat-square[link-packagist]: https://packagist.org/packages/dansup/php-ipfs
[link-travis]: https://travis-ci.org/dansup/php-ipfs
[link-scrutinizer]: https://scrutinizer-ci.com/g/dansup/php-ipfs/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/dansup/php-ipfs
[link-downloads]: https://packagist.org/packages/dansup/php-ipfs
[link-author]: https://github.com/dansup
[link-contributors]: ../../contributors