Libraries tagged by created at
actinarium/subio
14 Downloads
Subtitles parser for PHP. Initially created for ASS and SRT, planning to expand. Deep in alpha, use at your own risk
skunexus/dependency-confusion-patch
5 Downloads
This repository was created to reserve a namespace and eliminate dependency confusion attack. Do not use it.
adamthehutt/laravel-unique-bigint-ids
1702 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.
nelexa/zip
5638891 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
willwashburn/phpamo
133188 Downloads
A PHP library to create urls for Camo - the SSL image proxy
kiwilan/php-opds
2136 Downloads
PHP package to create OPDS feed for eBooks.
aspose/pdf-sdk-php
21163 Downloads
Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.
2amigos/efeed
45043 Downloads
Feed Writer Generator Extension to create your feeds. Currently supports RSS 1.0, RSS 2.0 and ATOM 1.0.
aternos/nbt
102335 Downloads
PHP library to parse, modify, and create NBT objects
postcode-nl/api-client
329368 Downloads
A client to the Postcode.nl Address Api for international address validation. You will need to create an account at https://developer.postcode.eu/documentation/.
dgrigg/craft-migration-assistant
77298 Downloads
Create content migrations at the click of a mouse. Keep environments in sync with ease.
postcode-nl/api-restclient
310206 Downloads
A client to the Postcode.nl Address API for Dutch address verification. You will need to create an account at https://api.postcode.nl.
marko-m/inchoo_socialconnect
22943 Downloads
Magento extension allowing your customers to login or create an account at your store using their Google, Facebook, Twitter or LinkedIn.
firstborn/migrationmanager
55945 Downloads
Quickly create migrations for settings and content at the click of a mouse.
teknoo/states
32912 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.