Category: PHP Frameworks
Send Document using DocuSign in Codeigniter PHP
The instructions for integrating DocuSign with a CodeIgniter project using the given DocuSignService.php code are provided below. The following instructions presume that you have previously created a CodeIgniter project and installed the required dependencies. Set Up CodeIgniter Project Make sure
How to Use PHP-FPM to Run Multiple Websites With Apache Server
To use php-FPM with Apache2 to handle multiple websites, you can follow these general steps: 1. Install php-FPM: Install the php-FPM package if it’s not already installed on your system. On Ubuntu, you can do this with: sudo apt-get install
Fetch Mails from Gmail in Core PHP
Fetch Mails in Core PHP Create an Core php app on console (https://console.developers.google.com). Download Google Client library from the following link (https://github.com/googleapis/google-api-php-client) Download the file of credentials(client_id,client_secret) and put it in the project directory. Create the config file in the
What is DevOps?
What is DevOps? DevOps is a set of practices that combines software development and other IT operations. It shortens the systems development life cycle and aims to provide continuous delivery with high-quality software. Who is DevOps Engineer? They are either
Integrate Razorpay in CakePHP 3
Step 1: Create RazorPay Account First of all you need a test account for integration. Click the below link https://dashboard.razorpay.com/#/access/signup and set up a test account there: Step 2: Get your API Keys: After successful login, you will see your
TypeError: ‘<' not supported between instances of 'int' and 'str' in Python
Description Sometimes there may be a need to access or simply print a python dictionary in a particular order of its keys i.e. ascending or descending as it was in my case. Although it seems that it is not a
Hiding the editor field using Devextreme
How to hide specific editor field in popup editing mode using Devextreme Editing is one of the most important features of Devextreme Datagrid. Every developer needs Editor feature for editing the record. Many types of editing modes are provided by
EML to MSG Using IndependentSoft C#
Convert .eml to .msg files using IndependentSoft C# EML file extension is created by Microsoft Corporations for Email files. It is also known as RFC 822. In these files, email messages are stored in plain text formats. Microsoft’s Outlook Express
How to get the “To” email address from eml files?
What is an EML File ? EML is an email message file extension (means an email is stored in a file with an extension .eml). This file is in the standard MIME RFC 822 format by Microsoft Outlook Express and