Libraries tagged by lite library
moln/php-mysql-replication
27397 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
mehrdad-dadkhah/hls-video-generater
1445 Downloads
PHP library for generating video m3u8 playlist
maplephp/unitary
61 Downloads
PHP Unitary is a user-friendly and robust unit testing library designed to make writing and running tests for your PHP code easy.
jalsoedesign/climax
814 Downloads
A PHP CLI library for Windows and Unix platforms
hetao29/php-mysql-replication
50 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
gemini/php-mysql-replication
11 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
codeitnowin/curlrequestit
45 Downloads
Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.
arifszn/laravel-advanced-validation
38 Downloads
Laravel advanced validation rules for real-life scenarios.
andreypostal/cli
22 Downloads
A simple and easy to use library with no dependencies for creating pretty and organized CLI apps in PHP. Even has some fun progress bars.
lcobucci/social
245 Downloads
Social authentication library for PHP 5.3+
elvis-leite/recordset-database
27 Downloads
A simple library for managing database connections and building queries in PHP.
tystr/rest-orm
1830 Downloads
A simple ORM-like library handling object persistence with a RESTful API.
lum/lum-cli
16 Downloads
Command Line Interface libraries
duyler/console
62 Downloads
Minimalistic command-line interface library