Showing 80 open source projects for "schema"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    nette Schema

    nette Schema

    Validating data structures against a given Schema

    A practical library for validation and normalization of data structures against a given schema with a smart & easy-to-understand API. In variable $schema we have a validation schema (what exactly this means and how to create it we will say later) and in variable $data we have a data structure that we want to validate and normalize. This can be, for example, data sent by the user through an API, configuration file, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A Fluent Builder For Schema.org Types

    A Fluent Builder For Schema.org Types

    A fluent builder Schema.org types and ld+json generator

    spatie/schema-org provides a fluent builder for all Schema.org types and their properties. The code in src is generated from Schema.org's JSON-LD standards file, so it provides objects and methods for the entire core vocabulary. The classes and methods are also fully documented as a quick reference. We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Statamic

    Statamic

    The core Laravel CMS Composer package

    Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites. Statamic has extensive documentation. We dedicate a significant amount of time and energy every day to improving them, so if something is unclear, feel free to open issues for anything you find confusing or incomplete. We are happy to consider anything you feel will make the docs and CMS better. From clear documentation, error messages, & code comments to workflows & tools designed...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    GraphQL Lighthouse

    GraphQL Lighthouse

    A framework for serving GraphQL from Laravel

    A framework for serving GraphQL from Laravel. Use the GraphQL Schema Definition Language to describe your data and add functionality through server-side directives. Build a GraphQL server on top of an existing Laravel application. Maximize code reuse and work with concepts you already know. Lighthouse leverages your existing models and creates optimized database queries out of the box. Define your schema without any boilerplate by using the GraphQL Schema Definition Language. In a GraphQL query...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 5
    Laravel Mediable

    Laravel Mediable

    Laravel-Mediable is a package for easily uploading and attaching media

    Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel. The filesystem-driven approach is easily configurable to allow any number of upload directories with different accessibility. Easily restrict uploads by MIME type, extension, and/or aggregate type (e.g. image for JPEG, PNG or GIF). Many polymorphic relationships allow any number of media to be assigned to any number of other models without any need to modify their schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laravel Migrations Generator

    Laravel Migrations Generator

    Generate your migrations from an existing database schema

    Automatically generate your migrations from an existing database schema. Generate Laravel Migrations from an existing database, including indexes and foreign keys. Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GraphQLite for PHP

    GraphQLite for PHP

    Use PHP Attributes/Annotations to declare your GraphQL API

    A PHP library that allows you to write your GraphQL queries in simple-to-write controllers. A GraphQL library for PHP that allows you to use attributes (or annotations) to define your schema and write your queries and mutations using simple-to-write controllers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Doctrine DBAL

    Doctrine DBAL

    Doctrine database abstraction layer

    Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. The Doctrine database abstraction & access layer (DBAL) offers a lightweight and thin runtime layer around a PDO-like API and a lot of additional, horizontal features like database schema introspection and manipulation through an OO API. The fact that the Doctrine DBAL abstracts the concrete PDO API away through the use of interfaces that closely resemble the existing PDO API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Lift for Laravel

    Lift for Laravel

    Take your Eloquent Models to the next level

    Lift is a package that boosts your Eloquent Models in Laravel. It lets you create public properties in Eloquent Models that match your table schema. This makes your models easier to read and work with in any IDE. The package intelligently uses PHP 8’s attributes, and gives you complete freedom in setting up your models. For instance, you can put validation rules right into your models - a simple and easy-to-understand arrangement compared to a separate request class. Plus, all these settings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10
    WPGraphQL

    WPGraphQL

    GraphQL API for WordPress

    WPGraphQL is a free, open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site. WPGraphQL allows you to separate your CMS from your presentation layer. Content creators can use the CMS they know, while developers can use the frameworks and tools they love. Build rich JavaScript applications with WordPress and GraphQL. With GraphQL, the client makes declarative queries, asking for the exact data needed, and exactly what was asked for is given...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    graphql-php

    graphql-php

    A PHP port of GraphQL reference implementation

    This is a PHP implementation of the GraphQL specification based on the reference implementation in JavaScript. GraphQL is a modern way to build HTTP APIs consumed by the web and mobile clients. It is intended to be an alternative to REST and SOAP APIs (even for existing applications). GraphQL itself is a specification designed by Facebook engineers. Various implementations of this specification were written in different languages and environments. A great overview of GraphQL features and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SleekDB

    SleekDB

    Pure PHP NoSQL database with no dependency

    SleekDB is a simple flat file NoSQL-like database implemented in PHP without any third-party dependencies that store data in plain JSON files. It is not designed to handle heavy-load IO operations, it is designed to have a simple solution where all we need a database for managing a few gigabytes of data. You can think of it as a database for low to medium operation loads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pH7 Social Dating CMS (pH7Builder)❤️

    pH7 Social Dating CMS (pH7Builder)❤️

    🚀 Professional Social Dating Web App Builder (formerly pH7CMS)

    pH7Builder is a Professional, Free & Open Source PHP Social Dating Builder Software (primarily designed for developers ...). This Social Dating Web App is fully coded in object-oriented PHP (OOP) with the MVC pattern (Model-View-Controller). It is low resource-intensive, extremely powerful and highly secure. pH7Builder is included with over 42 native modules and is based on its homemade pH7 Framework which includes more than 52 packages To summarize, pH7Builder Social Dating Script...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 14

    queXML

    XML Schema for questionnaires and PDF questionnaire generator

    queXML is a simple XML schema for designing questionnaires. Included are stylesheets to administer the questionnaire in PDF (paper), CASES and LimeSurvey. queXML is compatible with the DDI standard.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    CIN-System

    CIN-System

    Parse and store Infringement Notices with web interface and RT connect

    Parse and store Copyright Infringement Notice notices in a MySQL database. Provide a web interface to the salient data of each Notice with search and limited report capabilities. Includes several builtin reports. May use optional RequestTracker (RT) service for action recording. Development depended only on Notices received and ACNS XML v1.2 schema. No other documents, devices/appliances, or marketing information was used. Note that this project does not prevent, interrupt, or track...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Laravel Tenanti

    Laravel Tenanti

    Multi-tenant Database Schema Manager for Laravel

    Multi-tenant Database Schema Manager for Laravel. Tenanti allows you to manage multi-tenant data schema and migration manager for your Laravel application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Adminer

    Adminer

    Database management in a single PHP file

    Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin. Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. Connect to a database server with username...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 18
    TemaTres: controlled vocabulary server

    TemaTres: controlled vocabulary server

    Manage, Publish and Share Ontologies, Taxonomies, Thesauri, Glossaries

    Web application for management formal representations of knowledge, thesauri, taxonomies and multilingual vocabularies / Aplicación para la gestión de representaciones formales del conocimiento, tesauros, taxonomías, vocabularios multilingües. For the latest version of code: https://github.com/tematres/TemaTres-Vocabulary-Server
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    Laravel Create

    Laravel Create

    Create Laravel projects really fast

    Create new web projects really fast. By giving Pipe Dream a minimum of input in the form of a sketch/entity list it will predict your application schema and feed it into a set of pipes. These pipes will generate all the files needed to get started really quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    deltasql

    deltasql

    Version Control for your Database

    deltasql is an advanced Database Schema Version Control. It allows a team to commonly develop a data model on the fly, while the source code is growing. Sync algo supports branches and tags. Works for postgreSQL, Oracle, mySQL, MariaDB, Microsoft SQL Server or any SQL-like db.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Acacia

    Acacia

    A generic biodiversity database management system

    An interactive data entry, querying, and editing system based on a generic conceptual schema for taxonomic databases. It combines the automated use of scientific names and synonyms in a species checklist with online access to geographical data and common knowledge data (morphological descriptors, genomics, ecology, vernacular names, economic uses, structured notes and conservation status) about the species. All these data can be cross-indexed to a citation list. The design and standard permits...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SchemaDB

    SchemaDB

    abstract layer for mysql database with magic

    Handle your db with magic features automatic schema adapting based on your php classses ** PROGECT NOW ON GITHUB ** GOTO: https://github.com/Javanile/SchemaDB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WebDBExpress

    WebDBExpress

    A powerful PHP framework for web applications

    ... to assist you during the whole development process: - a modeling-tool that enables you to produce the XML schema describing your application - a web database engine to generate your application on the fly from the XML schema - an administration-tool that enables you to manage and deploy your application - and a users-management-tool to manage your users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    OSGC - OpenSource Geospatial Catalogue

    OpenSearch GeoSpatial Catalogue

    OSGC is an Open Source implementation of an OpenSearch GeoSpatial Catalogue compliant to OGC 10-32r3 specification, developed by EGI.eu (http://www.egi.eu/) under the ENVRI (http://envri.eu/) project. OSGC provides a catalogue engine built on top of a PostgreSQL+Postgis database, which exposes a cusmizable OpenSearch interface. Most of the application configuration can be set from the Admin web interface, while Data Administrators have a separated Dropbox interface, which ease the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    phpLDAPadmin
    phpLDAPadmin is a web-based LDAP administration tool for managing your LDAP server. With it you can browse your LDAP tree, view LDAP schema, perform searches, create, delete, copy and edit LDAP entries. You can even copy entries between servers.
    Downloads: 49 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next