Libraries tagged by build system
symfony/templating
60743409 Downloads
Provides all the tools needed to build any kind of template system
phing/phing
19382100 Downloads
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
backpack/crud
2834356 Downloads
Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.
pantheon-systems/terminus-build-tools-plugin
1411917 Downloads
Build Tools - A Terminus plugin that contain commands to manage build assets on Pantheon.
laminas/laminas-navigation
1999928 Downloads
Manage trees of pointers to web pages in order to build navigation systems
symfony-tools/docs-builder
50937 Downloads
The build system for Symfony's documentation
zendframework/zend-navigation
4147414 Downloads
Manage trees of pointers to web pages in order to build navigation systems
mineadmin/mineadmin
1432 Downloads
Quickly build a background management system for web applications
va-gov/content-build
93177 Downloads
Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/content-build, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.
phing/phing-composer-configurator
139130 Downloads
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
blair2004/nexopos
2281 Downloads
The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.
moell/mojito
10384 Downloads
Mojito admin is a component of laravel, vue, element build backend system.
fly-crud/fly-crud
15877 Downloads
Simple crud system build on top of flysystem
passbase/passbase-php
31143 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
step2dev/lazy-ui
1577 Downloads
Lazy UI is a Laravel package that provides a set of Blade components to rapidly build forms with Tailwind CSS and Daisy UI.