Libraries tagged by like php
webfox/laravel-backed-enums
11728 Downloads
Supercharge your PHP8 backed enums with superpowers like localization support and fluent comparison methods.
greg0/lazer-database
16349 Downloads
PHP library to use JSON files like flat-file database
wwwision/types
7926 Downloads
Tools to create PHP types that adhere to JSON schema like rules
swisnl/json-api-client-laravel
73987 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
sfneal/string-helpers
137579 Downloads
PHP string helper functions that add familiar functionality from other languages (like string contains, splitting, truncating, etc...)
kunststube/rison
56604 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
bnomei/kirby-janitor
189 Downloads
Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob
badoo/soft-mocks
34624 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
willvincent/turf-php
366 Downloads
TurfJS-like GeoJSON manipulation in PHP.
colinmollenhour/mongodb-php-odm
5543 Downloads
MongoDb PHP ODM is a simple object wrapper for the Mongo PHP driver classes which makes using Mongo in your PHP application more like an ORM. It is designed for use with Kohana 3 but will integrate equally well with any PHP application.
yarri/full-text-search-query-like
33801 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
splitbrain/php-ringicon
11817 Downloads
A indenticon/glyphicon like avatar generator
ropendev/phptojs
4823 Downloads
PHPToJS's class convert php variable's content to js variable's content preserving javascript expression (like function)
ravebuild/xero-php
21692 Downloads
A client implementation of the Xero API, with a cleaner OAuth interface and ORM-like abstraction. With Ravebuild fixes.
natlibfi/php-html-parser
41149 Downloads
An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.