Integrate Mailchimp Newsletter Subscriptions with PHP
Voja Janjic | Application Architecture | December 20, 2016
This tutorial discusses how to integrate one of the most popular mailing list services with PHP.
Read More »Join the conversation
Voja Janjic | Application Architecture | December 20, 2016
This tutorial discusses how to integrate one of the most popular mailing list services with PHP.
Read More »Voja Janjic | Application Architecture Design | November 29, 2016
Nowadays, Web applications are not simply displaying data, they are also integrating with other applications and combining the information and functionalities. A common way to enable easy communication between different applications is the REST API. Let's see how to achieve that with the Symfony 3 PHP framework.
Read More »Voja Janjic | Application Architecture Shopping Carts | October 27, 2016
Learn how to allow users to pay for your product or service in Bitcoin.
Read More »Voja Janjic | Site Operation | September 15, 2016
Stripe is a payment gateway that is becoming increasingly popular. It offers payment processing services that can be easily integrated into your application using the Stripe API.
Read More »Voja Janjic | Code Documentation Documentation | August 31, 2016
Learn how to use ApiDoc, a tool that automatically creates documentation for your RESTful API.
Read More »Justin Hamm | Site Operation | August 15, 2016
Using MailCatcher with PHP and Laravel allows a developer to view sent mails and verify application mail functionality while excluding external factors such as mail servers.
Read More »Octavia Andreea Anghel | Databases | July 29, 2016
Learn how to create a Collection class using the different types of methods used to manipulate arrays and then how to apply the Reflection mechanism over this class.
Read More »Justin Hamm | Application Architecture Design | July 15, 2016
Learn more about the pros and cons to using Expression Engine from the unique perspective of a Laravel developer.
Read More »Voja Janjic | Application Architecture | June 30, 2016
One testing process improvement is to programmatically create sample testing data. To achieve this, we will use a popular PHP library called Faker.
Read More »Octavia Andreea Anghel | Tools Frameworks | June 17, 2016
Learn how to create and run a simple HelloWorld example using AngularJS 2 with PrimeNG UI components and PHP.
Read More »Voja Janjic | Databases Any Database | May 31, 2016
Part 2 of this tutorial on using Doctrine with Symfony will cover querying object relationships.
Read More »Voja Janjic | Tools Frameworks | May 18, 2016
This tutorial focuses on using Doctrine in Symfony — how to create models of database tables and its relations, how to query the data, and more.
Read More »
Jarda Gresula | January 16, 2011
You can use the Pdfcrowd API to easily create PDF from HTML. The API fully supports HTML/CSS2, you can find the documentation here: http://pdfcrowd.com/html-to-pdf-api/ Read More »Saaspose | March 10, 2013
Use this sample PHP code to search and replace text inside PDF files.
Read More »