Libraries tagged by Sian
sunra/php-simple-html-dom-parser
9108605 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
stevebauman/purify
4516959 Downloads
An HTML Purifier / Sanitizer for Laravel
starkbank/ecdsa
28900935 Downloads
fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)
rakit/validation
3851563 Downloads
PHP Laravel like standalone validation library
oneup/uploader-bundle
5811399 Downloads
This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
nette/http
17046391 Downloads
🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.
nelmio/security-bundle
11142248 Downloads
Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...
kwn/number-to-words
4285119 Downloads
Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.
icanhazstring/composer-unused
5756140 Downloads
Show unused packages by scanning your code
eftec/bladeone
6882657 Downloads
The standalone version Blade Template Engine from Laravel in a single php file
digitick/sepa-xml
5148271 Downloads
Creates Single Euro Payments Area (SEPA) XML files for the Direct Debit and Credit Transfer operations.
classpreloader/classpreloader
41823691 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
cakephp/cakephp-codesniffer
9934821 Downloads
CakePHP CodeSniffer Standards
zendframework/zend-code
82187189 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
theseer/fdomdocument
41491701 Downloads
The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.