S
S
Stepgor2019-07-01 23:33:39
API
Stepgor, 2019-07-01 23:33:39

Is it possible to buy an item from the marketplace using the steam api?

Is there a method that allows you to buy an item from the marketplace using the steam api?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Timofeev, 2017-09-11
@ozonar

www.phpactiverecord.org
https://github.com/jpfuentes2/php-activerecord
will work?
Well, here, as usual, there is something to see:
https://github.com/search?utf8=✓&q=php+activerecor...
https://github.com/search?utf8=✓&q=php+ORM&type =Re...

A
Aleksandr Kuznetsov, 2017-09-11
@DarkRaven

PDO is a very good choice that will cover 99% of needs.
If you need a Data Mapper or something similar, i.e. more "convenient" work with data, you can use any framework. The same Doctrine works on top of PDO. Why Doctrine - because it develops, it is used in fairly serious frameworks. But here it depends more on the needs, Doctrine can also turn out to be a cannon, from which they shamble on sparrows. It is possible, but why?
UPD. What kind of flexibility do you mean?

M
Maksim Fedorov, 2017-09-11
@Maksclub

I will support Maxim Timofeev
Take ActiveRecord - this is a simple abstraction that helps to work with the database
as with an object in php, it will most likely be enough for you and is very easy to learn
used in the Yii2 framework, it has a number of disadvantages over Doctrine, but you don’t know about them you will most likely recognize it in your scale, but the advantage is lightness

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question