GithubHelp home page GithubHelp logo

openwaclient's Introduction

OpenWA Client PHP

OpenWA Client PHP adalah sebuah library yang dibuat untuk membantu para developer PHP menggunakan RESt API dari https://www.npmjs.com/package/@open-wa/wa-automate. Library ini dibuat atas inisiatif diri sendiri. Project ini tidak di sponsori pihak manapun.

Total Downloads Latest Stable Version Packagist Pre Release Version License

Features Available
Set my name
Set my status (e.g, available, busy, etc)
Set profile picture
Send text
Send text with mention
Send YouTube link with preview (thumbnail & title)
Send link with preview meta tags
Send image
Send video
Send file (alternative ways to send a video)
Send sticker from an image
Send sticker from an .webp file
Send contact
Send VCard (only set name and phone number)

Installation

The recommended way to install OpenWAClient Library is with Composer. Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project.

# Install Composer
curl -sS https://getcomposer.org/installer | php

You can add OpenWAClient Library as a dependency using Composer:

composer require ardzz/openwaclient

Alternatively, you can specify OpenWAClient Library as a dependency in your project's existing composer.json file:

 {
   "require": {
      "ardzz/openwaclient": "^1.0"
   }
}

After installing, you need to require Composer's autoloader:

require "vendor/autoload.php";

You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org.

Dokumentasi

https://ardzz.gitbook.io/openwaclient/

Donations

OVO atau GoPay (085865595604)
Atau traktir saya di https://trakteer.id/ardhan
Terimakasih yang sudah berdonasi!

License

FOSSA Status

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.