PHP Classes

File: .docker/Dockerfile

Recommend this page to a friend!
  Packages of WsdlToPhp   PHP PayPal SDK   .docker/Dockerfile   Download  
File: .docker/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PayPal SDK
Access Paypal payments API using SOAP Web services
Author: By
Last change:
Date: 4 months ago
Size: 189 bytes
 

Contents

Class file image Download
FROM splitbrain/phpfarm:jessie RUN apt-get update \ && apt-get -y install wget zip COPY --from=composer:latest /usr/bin/composer /usr/bin/composer COPY . /var/www/ WORKDIR /var/www/