Libraries tagged by app maker
ricardofontanelli/laravel-fanout-provider
24 Downloads
A simple and lightweight Laravel 4.2 and Laravel 5.* wrapper to interact with Fanout Service (fanout.io). Fanout is a SAAS that makes easy to build apps and APIs with realtime updates.
tecksolke-tpay/client-api
63 Downloads
This api is client based, makes requests to the clients apps and accounts. Also has t-pay m-pesa API's
speedplli/sms-voice-phpsdk
49 Downloads
A simple HTTP based restful API library will enable your apps to send text messages and make phone calls through [Unifonic Cloud Communication Platform]
manueldinis/smoothtranslations
22 Downloads
A simple Package that aims to make translations for your web apps an easier task
krato/larasafe
24 Downloads
Larasafe: a simple way to make backup of your laravel app
buzzsubs/buzzsubs
18 Downloads
Buzzsub’s cutting edge gamified email subscriber app gives you the ability to make your pop-ups truly interactive.
asivas/abm
130 Downloads
The CRUD-Resouce controller implementation make simple base of an app based on resources, with NavItems and FormFields backend representation
taproot/authentication
81 Downloads
Makes adding indieauth login (client app) and token generation (server app) to your Silex/Symfony app as easy as it should be.
alexsasharegan/model-framework
139 Downloads
Make getting started with data-driven apps easier by using some solid model classes and database abstractions.
nailsapp/common
5788 Downloads
Nails is a PHP framework to make building hand-crafted, exhilarating web apps fast and painless.
zls/phinx-package
22 Downloads
Phinx makes it ridiculously easy to manage the database migrations for your PHP app. Phinx v.0.10.5
wequid/phinx
158 Downloads
Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
thefinaloutpost/phinx
14 Downloads
Fork with updated cache. Phinx makes it ridiculously easy to manage the database migrations for your PHP app.
tchauviere/slim3-kickstarter
34 Downloads
Slim3 web app starter kit, trying to follow KISS principle and make your dev life easier.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.