Libraries tagged by aim
max13/rest-manager
212 Downloads
REST request manager for PHP, using php-curl and aiming at being light and really really really easy to use. Ah BTW, did I mention that it's really easy to use ?
matteoc99/laravel-preference
46 Downloads
Laravel package that aims to store and manage user settings/preferences in a simple and scalable manner
mateuszples/zf1-future
102 Downloads
Zend Framework 1. The aim is to keep ZF1 working with the latest PHP versions
lolita/framework
5 Downloads
The Lolita framework is a tool aimed to WordPress developers of any levels. But the better WordPress and PHP knowledge you have the easier it is to work with.
lci/blend
499 Downloads
This project aims to import/export resources and elements from MODX to another MODX install to allow easier dev to prod git workflows.
laztopaz/potato-orm
8 Downloads
This package aims at building a simple agnostic ORM that can perform the basic crud database operations.
keverw/pastadb
11 Downloads
Work with pasta, then we'll make the spaghetti! PastaDB aims to be a powerful yet simple database abstraction layer library.
juststeveking/workflow
2 Downloads
This package is aimed to be a simplistic PHP workflow package that works in a similar fashion to GitHub Actions.
ionux/php-asn1-library
10 Downloads
This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.
geggleto/skelly
159 Downloads
Skelly is a PHP Skeleton Project aimed at getting an MVP up and running quickly
falcolee/laravel-swoole-redis
596 Downloads
Laravel package to provide swoole redis pool integration,laravel redis pool cache and session driver. Aims to avoid redis server timeout exception
elastification/php-client
8261 Downloads
The elastification php client aims to be a very flexible and well performing client to elasticsearch. It supports multiple transports and serializers to maximize it's flexibility.
drakojn/io
595 Downloads
Simple Data Mapper library aiming reach any source
davidngugi/laravel-php-generator
30 Downloads
Command line tool to generate your classes, interfaces and traits. Aiming for your higher productivity
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.