Libraries tagged by sami
xu42/china-same-name
22 Downloads
china same name query
wearerequired/rest-api-same-origin
3076 Downloads
WordPress plugin to limit the Access-Control-Allow-Origin header to only allowed origins.
ianm/same-page-admin
1033 Downloads
Open the Administration settings in the same tab
devgeniem/wp-multisite-same-level-subdomains
410 Downloads
This WordPress multisite plugin allows you to create subsites under the same subdomain depth as the main site.
biigle/magic-sam
3061 Downloads
BIIGLE module for the Magic SAM image annotation instrument .
samirzz/jldb
13 Downloads
Simple and powerfull tool that allows to use json file like a database. It provides collection of methods that you can use like a database query builder.
samikeijonen/uuups
30 Downloads
A WordPress starter theme.
samihsoylu/journal
22 Downloads
Document your life, daily happenings, special occasions, and reflections on your goals.
samiaraboglu/one-signal-api-bundle
4629 Downloads
Symfony OneSignal Api Bundle
samiaraboglu/google-api-client-php-bundle
18079 Downloads
Symfony Google Api Client Bundle
p-sam/real-time-bundle
9947 Downloads
Real-time events from server to browsers and mobile devices
panada/panada
233 Downloads
A PHP Framework for those who love simplicity and performance at the same time
nomelodic/name-case-lib
4127 Downloads
Created based on the NameCaseLib library (https://github.com/seagullua/NameCaseLib). NameCaseLib is a PHP library designed for automatic declension of full names in Russian and Ukrainian. A unique feature is that the librarycontains the same methods for working with full names in Russian and Ukrainian.
mouf/utils.common.lock
67073 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.
mouf/utils.action.action-interface
365923 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.