Libraries tagged by file scan
csesumonpro/phpzipmaker
15 Downloads
Php zip maker is a simple archive generator composer package. This package can make an archive with selected files & folders and deselect files & folders. This package also provides facilities to set the archive name, extension, and directory where you want to generate the archive.
chihchenghuang/laravel-mrs-generators
24 Downloads
This package is a experimental project inspired by yish/generators which extends the core file generators based on Laravel 5. It can help you build classes with basic Model-Repository-Service pattern.
atrapalo/http_download
18935 Downloads
Provides an interface to easily send hidden files or any arbitrary data to HTTP clients. HTTP_Download can gain its data from variables, files or stream resources.
alphalemon/app-markdown-geshi-bundle
2 Downloads
An AlphaLemon CMS app that let you add markdown files and renders them. In addiction it can highlight sorce code using geshi as preferred provider
aivis/opentbs
82 Downloads
TinyButStrong is a library that enables you to dynamically create XML/HTML pages and any other files based on text source. It's a Template Engine for the PHP language. It enables you to easily display information from your database, but also to seriously harmonize and simplify your PHP programming. OpenTBS is a PHP tool that easily merges both OpenOffice and Ms Office documents. In fact it can merge any XML or Text file saved in a zip container.
52software/edex
58 Downloads
This package can be used to import EDEX files in PHP arrays
trustami/trustbadge
0 Downloads
Trustami plugin for Magento 2. Trustami - One badge for all your customer reviews. Trustami collects, analyzes and presents a users' distributed social media data in a standardized and user-friendly format to fill the need for trust in online interactions.Trustami enables users to collect ratings and reviews from all networks and show a trust badge.
zeus-server/bandwidth-throttler
4 Downloads
This library can be used to limit (throttle) the speed of files served for download. It intercepts the PHP script output by setting a buffering handler that is called every time a given number of bytes are served to the browser. The library measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit.
zakaria-elkashef/repository-pattern
27 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
xdevor/composer-parser
26 Downloads
A parser that can parse all the installed PHP packages composer.json file.
wushenglong/chinese-catch-replace
6 Downloads
Grab the Chinese of controller, template and JS directory in the project, translate and generate language package files, and replace the original Chinese with fields that can be switched between Chinese and English.
wasabi/wasabimail
204 Downloads
Zend Framework 2 Email Module Service. This Email module enhances ZF2 email functionality for a convenient usage. It supports file attachments and template email composition. It is bundled with a responsive email template that can be customized.
waldemarnt/pdfparser
780 Downloads
Pdf parser library. Can read and extract information from pdf file.
uldisn/pdfparser
65 Downloads
Pdf parser library. Can read and extract information from pdf file.
tysonandre/php-parser-to-php-ast
24 Downloads
A pure PHP substitute for nikic/php-ast, using nikic/php-parser. Can also be used to generate php-ast trees, even for files with some types of syntax errors.