Libraries tagged by Package Class
vanaboom/laravel-jalali
213 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
136 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
twocare/autotask-client
1107 Downloads
This package provides a PHP API client for the Autotask REST API. It is strongly typed and it is a wonderful experience to work with these classes in any intelligent IDE with autocompletion.
syriable/laravel-otp-verification
4 Downloads
A backend-only, provider-agnostic OTP verification package for Laravel — verify any identifier over any channel, with SMS and email as first-class channels
synga/phpstorm-meta
811 Downloads
This package can create a .phpstorm.meta.php file. It searches for classes which implement the Synga\PhpStormMeta\PhpStormMetaExtensionInterface interface and executes those files.
rabibgalib/api-action
28 Downloads
This packages will help to create APIs with Controller, Request, Traits, Model, Migration, Action Classes, Helper Class.
natilosir/verta
11 Downloads
This Package helps developers to work with Jalali Datetime class for Laravel Framework PHP
mouf/utils.mailer.swift-mail-service
28610 Downloads
This package contains a mailer for the Mouf framework that uses a SMTP server to send mail. The package is a wrapper around the Swift_Mailer class of Swift.
mouf/utils.mailer.smtp-mail-service
19232 Downloads
This package contains a mailer that uses a SMTP server to send mail. The package is a wrapper around the Zend_Mail class of the Zend framework.
mouf/utils.common.formatters
33994 Downloads
Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
mouf/javascript.jquery.jquery-validate
19353 Downloads
This package contains the JQuery Validator. It allows developers to easily validate forms, using CSS classes.
mouf/html.tags
20427 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
400 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.
make/accessible
99 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
lxr/model
167 Downloads
Eloquent-like model class with no external dependencies. Inspired by jenssegers/model package.