Download the PHP package devkind/writesonic-php without Composer
On this page you can find all versions of the php package devkind/writesonic-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package writesonic-php
PHP client to communicate with WriteSonic API
WritesonicPhp is a simple SDK implementation of Writesonic API. It helps accessing the API in an object oriented way.
Getting the API key
please register an account and request an api key at Writesonic.
Please check out the tutorials section for more information
Installation
You can install the package via composer:
Usage
Initialization:
alternatively we can initialize static
Endpoint:
Endpoints are basically the type of content that is supported by Writesonic.
Each endpoint requireds an $engine
and $language
parameter to query from writesonic.
it supports following engines :
economy, business
and it supports following languages :
en, nl, fr, de, it, pl, es, pt-pt, pt-br, ru, ja, zh, bg, cs, da, el, hu, lt, lv, ro, sk, sl, sv, fi, et
in order to change the language or engine we can call the setter methods, which is available on all the endpoints.
to set the language
to set the engine
alternatively:
Supported Objects / Endpoints and Usage detail:
All the endpoints can be called into three different ways
as a payload
through the setter methods
through the generate
method
through the get
method
Click here to view the entire documentation of supported endpoints
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
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
- Devkind Developer
- Devkind Developer
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of writesonic-php with dependencies
guzzlehttp/guzzle Version ^7.2
guzzlehttp/promises Version ^1.3.1
guzzlehttp/psr7 Version ^2.4.1
nesbot/carbon Version ^1.26.3 || ^2.0