Libraries tagged by phpthis
microweber-deps/php-ga-measurement-protocol
1 Downloads
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
jokermario/php-jwt-flavour
6 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. This flavour includes a unique identifier in the JWT Header
get-zen/json-patch-php
107 Downloads
Produce and apply json-patch objects. Forked from mikemccabe/json-patch-php (https://github.com/mikemccabe/json-patch-php). THIS FORK adds an `ensure` operation that sets a value at a given path, creating any missing intermediate structure (deep upsert semantics). Just set the damned field!
funeralzone/msg-pack-php
16 Downloads
This package tries to leverage the power of Message Pack and msgpack.php. Mainly this uses https://github.com/msgpack-rpc/msgpack-rpc-php while updating the underlying code & upgrading to the above mentioned msgpack.php package.
frank/php-ga-measurement-protocol
121 Downloads
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
firemidge/stomp-client-php
8 Downloads
STOMP support for PHP. This is a forked project, to add support for PHP 8.1 onwards, and to drop older PHP versions, in order to have full type-hinting and return types.
dobby007/mrcolor
59 Downloads
Color manipulation tools and format conversion for PHP. This is the fork of https://github.com/syholloway/mrcolor . The package name of the original library is 'syholloway/mrcolor'
compas3/php-ga-measurement-protocol
52 Downloads
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.
carry0987/session-manager
58 Downloads
Flexible and secure session management for PHP. This library provides an object-oriented wrapper for PHP's native session handling functions, implementing SessionHandlerInterface for easy integration with existing projects. It also comes with additional features like session encryption and database storage handlers for scalable applications.
campoint/postgrest-php
292 Downloads
PostgREST client for PHP. This library provides a synchronous and asynchronous interface to PostgREST.
aleksey.nemiro/webforms.php
21 Downloads
This project is an attempt embodiment ASP.NET WebForms in PHP. Today WebForms.PHP - this template engine, HTML components and the beginnings of Framework for web sites creation in PHP.
aladeusi/ebulk-php
13 Downloads
ebulk-php is a library for using the Ebulk SMS API from PHP. This library is first and designed to make Ebulk API consumption seamless.
unialteri/states-bundle
523 Downloads
Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)
teknoo/states-bundle
2774 Downloads
Symfony bunde to create PHP classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and thus improve maintainability. (Build on the Teknoo Software States library)
skyzyx/strong-types
156 Downloads
Enables strong types for PHP. This allows for tighter validation, especially when accepting input from users.