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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -