Libraries tagged by this7 that
rotexsoft/slim3-skeleton-mvc-app
466 Downloads
This is a template mvc web-application (powered by SlimPHP 4), that can be extended to build more complex web applications.
rotexsoft/slim-skeleton-mvc-app
124 Downloads
This is a template mvc web-application (powered by SlimPHP 4), that can be extended to build more complex web applications.
rocketman/pdf-label
5679 Downloads
This class is a modified version of PDF_Label that adds support for unicode and ttf.
reportico/fresh-file
8577 Downloads
Simple, fast, standalone PHP lib, that helps You to define, if any of your files were modified since last time You check - Is this file FRESH?
php-extended/php-user-agent-provider-interface
24044 Downloads
This library specifies what should do a library that provides user agent strings
pecl/timezonedb
22 Downloads
This extension is a drop-in replacement for the builtin timezone database that comes with PHP.
omarchouman/lara-util-x
31 Downloads
LaraUtilX is a comprehensive Laravel package that empowers developers with a rich set of utilities, helpful traits, middleware, and more. Streamline common tasks, enhance code readability, and boost the functionality of your Laravel applications with this versatile toolkit.
netgen/site-legacy-bundle
5493 Downloads
Netgen Site Legacy Bundle is an eZ Platform bundle that implements common features that are used by Netgen to implement websites. This bundle acts as a glue between new and legacy kernels.
nbeyond/raygun-exception-listener
7809 Downloads
This packages uses the Raygun4PHP package. It makes it easier to filter the data that is being send to raygun, making your application GDPR compliant
mouf/utils.session.session-manager
252865 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.log.psr.errorlog_logger
392807 Downloads
This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)
mouf/utils.constants.secret
374914 Downloads
This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.
mouf/utils.constants.debug
362513 Downloads
This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.
mouf/utils.common.validators
163219 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/utils.common.url-interface
354420 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!