Libraries tagged by php info
ok236449/minecraftserverstatus
11 Downloads
Minecraft Server Status Query, written in PHP, with online players, motd, favicon and more server related informations without plugins and enable-query.
mops1k/minecraftserverstatus
137 Downloads
Minecraft Server Status Query, written in PHP, with online players, motd, favicon and more server related informations without plugins and enable-query.
mirzahilmi/siamub-auth
38 Downloads
MirzaHilmi/SIAMUB-Auth is a PHP Composer package designed for educational purposes. It allows you to authenticate and retrieve information from the SIAM UB Authentication system, a web authentication system used by college. This package utilizes web scraping techniques and the Guzzle HTTP library to automate the retrieval of data. Please note that this package should only be used responsibly and with proper authorization.
mhujer/elasticsearch-bundle
5 Downloads
Integrates the elasticsearch/elasticsearch-php library into Symfony project. Provides Symfony Profiler panel with detailed information about the queries.
medariox/scrapeer
1701 Downloads
Scrapeer, a tiny PHP library that lets you scrape HTTP(S) and UDP trackers for torrent information.
max13/url-parser
650 Downloads
URL parser for PHP, allow you to extract every piece of information of a URL/HOST, structured and clean.
matteolore/recipe-scrapers
0 Downloads
RecipeScrapers is a PHP library that allows you to scrape and extract recipe information from somes cooking websites.
loveyu/geophp
13 Downloads
GeoPHP is a 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.
latinosoft/geophp
11 Downloads
GeoPHP 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: (E)WKT, (E)WKB, 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.
khiemdd7692/sms-counter
54 Downloads
SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.
jetcod/ip-intelligence
41 Downloads
A PHP package for geolocating IP addresses and obtaining locale and language information from them.
geophp/geophp
1874 Downloads
GeoPHP is a 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.
felicianoi9/dotenv
13 Downloads
This project consists of facilitating the use of the .env file in PHP projects, in order to protect the access information to banks and third party services such as E-mail, AWS and others.
estvoyage/value
426 Downloads
A set of whole value to avoid using native PHP type, see http://c2.com/cgi/wiki?ValueObject for more information