Introduction Elixir is a dynamic, functional language and is used for building scalable and maintainable applications. It runs on the Erlang Virtual Machine, which is also called the Bogdan’s Erlang Abstract Machine(BEAM). José Valim was the creator of this language back in year 2012. Several web applications had adopted Elixir […]
How to remotely import the IP list from IP2Location Map for batch IP lookups
IP2Location Batch Service allows users to upload a batch file containing IP addresses for instant IP geolocation lookup. Recently, the service has introduced a new feature which allows users to remotely import the IP list from IP2Location Map. In this article, you will learn how to import your uploaded IP […]
How to use IP2Location and IP2Location.io PHP SDKs in Phalcon
Phalcon is a high-performance PHP web framework that focuses on speed and low overhead. It is implemented as a C extension for PHP and offers a range of features for building web applications efficiently, making it a popular choice for developers seeking optimized performance. The self-contained Phalcon PHP packages can […]
How to use IP2Location and IP2Location.io PHP SDKs in Flight
The Flight framework is a lightweight and fast PHP micro-framework that allows developers to easily build web applications with a minimal footprint and a straightforward routing system. Flight PHP packages, available on Packagist repository, are reusable code modules that can be effortlessly installed using Composer. These packages empower Flight applications […]
How to use IP2Location and IP2Location.io PHP SDKs in Lumen
Lumen is a micro framework for building web applications and APIs in PHP. It is based on the Laravel framework and provides a streamlined and minimalistic approach to developing efficient and high-performance applications with a focus on speed and simplicity. Lumen PHP packages are available on Packagist repository, are self-contained […]
How to use IP2Location and IP2Location.io PHP SDKs in Slim
Slim PHP is a micro framework for PHP that simplifies web application development, offering essential features like routing and middleware, making it ideal for small to medium-sized projects requiring efficient and streamlined code. Slim PHP packages are reusable code modules that can be easily installed via Composer, a popular PHP […]
Using IP2Location.io Java SDK in a Maven project
The IP2Location.io Java SDK is a wrapper for 2 APIs; the first being the IP2Location.io Geolocation API and the 2nd being the IP2WHOIS Domain Lookup API. In the article, we’ll cover how to create a new Maven project. Then we’ll add the IP2Location.io Java SDK as a Maven dependency. Finally, […]
Understanding CORS: what is it used for
CORS (Cross-Origin Resource Sharing) is a security feature that allows web pages to make requests to a different domain than the one it originated from. This feature is important because it allows web developers to build applications that utilize resources from different domains, such as API endpoints. When a web […]
How to use IP2Location and IP2Location.io Python SDK in Falcon
Falcon is a Python web framework that is weightless and efficient. Falcon was designed in such a way that it is simple yet powerful. It supports the Web Server Gateway Interface (WSGI) and Asynchronous Server Gateway Interface (ASGI) protocols. It provides all necessary features to build a web application, such […]
How to use IP2Location and IP2Location.io PHP SDK in Laminas
Laminas is a powerful open-source PHP framework for creating web applications. It follows the MVC pattern, promotes code reusability, and integrates with other technical patterns. It provides functionalities like database connectivity, authentication, caching, and form validation while supporting modern PHP practices. Laminas packages are reusable code modules that can be […]