Libraries tagged by rawg for php
sekjun9878/request-parser
7290 Downloads
A library to parse raw HTTP requests for PHP CLI web servers and more.
jdwx/html5
79 Downloads
Simple PHP module for building HTML from raw elements.
jibundeyare/raw-php-view
28 Downloads
A minimal php view service for raw php
thisispiers/php-redis-implementation
9 Downloads
Raw wrapper for real Redis fans
webberwu/restful-php
1408 Downloads
This package is forked from rainner/restful-php which parses the raw input body for all RESTful verbs (POST, PUT, DELETE, PATCH, etc.) and provides a better way for working with uploaded files.
tiagosampaio/tmdb-api-php
7 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
mediaflux/php-tmdb-api
12 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
deviscoding/caniparse
15 Downloads
Object-oriented PHP parser for raw CanIUse JSON data.
danog/libdns-native
21 Downloads
Encoder/decoder for PHP's dns_get_record raw format based on libdns
jozephkabongo/nokysql
4 Downloads
NokySQL is a lightweight, high-performance SQL Query Builder for PHP that bridges the gap between raw SQL and full ORMs.
programmatordev/fluent-validator
2 Downloads
A Symfony Validator wrapper that enables fluent-style validation for raw values, offering an easy-to-use and intuitive API to validate user input or other data in a concise and readable manner.
mxtoolbox-php/api
6237 Downloads
PHP wrapper for the MxToolbox API that aims to offer all of the functionality available from the raw API.
lartak/thetvdb-api
12 Downloads
PHP wrapper for The TVDB API v2. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The TVDB.
evinkuraga/tmdb-api
246 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
roy404/eloquent
108 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.