Libraries tagged by designbycode
designbycode/south-african-id-validator
10 Downloads
The South African ID Validator is a PHP class that validates and extracts information from South African ID numbers. It uses the Luhn Algorithm to validate the ID number and provides methods to determine the gender, citizenship, and birthdate of the individual.
designbycode/luhn-algorithm
258 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
designbycode/levenshtein-distance
101 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.
designbycode/laravel-business-name-generator
11 Downloads
Laravel Business Name Generator is a Laravel package that generates business names based on a combination of adjectives and nouns. It provides a flexible and customizable way to generate business names that can be used for various purposes.
designbycode/google-maps-place-details
74 Downloads
The Reviews class is a part of the Designbycode namespace and is used to fetch reviews, rating, and user ratings total of a place using the Google Places API. It requires a Google Maps API key and a Google Maps place ID to make requests.
designbycode/fuzzy-search
6 Downloads
The Fuzzy Search package provides a simple and efficient way to perform fuzzy searches on a collection of texts using the Levenshtein distance algorithm. This package is useful when you need to search for texts that may contain typos or slight variations.
designbycode/credit-card-validator
8 Downloads
The Credit Card Validator package provides a set of classes to validate credit card numbers, expiry dates, and CVV codes. This package is designed to help you ensure that the credit card information provided by users is valid and accurate.
designbycode/business-name-generator
191 Downloads
The Business Name Generator is a PHP class that generates business names based on a combination of adjectives and nouns. It provides a flexible and customizable way to generate business names that can be used for various purposes.
designbycode/laravel-taggable
1 Downloads
laravel tagging package
designbycode/laravel-datatables
36 Downloads
This package is the backend implementation for creating datatables for Laravel modal.
designbycode/eloquent-datatable
53 Downloads
Create eloquent datatables
designbycode/conversions
3 Downloads
This is my package conversions