Libraries tagged by class library
ordinary/command
16 Downloads
Library used to normalize the structure of files, functions, and classes intended to be ran from a shell.
nuldark/stdlib
54 Downloads
An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.
ngfw/webparser
7 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.
mumsys/mumsys-js
15 Downloads
Mumsys Js - Javascript Library, Currently containing some DTO/DAO classes (managers using jQuery.ajax() for server requests using jsonrpc 2.0 API)
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
mouf/database.dbconnection
32538 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
mjohann/data-manager
10 Downloads
DataManager is a PHP library developed to simplify file and directory manipulation, offering an intuitive class for common filesystem operations.
mjohann/call-morph
3 Downloads
CallMorph is a PHP class that simplifies and secures the serialization of anonymous functions by automatically selecting the appropriate library based on the PHP version, with support for a secret key when using Laravel's Serializable Closures.
mcustiel/php-simple-conversion
2205 Downloads
A simple and minimalistic library to ease conversion between different types and classes
mcheptea/nbclassifier
12 Downloads
A simple naive bayes text/document classier. This library allows classifying text to one or more classes.
mastercode/emailsender
13 Downloads
This application (class) does the sending of emails used in the phpmailer library.
longitude-one/spatial-types
13 Downloads
This library implements PHP spatial types: their interfaces and their geometric and geographic classes.
jose_martins/generic-dao
46 Downloads
Library for Data Access Object in PDO php class
joaomfrebelo/date
255 Downloads
A library that relays on the PHP DateTime class, but differs in the return types and add useful functions
jeroenrnl/zfwk
5 Downloads
The Z Framework or zFwk is a framework that aims to be a complete set of base libraries to build a PHP application but without dicating the architecture of your application. The Z Framework is derived from Zoph, one of the oldest still actively developed PHP projects. The Z Framework currently consist of a database query builder, a templating engine, a configuration enginge and few generic classes. The Z Framework is in it's infancy and should not be used in production. If you want to consider using it, please let me know.