Libraries tagged by eancode
kunstmaan/utilities-bundle
153272 Downloads
The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher
itools/smartstring
10353 Downloads
XSS-safe strings for PHP templates: values HTML-encode themselves on echo, interpolation, and concatenation, 3x faster than calling htmlspecialchars() yourself
itools/smartarray
10679 Downloads
XSS-safe collections for PHP templates: database rows with fields that HTML-encode themselves, plus chainable filtering, sorting, and grouping
innmind/json
285489 Downloads
Type safe json encoder/decoder
iliaal/fastchart
142 Downloads
Native C PHP extension for fast chart rendering: 38 chart families (line, area, bar, pie, scatter, bubble, stock with technical indicators, radar, polar, surface, contour, treemap, funnel, waterfall, heatmap, gauge, linear meter, gantt, box plot, bullet, pareto, calendar heatmap, sunburst, sankey, marimekko, vector, arc diagram, chord diagram, network, population pyramid, violin plot, circle packing, pictogram, venn diagram, word cloud, serpentine timeline, dendrogram, partition) plus a 2-class Symbol family (Code128, QrCode). SVG-canonical pipeline rasterized via vendored plutovg + plutosvg; PNG / JPEG / WebP encoders via libpng / libjpeg-turbo / libwebp.
eftec/services_json
32018 Downloads
PHP implementaion of json_encode/decode
christeredvartsen/php-bittorrent
20660 Downloads
A set of components that can be used to interact with torrent files (read+write) and classes that can encode/decode to/from the BitTorrent format.
cbschuld/php-uuid-base58
30415 Downloads
Generates a RFC4122 compliant v4 UUID and returns it encoded in base-58. This is great for creating unique IDs which only consume 22 characters of storage. Also provides base-58 encoding and decoding.
auxmoney/avro-php
20578 Downloads
Avro schema encoder/decoder
arokettu/bencode
19579 Downloads
BitTorrent's Bencode encoder/decoder
adapik/phpasn1
11828 Downloads
A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.
aarondfrancis/urlcrypt
58369 Downloads
PHP library to securely encode and decode short pieces of arbitrary binary data in URLs.
fitbug/symfony-yaml-serializer-encoder-decoder
286838 Downloads
A encoder and decoder for Yaml for the Symfony Serializer Component.
chubbyphp/chubbyphp-decode-encode
31220 Downloads
Chubbyphp decode/encode json/jsonx/url-encoded/xml/yaml
amashukov/abi-encoder-php
751 Downloads
Solidity ABI calldata encoder in pure PHP — function selectors plus static (address/uint/int/bytesN) and dynamic (string/bytes) types, byte-for-byte equivalent to ethers.js v6.