Libraries tagged by like php
rct567/dom-query
270403 Downloads
DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation
atrox/haikunator
269539 Downloads
Generate Heroku-like random names to use in your php applications.
swisnl/json-api-client
504190 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
mollie/php-coding-standards
69950 Downloads
Contains PHP coding standards like rules for PHP-CS-Fixer that serves for purpose of standardization.
js-phpize/js-phpize
414592 Downloads
Convert js-like syntax to standalone PHP code.
cristal/php-api-wrapper
98226 Downloads
Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)
utopia-php/vcs
225487 Downloads
A simple library to integrate version control systems like GitHub, GitLab etc. to receive webhook events
tomatophp/filament-translations
35986 Downloads
Manage your translation with DB and cache, you can scan your languages tags like trans(), __(), and get the string inside and translate them use UI.
text/template
206188 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.
langleyfoxall/xero-laravel
243629 Downloads
💸 Access the Xero accounting system using an Eloquent-like syntax
vanderlee/swaggergen
131372 Downloads
Generate Swagger/OpenAPI documentation from simple PHPdoc-like comments in PHP source code.
magewirephp/validation
382372 Downloads
PHP Laravel like standalone validation library (forked from rakit/validation)
yansongda/artful
196917 Downloads
Artful 是一个简单易用的 API 请求框架 PHP Api RequesT Framwork U Like。
kunststube/rison
69271 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
byjg/jwt-session
83216 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.