Libraries tagged by origin
msst/byte-buffer
467 Downloads
A wrapper for the PHP pack() function. Simple handling of bytes in PHP (original by Ole 'nesQuick' Michaelis)
morganestes/ooyala-video-downloader
7 Downloads
Download original videos from your Ooyala account.
mmonem/yii2-gridview2
39 Downloads
A wrapper for the original Yii2 GridView with local model Create and Update features
miria/weaver
115 Downloads
Selifa Miria Weaver is a command line application framework based on Selifa framework originally for Miria-based application scaffolding. Can be extended for custom command line utilities.
miqueiasdesouza/boleto
936 Downloads
Pacote para a geração de boletos e integração com Laravel 4.2 e 5.1. Esse pacote visa disponibilizar um conjunto de classes que trabalha com o BoletoPHP (http://boletophp.com.br) para ser utilizado com ou sem a necessidade de framework. Utilizei os arquivos do BoletoPHP (http://boletophp.com.br) porém fiz algumas modificações para conseguir a re-utilização do código em classes já que o projeto original é feito em PHP Estruturado. Estou disponibilizando o código para comunidade como uma forma de agradecimento pelas informações já adquiridas. Estou utilizando também as classes HTML2PDF para geração dos boleto em PDF.
mintao/mongodbsuite
112 Downloads
This extension originally started as a fork of YiiMongoDbSuite, written by canni and further improved by several developers.
mikeotizels/php-cors
1 Downloads
A simple CORS (Cross-Origin Resource Sharing) service provider for PSR-7 requests.
mehmetik/cors
6 Downloads
The `CorsSupport` class is a library for managing cross-origin resource sharing (CORS) and a middleware that operates on HTTP requests and responses in a stack application.
mega6382/hab-encryption
20 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.
mega6382/base64
8 Downloads
This class can encode and decode data in base64 in pure PHP. It can take a data string and encode it using the base64 algorithm. The class can also do the opposite, i.e. decode base64 encoded data and return the original data string.
mediawiki/phan-utils
40 Downloads
Utilities for phan to be used in plugins, originally developed for taint-check-plugin
mauriciopiber/test-listener-xhprof
155 Downloads
Fork of the original: A TestListener for PHPUnit that uses XHProf for automated profiling of the tested code
mattyg/array_column_maintain_keys
21 Downloads
A wrapper for array_column that maintains the keys of the original array.
mattkenefick/imagedifference
1333 Downloads
Calculate the difference in images. Originally undemanding/difference.
matt-czerner/oauth2-bundle
1522 Downloads
Forked trikoder/oauth2-bundle with personalized entity properties. Check out original https://github.com/trikoder/oauth2-bundle. Thanks.