Libraries tagged by ussd library
yermo/geophpwithfeatures
10 Downloads
GeoPHPwithFeatures is an extended version of the original GeoPHP library which is an open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
wesleyk079/statistic_functionalities
197 Downloads
Library that contains two classes: Correlation & Deviation. These classes can be used to calculate standard deviation and spearman's rank correlation.
sekjun9878/properties
29 Downloads
A PHP library to parse .properties configuration files, often used for Minecraft servers.
samlittler/mod-11
662 Downloads
A library for calculating mod 11 checksums as used by Royal Mail and USPS
salvaworld/geophp
1185 Downloads
Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.
rotexsoft/gdao
3059 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
qubus/exception
371 Downloads
Framework agnostic Exception library provides generic exceptions that can be used in any framework or other projects.
mouf/javascript.jquery.jquery-file-upload
15948 Downloads
This package contains an install script that installs a WebLibrary that can be used to easily integration the jquery-file-upload library in Mouf.
moc/math
117 Downloads
Mathematical fitting library for PHP. Performs Linear and non-linear fitting of data. Includes classes for various Math used when fitting. Included a lot of linear algebra like Matrix and Vector algebra.
mikehall314/stupid-password
249 Downloads
A library to check if your password appears in the top 10,000 most used passwords
meraki/schema
47 Downloads
A library that provides a flexible, UI-agnostic solution for defining, validating, and serializing form schemas that can be used across multiple rendering environments and formats.
mattkirwan/temp-token
66 Downloads
A nice and simple library which allows you to generate a random token with an accompanying expiration date - perfect for creating 'forgotten password' URL's, however the temporary token could be used for anything.
ixnode/php-date-parser
595 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
imseyed/auth2fa
67 Downloads
PHP library provides functionality for generating Time-based One Time Passwords (TOTP) and HMAC-based One Time Passwords (HOTP), commonly used in two-factor authentication (2FA) systems.
hejunjie/utils
327 Downloads
一个零碎但实用的 PHP 工具函数集合库。包含文件、字符串、数组、网络请求等常用函数的工具类集合,提升开发效率,适用于日常 PHP 项目辅助功能 | A lightweight and practical PHP utility library that offers a collection of commonly used helper functions for files, strings, arrays, and HTTP requests—designed to streamline development and support everyday PHP projects.