Blog
-

How We Turned Our Goals Into Reality
Have you ever compiled a list of resolutions and filled it with ideas but somehow failed to put them into practice? When we set out on the mission of rebranding, we compiled something similar…but we found a way to fulfill those resolutions! Wondering how that’s possible? Find out how we turned our future goals into reality!
-

Our Story – From a Team of 3 to a Growing Company
What exactly do we do at UHP? Who makes it happen, how is it done? And, most importantly, why should you care? Read through our story and get to know the UHP world!
-

How to edit word document templates with PHP and convert it to PDF?
Would it not be great if you can just use the normal Word-documents to convert them to PDF by using PHP? Yes, it would – and this article explains you how to achieve that as we set up a service that converts word documents delivered by clients or other project stakeholders to PDF documents with PHP.
-

A Beautiful Symfony API Project Structure – Easy to Use, Maintain and Upgrade
With the constant growth of the number of internet-connected devices, the requirements for Web APIs is on the rise more than ever. So much so that common web frameworks are often being repurposed to serve as platforms for Rest API development. In this document we’ll attempt to answer a question that is as old as development itself – how to properly structure a project?
-

ASIN to EAN Converter PHP (Amazon ASIN2EAN)
Several of our customers have a shop on Amazon or Ebay. Usually, products on these platforms have their own identifiers in the respective system. It is quite often necessary to convert this Amazon based identifier (ASIN) to a global identifier such as EAN (European Article Number or International Article Number). There are several tools out there providing the necessary function to convert a given ASIN to an EAN. Find more about them below!