api - Contentful.php SDK missing -


when requesting:

php composer.phar install contentful/contentful 

as stated in tutorial, require function suggested composer. however, when requesting:

php composer.phar require contentful/contentful 

this feedback received:

 problem 1 - requested package contentful/contentful not found in version, there may typo in package name. 

how install sdk in case?
way implement contentful php?

contentful developer here.

the contentful/contentful package available beta. install beta quality package append :@beta command. full command this:

php composer.phar require contentful/contentful:@beta 

while manually copy sdk project, i'd advice against you'll have keep date manually.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -