Libraries tagged by DSON
ith/librarydosscopy
9 Downloads
La bibliothèque ith/librarydosscopy centralise tous les modèles utilisés dans les divers projets d'API, offrant ainsi une base commune pour représenter les entités de données.
ibnusyuhada/slim-tegar
192 Downloads
Slim Tegar is a package that designed for integrating PHP-DI and Slim Framework version 3.x.x. This package is an Slim Bridge advanced of http://php-di.org/doc/frameworks/slim.html. You don't need to extends any class of PHP-DI or Slim just to make container configuration. Slim Tegar also providing the easy way to implement Closure and MVC routes.
hestalabs/payments
25 Downloads
This is simple and easy to use Laravel and Lumen package for using multiple payment gateways in a single place. Now you don't need to install multiple packages for multiple payment gateways. Here we provide 2 of most widely used Payment Gateways (PayPal, Stripe) having easy to use methods such as pay(), invoice(), refund() etc.
halilbelkir/img-webp-convert
70 Downloads
Laravel'de çalışan HTML etiketi olan 'img' etiketinin oluşturulması ve jpg,png vs. resim formatlarının webp formatına dönüştüren bir kütüphanedir.
gustocoder/tyfoon-seo
13 Downloads
Laravel seo package. It will help you optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format or syntax, etc as it does so. The seo elements will then be generated for you during the rendering of every view file for which there is an seo record created. Grab and paste a snippet of code in your layout/view files amd your SEO work on that view file is done.
genealabs/laravel-appleseed
300 Downloads
Prevent the pesky missing-favicon error log entries, and return 404 if they don't exist.
fzed51/migration
448 Downloads
Outil de migration de base de donnée
firesphere/adblockwarning
233 Downloads
Show a warning to visitors that don't have an adblocker installed
fieldnation/fieldnation-sdk
282 Downloads
An SDK to Get Work Done
et2m/hizliteknoloji
49 Downloads
Hızlı Teknoloji ( Hızlı Bilisim ) E Dönüsüm Paketi
enlighten/framework
150 Downloads
A lightweight PHP micro framework that helps you get shit done.
docalist/postal-address-metadata
169 Downloads
Docalist : Méta données pour formatter des adresses postales.
docalist/docalist-data
125 Downloads
Docalist : gestion des bases de données.
dd4you/lgs
528 Downloads
Store general settings like website name, logo url, contacts in the database easily. Everything is cached, so no extra query is done
crimsonkissaki/mockmaker
42 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.