Libraries tagged by Data Base Api
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.
srathbone/sql-data-mods
6 Downloads
SQL/PDO extension - extending capabilities provided by the original SQL API extension.
mmierzynski/gus-api-bundle
2 Downloads
Symfony bundle that allows to search data in GUS 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.
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
incraigulous/data-factories
444 Downloads
A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.
factorio-item-browser/api-import
2 Downloads
The project which imports the data generated by the export into the database.
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.
akceli/laravel-realtime-database
11 Downloads
Keep your client store in sync with middleware. No more manually keeping the store in sync with every api call, also leverages pusher so the same middleware can keep all clients up to date
ahmedelzarzmony/api_importer
8 Downloads
Deal with different data sources with different data format and insert it into unified database
genesis/sql-api-wrapper
6679 Downloads
SQL/PDO extension - extending capabilities provided by the original SQL API extension.
thefinaloutpost/database
19 Downloads
Flexible and powerful Database abstraction library with a familiar PDO-like API
techguy/world-countries-api
832 Downloads
This package has api pointing to https://restcountries.eu. Fetches and stores all the countries in your local database.
rozbehsharahi/fhp-rest-api
15 Downloads
Super quick setup of a PHP-REST-API without the use of MySQL, Apache, ...
ordnael/api-model
41 Downloads
Extendable class for REST API based models - instead of the traditional Database based one - that integrates common Laravel's Model class functionalities.