Using php-sdk with motaword.com

PHP integration

✓ Official SDK
Install
composer require php-sdk
Available endpoints
curl \
  -u "$API_USER:$API_PASS" \
  https://api.motaword.com/
View your account info
curl \
  -u "$API_USER:$API_PASS" \
  https://api.motaword.com/me
Get blog posts - ordered by created desc by default
curl \
  -u "$API_USER:$API_PASS" \
  https://api.motaword.com/blogs
SDK on GitHub 📄 API Docs
SDK
php-sdk
PHP
API
motaword.com
motaword.com
Other SDKs for motaword.com
python-sdk
At a glance
Language PHP
Endpoints222
Base URLhttps://api.motaword.com
✓ Official