Libraries tagged by jnativel
morningtrain/envato-api
3224 Downloads
A complete native php wrapper for the Envato API
mobicms/render
5473 Downloads
Native PHP template engine
marc-mabe/enum-cl
4391 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
mangirdas/advanced-fs
35664 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
magehx/mahx-checkout
30 Downloads
Lightweight, fast, and Magento-native checkout solution for Magento 2, built with HTMX, AlpineJS
lesha888/geophp
35595 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
60273 Downloads
Easy to use and native (faster) gettext translation support
jonnitto/prettyembedvideo
38979 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.
isap-ou/laravel-enum-helpers
611 Downloads
Adding some helpers functions to PHP8 native enums for laravel projects
fuwasegu/php-enum-util
8274 Downloads
The extension library for PHP native enum.
chr15k/laravel-mysql-encrypt
7976 Downloads
Laravel database encryption using native MySQL functions
calmohallag/nullable-casting
10696 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.
axelrindle/larecipe-emojify
19492 Downloads
Replaces emoji shortcodes with native unicode emojis.
anttiviljami/wp-libre-form
4201 Downloads
Easy native HTML5 forms for WordPress
vcn/enum
28904 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.