Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomloprod/ionic-cloud-php
ionic-cloud-php is a library that allows you to consume the Ionic Cloud API: Push, Auth and Deploy.
https://github.com/tomloprod/ionic-cloud-php
Last synced: 18 days ago
JSON representation
ionic-cloud-php is a library that allows you to consume the Ionic Cloud API: Push, Auth and Deploy.
- Host: GitHub
- URL: https://github.com/tomloprod/ionic-cloud-php
- Owner: tomloprod
- License: mit
- Created: 2017-05-21T09:52:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T15:51:50.000Z (over 7 years ago)
- Last Synced: 2024-12-01T02:35:54.502Z (25 days ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
> ### ADVISE:
> **If you only need a library to work with the Ionic Push API, use this: https://github.com/tomloprod/ionic-push-php instead**# ionic-cloud-php [![Release](https://img.shields.io/github/release/tomloprod/ionic-cloud-php.svg)](https://github.com/tomloprod/ionic-cloud-php) [![Join the chat at https://gitter.im/tomloprod/ionic-cloud-php](https://badges.gitter.im/tomloprod/ionic-cloud-php.svg)](https://gitter.im/tomloprod/ionic-cloud-php?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License](https://img.shields.io/github/license/tomloprod/ionic-cloud-php.svg)](http://www.opensource.org/licenses/mit-license.php)
ionic-cloud-php is a library that allows you to consume the *Ionic Cloud API*: **Push**, **Auth** and **Deploy**.
## Requirements:
- PHP 5.1+
- cURL## Documentation:
See the [WIKI](https://github.com/tomloprod/ionic-cloud-php/wiki) for this library documentation.
Ionic official API documentation:
- [Push](https://docs.ionic.io/api/endpoints/push.html)
- [Deploy](https://docs.ionic.io/api/endpoints/deploy.html)
- [Auth](https://docs.ionic.io/api/endpoints/auth.html)## Contributing:
1. Fork it
1. Create your feature branch (`git checkout -b my-new-feature`)
1. Commit your changes (`git commit -m 'Add some feature'`)
1. Push to the branch (`git push origin my-new-feature`)
1. Create new Pull Request