Code Monkey home page Code Monkey logo

paintpack's Introduction

paintpack

PHP Paint API example implementation with several examples

Dockerized with docker-compose

How to run with Docker:

  1. Ensure you have Docker installed, test with docker run hello-world
  2. Clone the repo
  3. If your timezone is other than Europe/London, change it in the Dockerfile
  4. Run docker-compose up
  5. Access via http://localhost:2021

paintpack's People

Contributors

andy4p360 avatar ellcub avatar pinmike avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

paintpack's Issues

error scheduling delivery - time is wrong

error about time not being in the future when scheduling from createEmailDelivery
looks like an issue in paintmethods 304-306,
work if you hard code the time.
maybe strtotime()?

field numbers start at 1

for the great new field name change page:
whilst the v8 API will supply a "column" attribute in fields, starting from 0;
this PAInt script's field column numbers start at 1.
it's not a problem once you know that.
it would be handy if it mentioned it on modifyListField.php

dockerfile ENV error

getting error from the docker file ENV need two args

ENV TZ-Europe/London
should be:
ENV TZ=Europe/London

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.