Git Product home page Git Product logo

steemphp's People

Contributors

davidkevork avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

steemphp's Issues

Your requirements could not be resolved to an installable set of packages.

I tried to add the library to my project but I keep getting the following error:

Installation request for davidkevork/steemphp dev-master -> satisfiable by davidkevork/steemphp[dev-master].
- davidkevork/steemphp dev-master requires bitwasp/bitcoin 0.0.33.x-dev -> satisfiable by bitwasp/bitcoin[0.0.33.x-dev] but these conflict with your requirements or minimum-stability.

User Transactions

Hello. It is possible to get users transactions? I didn't find function for that.

Fervi

Read-Only?

SteemPHP is read-only, I mean i can't create posts etc. right?

Can this be used to make a post broadcast?

Can this PHP API be used to submit a post, which would be equivalent to the following Steem.js javascript method:

function postArticle() {

  steem.broadcast.comment(
    params.postingKey, // posting wif
    '', // author, leave blank for new post
    'tag1', // first tag
    params.username, // username
    params.permalink, // permlink
    params.title, // Title
    params.article , // Body of post
    // json metadata (additional tags, app name, etc)
    { tags: ['confessions','<?php echo $s['tag'] ?>'], app: 'steemit/1' }, // Json Metadata
    function (err, result) {
      response = result;
      console.log(response);
      //console.log(err, result);
    }
  );
}

fopen error.

$this->return = $this->client->call(0, 'get_accounts', [[$account]]);
-> $this->return = $this->client->call(0, 'get_accounts', [$account]);

for serveral accounts.

thanks

SteemConnect?

I see that the new version is announced. Unfortunately, it will probably be based on SteemJS - that is, get the password and user login and execute commands. It does not seem very safe, but I do not know any other way.

The alternative is to use SteemConnect for this. Do you think this could be implemented in PHP?

Install error terminal

Problem 1
- The requested package bitwasp/bitcoin (locked at v0.0.33.0, required as ^0.0.35) is satisfiable by bitwasp/bitcoin[v0.0.33.0] but these conflict with your requirements or minimum-stability.
Problem 2
- Installation request for davidkevork/steemphp dev-master -> satisfiable by davidkevork/steemphp[dev-master].
- davidkevork/steemphp dev-master requires bitwasp/bitcoin 0.0.33.x-dev -> satisfiable by bitwasp/bitcoin[0.0.33.x-dev] but these conflict with your requirements or minimum-stability.

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.