Libraries tagged by naty
msaaq/nelc-laravel
9158 Downloads
xAPI Integration with Saudi NELC (National Center for e-Learning) for your Laravel app
mrclay/userland-session
54596 Downloads
Provides a an HTTP cookie-based session in plain PHP, allowing concurrent use with existing native sessions.
morningtrain/envato-api
3099 Downloads
A complete native php wrapper for the Envato API
matejsvajger/ntlm-soap-client
58264 Downloads
PHP WDSL/Soap Client with NTLM Authentication for Microsoft Dynamics NAT Server.
mangirdas/advanced-fs
32710 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
lisachenko/z-engine
22268 Downloads
Library that provides direct access to native PHP structures
lesha888/geophp
33726 Downloads
GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
leaseweb/gettext-translation-bundle
60034 Downloads
Easy to use and native (faster) gettext translation support
larapacks/authorization
10549 Downloads
Native Laravel Authorization.
jonnitto/prettyembedvideo
36764 Downloads
Prettier embeds for your native videos in Neos CMS - with nice options like high-res preview images, lightbox feature, captions and advanced customization of embed options.
heymoon/doctrine-psql-enum
442 Downloads
Store PHP native enums as PostgeSQL custom enum types
gggeek/polyfill-pinba
1274 Downloads
A pure-php implementation of the API exposed by the native Pinba extension
dlnsk/h-rbac
8107 Downloads
Based on native Laravel's gates and policies. Hierarchical RBAC with callbacks.
chr15k/laravel-mysql-encrypt
5090 Downloads
Laravel database encryption using native MySQL functions
calmohallag/nullable-casting
9139 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.