Download the PHP package cloudmersive/cloudmersive_validate_api_client without Composer

On this page you can find all versions of the php package cloudmersive/cloudmersive_validate_api_client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cloudmersive_validate_api_client

cloudmersive_validate_api_client

The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.

Cloudmersive Validation API provides data validation capabilities for validating email addresses, phone numbers, IP addresses, and many other types of business data.

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to https://api.cloudmersive.com

Class Method HTTP request Description
AddressApi addressCheckEUMembership POST /validate/address/country/check-eu-membership Check if a country is a member of the European Union (EU)
AddressApi addressCountry POST /validate/address/country Validate and normalize country information, return ISO 3166-1 country codes and country name
AddressApi addressCountryList POST /validate/address/country/list Get a list of ISO 3166-1 countries
AddressApi addressGeocode POST /validate/address/geocode Geocode a street address into latitude and longitude
AddressApi addressGetCountryCurrency POST /validate/address/country/get-currency Get the currency of the input country
AddressApi addressGetCountryRegion POST /validate/address/country/get-region Get the region, subregion and continent of the country
AddressApi addressGetTimezone POST /validate/address/country/get-timezones Gets IANA/Olsen time zones for a country
AddressApi addressNormalizeAddress POST /validate/address/street-address/normalize Normalize a street address
AddressApi addressParseString POST /validate/address/parse Parse an unstructured input text string into an international, formatted address
AddressApi addressReverseGeocodeAddress POST /validate/address/geocode/reverse Reverse geocode a lattitude and longitude into an address
AddressApi addressValidateAddress POST /validate/address/street-address Validate a street address
AddressApi addressValidateCity POST /validate/address/city Validate a City and State/Province combination, get location information about it
AddressApi addressValidatePostalCode POST /validate/address/postal-code Validate a postal code, get location information about it
AddressApi addressValidateState POST /validate/address/state Validate a state or province, name or abbreviation, get location information about it
DateTimeApi dateTimeGetNowSimple GET /validate/date-time/get/now Get current date and time as of now
DateTimeApi dateTimeGetPublicHolidays POST /validate/date-time/get/holidays Get public holidays in the specified country and year
DateTimeApi dateTimeParseNaturalLanguageDateTime POST /validate/date-time/parse/date-time/natural-language Parses a free-form natural language date and time string into a date and time
DateTimeApi dateTimeParseStandardDateTime POST /validate/date-time/parse/date-time/structured Parses a standardized date and time string into a date and time
DomainApi domainCheck POST /validate/domain/check Validate a domain name
DomainApi domainGetTopLevelDomainFromUrl POST /validate/domain/url/get-top-level-domain Get top-level domain name from URL
DomainApi domainIsAdminPath POST /validate/domain/url/is-admin-path Check if path is a high-risk or vulnerable server administration path
DomainApi domainPhishingCheck POST /validate/domain/url/phishing-threat-check Check a URL for Phishing threats
DomainApi domainPost POST /validate/domain/whois Get WHOIS information for a domain
DomainApi domainQualityScore POST /validate/domain/quality-score Validate a domain name's quality score
DomainApi domainSafetyCheck POST /validate/domain/url/safety-threat-check Check a URL for safety threats
DomainApi domainSsrfCheck POST /validate/domain/url/ssrf-threat-check Check a URL for SSRF threats
DomainApi domainSsrfCheckBatch POST /validate/domain/url/ssrf-threat-check/batch Check a URL for SSRF threats in batches
DomainApi domainUrlFull POST /validate/domain/url/full Validate a URL fully
DomainApi domainUrlHtmlSsrfCheck POST /validate/domain/url/ssrf-threat-check/html-embedded Check a URL for HTML embedded SSRF threats
DomainApi domainUrlSyntaxOnly POST /validate/domain/url/syntax-only Validate a URL syntactically
EmailApi emailAddressGetServers POST /validate/email/address/servers Partially check whether an email address is valid
EmailApi emailFullValidation POST /validate/email/address/full Fully validate an email address
EmailApi emailPost POST /validate/email/address/syntaxOnly Validate email adddress for syntactic correctness only
IPAddressApi iPAddressGeolocateStreetAddress POST /validate/ip/geolocate/street-address Geolocate an IP address to a street address
IPAddressApi iPAddressIpIntelligence POST /validate/ip/intelligence Get intelligence on an IP address
IPAddressApi iPAddressIsBot POST /validate/ip/is-bot Check if IP address is a Bot client
IPAddressApi iPAddressIsThreat POST /validate/ip/is-threat Check if IP address is a known threat
IPAddressApi iPAddressIsTorNode POST /validate/ip/is-tor-node Check if IP address is a Tor node server
IPAddressApi iPAddressPost POST /validate/ip/geolocate Geolocate an IP address
IPAddressApi iPAddressReverseDomainLookup POST /validate/ip/reverse-domain-lookup Perform a reverse domain name (DNS) lookup on an IP address
LeadEnrichmentApi leadEnrichmentEnrichLead POST /validate/lead-enrichment/lead/enrich Enrich an input lead with additional fields of data
LeadEnrichmentApi leadEnrichmentGetCompanyInformation POST /validate/lead-enrichment/lead/email/company-information Get company information from email address
NameApi nameGetGender POST /validate/name/get-gender Get the gender of a first name
NameApi nameIdentifier POST /validate/name/identifier Validate a code identifier
NameApi nameValidateFirstName POST /validate/name/first Validate a first name
NameApi nameValidateFullName POST /validate/name/full-name Parse and validate a full name
NameApi nameValidateLastName POST /validate/name/last Validate a last name
PhoneNumberApi phoneNumberSyntaxOnly POST /validate/phonenumber/basic Validate phone number (basic)
TextInputApi textInputCheckHtmlSsrf POST /validate/text-input/html/check/ssrf Protect html input from Server-side Request Forgery (SSRF) attacks
TextInputApi textInputCheckSqlInjection POST /validate/text-input/check/sql-injection Check text input for SQL Injection (SQLI) attacks
TextInputApi textInputCheckSqlInjectionBatch POST /validate/text-input/check/sql-injection/batch Check and protect multiple text inputs for SQL Injection (SQLI) attacks in batch
TextInputApi textInputCheckXss POST /validate/text-input/check/xss Check text input for Cross-Site-Scripting (XSS) attacks
TextInputApi textInputCheckXssBatch POST /validate/text-input/check-and-protect/xss/batch Check and protect multiple text inputs for Cross-Site-Scripting (XSS) attacks in batch
TextInputApi textInputCheckXxe POST /validate/text-input/check/xxe Protect text input from XML External Entity (XXE) attacks
TextInputApi textInputCheckXxeBatch POST /validate/text-input/check/xxe/batch Protect text input from XML External Entity (XXE) attacks
TextInputApi textInputProtectXss POST /validate/text-input/protect/xss Protect text input from Cross-Site-Scripting (XSS) attacks through normalization
UserAgentApi userAgentParse POST /validate/useragent/parse Parse an HTTP User-Agent string, identify robots
VatApi vatVatLookup POST /validate/vat/lookup Validate a VAT number

Documentation For Models

Documentation For Authorization

Apikey

Author


All versions of cloudmersive_validate_api_client with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudmersive/cloudmersive_validate_api_client contains the following files

Loading the files please wait ....