Libraries tagged by Package Class
raytechhosting/wpabstractclasses
831 Downloads
This package provides the OOP abstract wrapper PHP classes for using in wordpress to help speed development.
flobbos/laravel-simple-helper
7511 Downloads
A small package for better maintenance of your helper classes.
zenithsu/laravel-plus
976 Downloads
Laravel-Plus is an efficient Laravel extension package designed to enhance development productivity. It integrates powerful annotation handling and practical helper classes, making the development of Laravel applications more convenient and flexible.
vanaboom/laravel-jalali
189 Downloads
This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in PHP applications, based on Jalali (Shamsi) DateTime class.
valkyriweb/wp-remote-auth
118 Downloads
A composer package to be able to login / register on a remote endpoint and receive an authorization token which is then stored in a table and can be called and referenced by the application implementing the authToken class
syncfly/python-in-php
111 Downloads
"Python-In-PHP" allows you to use any Python packages directly in PHP, as if they were native PHP classes. This PHP-Python bridge comes with built-in package manager, which is integrated directly into Composer
saberliou/whetstone
3494 Downloads
A Laravel package with console commands like `php artisan make` for generating self-defined PHP blank classes.
old-xoops-libraries/php-downloader
34168 Downloads
Some classes from php-downloader v1.0 by www.ipunkt.biz package that were used in Xoops but can't be found outside
mouf/utils.session.session-manager
254983 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
mouf/utils.common.validators
164513 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
mouf/security.rightsservice
65261 Downloads
A set of class to manage the rights of users in web-application. You should use this package if you want to restrict access to some parts of your web-application to some users only (for instance if you want to make an 'admin' section that is only accessible to the adminsitrator).
mouf/html.widgets.messageservice
241000 Downloads
Use this package to display info/warning/error messages to the user on a web page. Using the SessionMessageService class, you register messages to be displayed. Using the MessageWidget class, you display the error messages in your templates.
mouf/html.template.templateinterface
359271 Downloads
This package contains the definition of an HTML template (the TemplateInterface interface) and an helper class to build HTML templates easily (the BaseTemplate class).
mouf/html.tags
20417 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
marcocesarato/cpdo
399 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.