Libraries tagged by PHP classes library
podlove/comment-introspection
4693 Downloads
PHP library providing a toolkit to parse class and method comments.
pennon/helpers
15 Downloads
A simple php library of various helper functions and classes.
peakxin/helpers
4 Downloads
A simple php library of various helper functions and classes.
s-mcdonald/jason
27 Downloads
Jason (JSON) is a PHP library that allows you to serialize classes with attributes, build Json structures with a builder and much more.
uo/uobot
13 Downloads
uobot is a library for php to develop messenger chatbot using oop, classes.
zeed/cryptor
0 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
yognevoy/bxutils
1 Downloads
An utility PHP library to simplify interaction with Bitrix Framework classes
rizwan_47/email-address-verifier
10 Downloads
A PHP library for verifying email addresses, ensuring they are valid and reachable. This package provides a straightforward class for email validation processes.
phphelper/phphelper
34 Downloads
This is a simpler helpers classes to create a better web application using php. This is intentend to be use for devlopment only for learning purpose using xampp or others. This provides routing,data passing, separation of code using mvc pattern. This is not optmize for production level. Its only for beginner who don't want to use library like laravel or etc
oldpak/reflection
24 Downloads
The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.
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.
mjohann/paginated-file-reader
45 Downloads
A PHP library to read files page by page, supporting multiple formats like TXT, PDF, DOCX, and ODT. Each file type is handled by a dedicated reader class, all following a unified interface for seamless integration.
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.
longitude-one/spatial-types
13 Downloads
This library implements PHP spatial types: their interfaces and their geometric and geographic classes.
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.