Skip to content

vinodc/php-cloud-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Cloud Search

This is a simple app with some sample PHP code to search files in a Kloudless account and display them to the user.

Installation

PHP 5.5+ is required.

Composer is used for dependency management.

To install composer:

$ curl -sS https://getcomposer.org/installer | php

Install dependencies:

$ php composer.phar install
# OR (if globally installed):
$ composer install

Configuration

Modify config.php with the ID of the account to search, as well as your app's API Key. Both can be obtained on the Kloudless Interactive Docs after logging in.

Run

Run PHP 5.5's CLI web server:

$ php -S 0:8000 router.php

Navigate to localhost:8000 in your browser.

About

Allow files in a cloud account to be publicly searchable and viewable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages