Libraries tagged by file scan
leonid-slv/php-rtf-template
1427 Downloads
Simple library for working with templates. Works on any PHP version, no additional libraries or dependencies are used. RTF files can be used from under any text editor, including MS Word. Supported formats UTF-8 and CP1251.
cliprz/loader
41 Downloads
Single PHP file can autoload all classes and interfaces in your project.
s3cc0/restful-api-test-engine
12 Downloads
This is a simple API Test-Engine. With simple JSON files you can run tests for all your RESTful API's.
mdb-tools/mdb-parser
317 Downloads
Parser for MS Access Database files. This package is build and tested on .mdb files but can be tested with other formats
ironshark/typo3-configuration-manager
379 Downloads
CLI tools for interacting with Typo3 configuration file LocalConfiguration.php. Can be used to update some serialized extension configs during deployment processes.
tth/read-as-arr
20 Downloads
RAR is a php library that can read file as array for you.
thealgoslingers/php-rtf-to-pdf
97 Downloads
This package can convert rtf file to pdf
gabrielqs/theme-settings
1023 Downloads
Creates placeholders to be used in frequently used places by themes. By doing this, and by having a theme outputting such placeholders, one can avoid template files conflicts.
audero/audero-wav-extractor
1427 Downloads
Audero Wav Extractor is a PHP library that allows to extract a chunk from a wav file. The extracted chunk can be saved on the hard disk, can be forced to be prompted as download by the user's browser or returned as a string for a later processing.
requtize/config
792 Downloads
Simple Config library, that handle PHP arrays, YAML and INI files as configs and can dump all configs into one PHP file as Cache.
smalot/ldap
965 Downloads
PHP library which handle LDAP data. Can parse too LDIF file.
sawarame/php-json-server
44 Downloads
REST API that can use JSON format files.
lordsimal/ical
31 Downloads
The lordsimal/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
hnhdigital-os/laravel-ics
480 Downloads
A Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
diontech/laravel-extended-scheduler
1585 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.