Giter Site home page Giter Site logo

pokemon-tcg-sdk-php's People

Stargazers

 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

pokemon-tcg-sdk-php's Issues

Path to v2.0

We'll try do detail specific things to that needed to be done here for the package to support v2.0 of the API.

We can talk about what new technology that we can use and how to improve the current sdk. Talking about using a framework or a library to hasten the development is welcome as well.

Max return size 100?

I'm using the php sdk. The base set, for example, has 102 cards but when I do

Pokemon::Card($options)->where(['setCode' => $set->getCode()])->all();

it returns only 100 items. Is there a limit in the API or am I missing something?

Thanks!

get images

Hi

I'd like to develop pokemon TCG app to manage my personal collection of cards with php/mysql.
Your code is fantastic but i prefer to have the images of the cards in local library, not requesting images.pokemontcg.io server
Is it possible?

Best

Card not found with identifier: ex10-?

this does not find this card

$card = Pokemon::Card($options)->find('ex10-?');

below does find the card. is the ex10-? incorrect for this?
$card = Pokemon::Card($options)->where(['name' => 'Unown'])->where(['number' => '?'])->all();

Composer out-of-date

Hey, thanks for the wrapper!

I see that you've added imageUrlHiRes to the project here on GitHub, but it doesn't look like that change made it into composer.

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.