Download the PHP
package a15lam/df-wemo without Composer
On this page you can find all versions of the php package
a15lam/df-wemo. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor a15lam Package df-wemo Short Description A DreamFactory service for controlling Belkin Wemo devices License
Apache-2.0 Homepage https://github.com/a15lam/df-wemo
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
Informations about the package df-wemo
df-wemo
A DreamFactory service to control Belkin Wemo devices. It also supports Sonoff devices with custom firmware found here.
Installation
In your DreamFactory installation root run
composer require a15lam/df-wemo
Add the following AT THE END of the list of providers in config/app.php file.
a15lam\Wemo\ServiceProvider::class
Login to your DreamFactory admin application and head over to the 'Services' tab. You should now see your new wemo service listed here.
Your service is now configured and ready to use. Head over to the API Docs and expand your wemo service to see all the API endpoints and their usage.
Note: Unlike other services in DreamFactory, wemo service does not require any configuration. The service is auto-configured for you upon installation with the default name wemo.
If you like to change the default name to something else, you can do so by using the environment option WEMO_SERVICE_NAME in the .env file.
Once you add your name using this environment option, simply refresh your DreamFactory admin application to see this service with the new name.
You can now safely delete the other service with the old name.
You can delete this wemo service anytime you want. However, it will keep coming back every time you clear your DreamFactory cache.
To remove this service permanently comment out the following line from providers list in config/app.php.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package a15lam/df-wemo contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.